Age | Commit message (Expand) | Author | Files | Lines |
2003-10-22 | 2003-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -5/+3 |
2003-10-13 | File.java: Reformated. | Michael Koch | 1 | -93/+98 |
2003-06-21 | 2003-06-21 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -20/+28 |
2003-05-20 | DataInputStream.java: Reformatted, Replaced < and & with html entitites in do... | Michael Koch | 1 | -34/+35 |
2003-05-06 | 2003-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -21/+49 |
2003-04-19 | File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo... | Ranjit Mathew | 1 | -8/+100 |
2003-03-31 | 2003-03-31 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -47/+595 |
2003-03-28 | File.java: Import needed classes instead of whole packages... | Michael Koch | 1 | -29/+34 |
2003-03-24 | 2003-03-24 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -1/+1 |
2003-03-24 | DataInputStream.java (): Wrapped documentation line. | Michael Koch | 1 | -1/+1 |
2003-03-20 | DataOutputStream.java, [...]: Merged copyright statements with classpath for ... | Michael Koch | 1 | -8/+36 |
2003-03-02 | File.java (normalizePath): Remove trailing separator on Windows only if path ... | Ranjit Mathew | 1 | -6/+16 |
2003-03-01 | File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ... | Ranjit Mathew | 1 | -5/+19 |
2002-04-18 | File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat... | Adam King | 1 | -0/+5 |
2001-10-08 | re PR libgcj/4481 (java.io.File.getParent not working properly) | Tom Tromey | 1 | -2/+5 |
2001-09-14 | File.java (normalizePath): Use equals() not '==' for string comparison. | Bryce McKinlay | 1 | -1/+1 |
2001-09-12 | * java/io/File.java (toURL): Use getAbsolutePath and `file://'. | Tom Tromey | 1 | -1/+2 |
2001-08-31 | Re-merge with Classpath: | Tom Tromey | 1 | -1/+1 |
2001-07-18 | natFileWin32.cc (_access): Renamed. | Tom Tromey | 1 | -8/+11 |
2001-04-12 | Makefile.am: Make a libtool convenience library. | Bryce McKinlay | 1 | -7/+54 |
2001-04-02 | natSystem.cc (init_properties): Revert yesterday's changes to "file.separator... | Bryce McKinlay | 1 | -15/+8 |
2001-04-01 | 1.3-Compliant Implementation of java.io.File. | Bryce McKinlay | 1 | -120/+210 |
2001-02-09 | File.java (java.net): Imported. | Alexandre Petit-Bianco | 1 | -0/+16 |
2000-09-08 | PropertyChangeEvent.java (serialVersionUID): Added. | Warren Levy | 1 | -0/+20 |
2000-09-04 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Anthony Green | 1 | -14/+41 |
2000-09-04 | File.java (deleteOnExit): New method. | Anthony Green | 1 | -1/+15 |
2000-07-20 | File.java (getParentFile): New method, from Classpath via Oskar Liljeblad. | Tom Tromey | 1 | -0/+6 |
2000-06-28 | re GNATS java.io/203 (File.createTempFile doesn't close descriptor) | Andrew Haley | 1 | -1/+3 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 1 | -1/+1 |
2000-02-27 | File.java (File(String, String)): For dirPath, treat an empty String the same... | Bryce McKinlay | 1 | -1/+1 |
2000-02-12 | File.java (createTempFile): Use low bits from counter, not high bits. | Tom Tromey | 1 | -1/+2 |
2000-02-11 | * java/io/File.java (nextValue): Now synchronized. | Tom Tromey | 1 | -1/+1 |
2000-02-11 | natFileDescriptorPosix.cc (open): Recognize EXCL flag. | Tom Tromey | 1 | -1/+68 |
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 1 | -1/+1 |
1999-07-26 | natString.cc (substring): optimize where substring is entire String. | Bryce McKinlay | 1 | -3/+1 |
1999-05-12 | File.java (mkdirs): Handle a null parent directory. | Per Bothner | 1 | -4/+8 |
1999-04-07 | Initial revision | Tom Tromey | 1 | -0/+288 |