diff options
| author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-21 17:06:56 +0000 |
|---|---|---|
| committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-06-21 17:06:56 +0000 |
| commit | 8818c13b04fa4e674141c90eb3bdc14e315be4fc (patch) | |
| tree | e94ec9e16b029a498d6cf1390e66064b4a0ab438 /libjava/ChangeLog | |
| parent | efcc369ab281b97c5c28962fa52b57e49e63fdde (diff) | |
| download | ppe42-gcc-8818c13b04fa4e674141c90eb3bdc14e315be4fc.tar.gz ppe42-gcc-8818c13b04fa4e674141c90eb3bdc14e315be4fc.zip | |
2003-06-21 Michael Koch <konqueror@gmx.de>
* java/io/File.java
(static): Load javaio lib if existing (only in classpath).
(File): Revised documentation to show the correct argument name.
(createTempFile): Partly merged with classpath.
(compareTo): Simplified.
(lastModified): Throw exception if time < 0.
(deleteOnExit): Revised documentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68310 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 2386d53a01b..6d6ad1701ff 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,15 @@ 2003-06-21 Michael Koch <konqueror@gmx.de> + * java/io/File.java + (static): Load javaio lib if existing (only in classpath). + (File): Revised documentation to show the correct argument name. + (createTempFile): Partly merged with classpath. + (compareTo): Simplified. + (lastModified): Throw exception if time < 0. + (deleteOnExit): Revised documentation. + +2003-06-21 Michael Koch <konqueror@gmx.de> + * java/net/PlainSocketImpl.java: Reformatted. (PlainSocketImpl): Merged class documentaion with classpath. |

