/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.748 by mark, Fri Nov 29 14:04:19 2002 UTC revision 1.749 by mark, Fri Nov 29 18:41:03 2002 UTC
# Line 1  Line 1 
1    2002-11-29  Mark Wielaard  <mark@klomp.org>
2    
3            Merge patches from Julian Dolby <dolby@us.ibm.com>
4            * java/io/File.java (File(File, String)): Only add separator when
5            dirpath is not a root dir.
6            (File(String, String)): Call this(File, String).
7            (File(String)): Remove all trailing separators when not root dir.
8            (canWrite): Return null when no separator is found in path.
9            If a directory then check that we can create and delete temp file.
10            (list): Return null when file not exists or is not a dir.
11            Return empty array when listInternal returns null.
12            * java/io/FileInputStream.java(open): Throws FileNotFoundException.
13            * java/io/FileOutputStream.java (FileOutputStream): Likewise.
14            (open): Likewise.
15            * native/jni/java-io/java_io_FileOutputStream.c (open): Likewise.
16            * native/jni/java-io/javaio.c (_javaio_close): Check that fd != -1.
17    
18            * THANKYOU: Add Julian Dolby.
19    
20  2002-11-25  Mark Wielaard  <mark@klomp.org>  2002-11-25  Mark Wielaard  <mark@klomp.org>
21    
22          * java/util/jar/JarFile.java (manifest): Not final.          * java/util/jar/JarFile.java (manifest): Not final.

Legend:
Removed from v.1.748  
changed lines
  Added in v.1.749

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26