aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/natFileWin32.cc
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-374/+0
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-3/+3
2007-06-03libjava/classpath/ChangeLog.gcj:Matthias Klose1-1/+24
2003-12-02configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar1-33/+38
2003-10-31re PR libgcj/6652 (new java.io.File("").getCanonicalFile() throws exception)Mohan Embar1-1/+6
2003-08-29win32.cc: fixed tab...Mohan Embar1-72/+46
2003-04-19File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo...Ranjit Mathew1-2/+2
2003-03-02File.java (normalizePath): Remove trailing separator on Windows only if path ...Ranjit Mathew1-14/+138
2003-03-01File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ...Ranjit Mathew1-2/+7
2003-01-24re PR java/9253 (on win32, java.io.File.listFiles("C:\\") returns pwd instead...Ranjit Mathew1-2/+4
2003-01-21natFileWin32.cc (isAbsolute): Check path length before looking at any charact...Vladimir Puskas1-2/+3
2002-10-23natFileWin32.cc (attr): Use FindFirstFile( ) instead of GetFileAttributesEx( ...Ranjit Mathew1-3/+6
2002-04-16natFileWin32.cc (performList): Return the correct array type.Adam King1-31/+24
2002-02-12natFileWin32.cc, [...]: Added #undef STRICT to make windows.h and java/lang/r...Adam Megacz1-0/+1
2002-02-12natFileWin32.cc: Created a placeholder class with lots of FIXMEs.Adam Megacz1-63/+48
2002-02-07natThrowable.cc: Updated copyright.Tom Tromey1-1/+1
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-07-18natFileWin32.cc (_access): Renamed.Tom Tromey1-2/+2
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay1-3/+0
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay1-25/+71
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-1/+1
2000-03-15[multiple changes]Tom Tromey1-0/+210