aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/io/File.java
AgeCommit message (Expand)AuthorFilesLines
2007-08-04natFilePosix.cc (init_native): Define to 0.Alfred M. Szmidt1-1/+4
2007-07-16File.java: Implement Comparable<File>.Tom Tromey1-31/+7
2007-06-03libjava/classpath/ChangeLog.gcj:Matthias Klose1-0/+184
2006-07-18File.java (deleteOnExit): Fix security check.Gary Benson1-1/+1
2006-07-14File.java (internalExists): New method.Gary Benson1-4/+22
2006-07-12File.java (renameTo): Fix security checks.Gary Benson1-4/+2
2006-06-06natFilePosix.cc (getCanonicalPath): Rewritten.Gary Benson1-3/+3
2006-01-06natThread.cc (finish_): Don't clear 'group'.Tom Tromey1-3/+2
2005-12-14re PR classpath/25389 (File(new URI("file:./")) -> java.lang.NullPointerExcep...Tom Tromey1-1/+5
2005-06-30Update FSF addressKelley Cook1-2/+2
2005-01-14File.java (toURI): Generate a URI which we understand.Robin Green1-2/+2
2004-09-09[multiple changes]Michael Koch1-14/+42
2004-08-30File.java File (String,String): Fixed handling of empty path.Jeroen Frijters1-6/+29
2004-07-27File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay1-2/+1
2004-07-06File.java (toURI): Merge from Classpath.Anthony Green1-0/+24
2004-04-20BufferedWriter.java, [...]: Fixed javadocs all over, rename arguments to matc...Michael Koch1-32/+33
2003-10-222003-10-22 Michael Koch <konqueror@gmx.de>Michael Koch1-5/+3
2003-10-13File.java: Reformated.Michael Koch1-93/+98
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