This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libgcj/6209] java.io.File.getParent returns incorrect results


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6209


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From pinskia@physics.uc.edu  2003-05-24 19:29 -------
The mainline (20030524) and 3.3 released are fixed by:
2003-04-19  Ranjit Mathew  <rmathew@hotmail.com>

        * java/io/File.java (getAbsolutePath): On Windows, take care
        of paths like "C:", "G:foo\bar", etc.
        (getName): Make it work correctly on Windows.
        (getParent): Make it work correctly on Windows. For UNIX,
        fix bug that causes "/" to be returned as the parent of "/",
        instead of null as returned by Sun's JRE.

        * java/io/natFileWin32.cc: Change copyright owner to FSF.




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]