summaryrefslogtreecommitdiff
path: root/libjava/java/io/natFileWin32.cc
AgeCommit message (Expand)Author
2003-12-02configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar
2003-10-31re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception)Mohan Embar
2003-08-29win32.cc: fixed tab...Mohan Embar
2003-04-19File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo...Ranjit Mathew
2003-03-02File.java (normalizePath): Remove trailing separator on Windows only if path ...Ranjit Mathew
2003-03-01File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ...Ranjit Mathew
2003-01-24re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead...Ranjit Mathew
2003-01-21natFileWin32.cc (isAbsolute): Check path length before looking at any charact...Vladimir Puskas
2002-10-23natFileWin32.cc (attr): Use FindFirstFile( ) instead of GetFileAttributesEx( ...Ranjit Mathew
2002-04-16natFileWin32.cc (performList): Return the correct array type.Adam King
2002-02-12natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r...Adam Megacz
2002-02-12natFileWin32.cc: Created a placeholder class with lots of FIXMEs.Adam Megacz
2002-02-07natThrowable.cc: Updated copyright.Tom Tromey
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers
2001-07-18natFileWin32.cc (_access): Renamed.Tom Tromey
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2000-03-15[multiple changes]Tom Tromey