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