summaryrefslogtreecommitdiff
path: root/libjava/java/io/File.java
AgeCommit message (Expand)Author
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
2000-02-11natFileDescriptorPosix.cc (open): Recognize EXCL flag.Tom Tromey
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey
1999-07-26natString.cc (substring): optimize where substring is entire String.Bryce McKinlay
1999-05-12File.java (mkdirs): Handle a null parent directory.Per Bothner
1999-04-07Initial revisionTom Tromey