| Age | Commit message (Expand) | Author |
| 2016-09-30 | Makefile.def: Remove libjava. | Andrew Haley |
| 2012-03-12 | Remove obsolete Tru64 UNIX V5.1B support | Rainer Orth |
| 2007-08-04 | natFilePosix.cc (init_native): Define to 0. | Alfred M. Szmidt |
| 2007-07-16 | File.java: Implement Comparable<File>. | Tom Tromey |
| 2007-06-03 | libjava/classpath/ChangeLog.gcj: | Matthias Klose |
| 2006-07-18 | File.java (deleteOnExit): Fix security check. | Gary Benson |
| 2006-07-14 | File.java (internalExists): New method. | Gary Benson |
| 2006-07-12 | File.java (renameTo): Fix security checks. | Gary Benson |
| 2006-06-06 | natFilePosix.cc (getCanonicalPath): Rewritten. | Gary Benson |
| 2006-01-06 | natThread.cc (finish_): Don't clear 'group'. | Tom Tromey |
| 2005-12-14 | re PR classpath/25389 (File(new URI("file:./")) -> java.lang.NullPointerExcep... | Tom Tromey |
| 2005-06-30 | Update FSF address | Kelley Cook |
| 2005-01-14 | File.java (toURI): Generate a URI which we understand. | Robin Green |
| 2004-09-09 | [multiple changes] | Michael Koch |
| 2004-08-30 | File.java File (String,String): Fixed handling of empty path. | Jeroen Frijters |
| 2004-07-27 | File.java (toURI): Throw RuntimeException, not InternalError. | Bryce McKinlay |
| 2004-07-06 | File.java (toURI): Merge from Classpath. | Anthony Green |
| 2004-04-20 | BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc... | Michael Koch |
| 2003-10-22 | 2003-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-10-13 | File.java: Reformated. | Michael Koch |
| 2003-06-21 | 2003-06-21 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-05-20 | DataInputStream.java: Reformatted, Replaced < and & with html entitites in do... | Michael Koch |
| 2003-05-06 | 2003-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-04-19 | File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo... | Ranjit Mathew |
| 2003-03-31 | 2003-03-31 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-28 | File.java: Import needed classes instead of whole packages... | Michael Koch |
| 2003-03-24 | 2003-03-24 Michael Koch <konqueror@gmx.de> | Michael Koch |
| 2003-03-24 | DataInputStream.java (): Wrapped documentation line. | Michael Koch |
| 2003-03-20 | DataOutputStream.java, [...]: Merged copyright statements with classpath for ... | Michael Koch |
| 2003-03-02 | File.java (normalizePath): Remove trailing separator on Windows only if path ... | Ranjit Mathew |
| 2003-03-01 | File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ... | Ranjit Mathew |
| 2002-04-18 | File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat... | Adam King |
| 2001-10-08 | re PR libgcj/4481 (java.io.File.getParent not working properly) | Tom Tromey |
| 2001-09-14 | File.java (normalizePath): Use equals() not '==' for string comparison. | Bryce McKinlay |
| 2001-09-12 | * java/io/File.java (toURL): Use getAbsolutePath and `file://'. | Tom Tromey |
| 2001-08-31 | Re-merge with Classpath: | Tom Tromey |
| 2001-07-18 | natFileWin32.cc (_access): Renamed. | Tom Tromey |
| 2001-04-12 | Makefile.am: Make a libtool convenience library. | Bryce McKinlay |
| 2001-04-02 | natSystem.cc (init_properties): Revert yesterday's changes to "file.separator... | Bryce McKinlay |
| 2001-04-01 | 1.3-Compliant Implementation of java.io.File. | Bryce McKinlay |
| 2001-02-09 | File.java (java.net): Imported. | Alexandre Petit-Bianco |
| 2000-09-08 | PropertyChangeEvent.java (serialVersionUID): Added. | Warren Levy |
| 2000-09-04 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Anthony Green |
| 2000-09-04 | File.java (deleteOnExit): New method. | Anthony Green |
| 2000-07-20 | File.java (getParentFile): New method, from Classpath via Oskar Liljeblad. | Tom Tromey |
| 2000-06-28 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Andrew Haley |
| 2000-03-07 | All files: Updated copyright information. | Tom Tromey |
| 2000-02-27 | File.java (File(String, String)): For dirPath, treat an empty String the same... | Bryce McKinlay |
| 2000-02-12 | File.java (createTempFile): Use low bits from counter, not high bits. | Tom Tromey |
| 2000-02-11 | * java/io/File.java (nextValue): Now synchronized. | Tom Tromey |