/[classpath]/classpath/ChangeLog
ViewVC logotype

Diff of /classpath/ChangeLog

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

revision 1.1039 by mkoch, Tue May 6 09:10:18 2003 UTC revision 1.1040 by mkoch, Tue May 6 10:06:39 2003 UTC
# Line 1  Line 1 
1  2003-05-06  Michael Koch  <konqueror@gmx.de>  2003-05-06  Michael Koch  <konqueror@gmx.de>
2    
3            * java/io/File.java
4            (checkWrite): New method (from libgcj).
5            (checkRead): Likewise.
6            (writeObject): Likewise.
7            (readObject): Likewise.
8            (canRead): Replaced SecurityManager code with checkRead() call.
9            (exists): Likewise.
10            (isDirectory): Likewise.
11            (isFile): Likewise.
12            (lastModified): Likewise.
13            (length): Likewise.
14            (canWrite): Replaced SecurityManager code with checkWrite() call.
15            (mkdir): Likewise.
16            (renameTo): Likewise.
17    
18    2003-05-06  Michael Koch  <konqueror@gmx.de>
19    
20          * java/io/DataOutputStream.java          * java/io/DataOutputStream.java
21          (write): Renamed argument to "value", merged documentation with          (write): Renamed argument to "value", merged documentation with
22          libgcj.          libgcj.

Legend:
Removed from v.1.1039  
changed lines
  Added in v.1.1040

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