aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/File.java
AgeCommit message (Expand)AuthorFilesLines
2003-06-212003-06-21 Michael Koch <konqueror@gmx.de>Michael Koch1-20/+28
2003-05-20DataInputStream.java: Reformatted, Replaced < and & with html entitites in do...Michael Koch1-34/+35
2003-05-062003-05-06 Michael Koch <konqueror@gmx.de>Michael Koch1-21/+49
2003-04-19File.java (getAbsolutePath): On Windows, take care of paths like "C:", "G:foo...Ranjit Mathew1-8/+100
2003-03-312003-03-31 Michael Koch <konqueror@gmx.de>Michael Koch1-47/+595
2003-03-28File.java: Import needed classes instead of whole packages...Michael Koch1-29/+34
2003-03-242003-03-24 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2003-03-24DataInputStream.java (): Wrapped documentation line.Michael Koch1-1/+1
2003-03-20DataOutputStream.java, [...]: Merged copyright statements with classpath for ...Michael Koch1-8/+36
2003-03-02File.java (normalizePath): Remove trailing separator on Windows only if path ...Ranjit Mathew1-6/+16
2003-03-01File (getAbsolutePath): Prefix drive specifier on Windows for paths starting ...Ranjit Mathew1-5/+19
2002-04-18File.java (normalizePath): Add Win32 support for auto conversion of a '/' pat...Adam King1-0/+5
2001-10-08re PR libgcj/4481 (java.io.File.getParent not working properly)Tom Tromey1-2/+5
2001-09-14File.java (normalizePath): Use equals() not '==' for string comparison.Bryce McKinlay1-1/+1
2001-09-12* java/io/File.java (toURL): Use getAbsolutePath and `file://'.Tom Tromey1-1/+2
2001-08-31Re-merge with Classpath:Tom Tromey1-1/+1
2001-07-18natFileWin32.cc (_access): Renamed.Tom Tromey1-8/+11
2001-04-12Makefile.am: Make a libtool convenience library.Bryce McKinlay1-7/+54
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay1-15/+8
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay1-120/+210
2001-02-09File.java (java.net): Imported.Alexandre Petit-Bianco1-0/+16
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