aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/File.java
AgeCommit message (Expand)AuthorFilesLines
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy1-0/+20
2000-09-04re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Anthony Green1-14/+41
2000-09-04File.java (deleteOnExit): New method.Anthony Green1-1/+15
2000-07-20File.java (getParentFile): New method, from Classpath via Oskar Liljeblad.Tom Tromey1-0/+6
2000-06-28re GNATS java.io/203 (File.createTempFile doesn't close descriptor)Andrew Haley1-1/+3
2000-03-07All files: Updated copyright information.Tom Tromey1-1/+1
2000-02-27File.java (File(String, String)): For dirPath, treat an empty String the same...Bryce McKinlay1-1/+1
2000-02-12File.java (createTempFile): Use low bits from counter, not high bits.Tom Tromey1-1/+2
2000-02-11* java/io/File.java (nextValue): Now synchronized.Tom Tromey1-1/+1
2000-02-11natFileDescriptorPosix.cc (open): Recognize EXCL flag.Tom Tromey1-1/+68
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey1-1/+1
1999-07-26natString.cc (substring): optimize where substring is entire String.Bryce McKinlay1-3/+1
1999-05-12File.java (mkdirs): Handle a null parent directory.Per Bothner1-4/+8
1999-04-07Initial revisionTom Tromey1-0/+288