aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2003-06-21 17:06:56 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2003-06-21 17:06:56 +0000
commitcff5cdc83d920e0ea10209a764649c6abc011804 (patch)
treee94ec9e16b029a498d6cf1390e66064b4a0ab438 /libjava/ChangeLog
parent84cc377e7fada373402dc72c1bc2c7fea4b544f2 (diff)
downloadgcc-cff5cdc83d920e0ea10209a764649c6abc011804.tar.gz
gcc-cff5cdc83d920e0ea10209a764649c6abc011804.tar.bz2
gcc-cff5cdc83d920e0ea10209a764649c6abc011804.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. From-SVN: r68310
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog10
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.