summaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorMichael Koch <konqueror@gmx.de>2003-09-29 11:53:23 +0000
committerMichael Koch <mkoch@gcc.gnu.org>2003-09-29 11:53:23 +0000
commitb47ea0e89c2add94cef93048a1f61e809eddb58b (patch)
treef45ddd0482577d00dfe8f9fa1c78cc781ec7e1ee /libjava/ChangeLog
parent388781954235a5c9d9aae5974f48edf153a7e7f1 (diff)
2003-09-29 Michael Koch <konqueror@gmx.de>
* java/net/InetAddress.java: (isMulticastAddress): Dont use local variable to store address length. Let the compiler optimize this. (getHostName): Merged dcoumentation from classpath. (getAddress): Likewise. (getHostAddress): Likewise. (hashCode): Likewise. (equals): Likewise. (toString): Likewise. (getByName): Likewise. (getAllByName): Likewise. From-SVN: r71899
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index 100dc466509..1e9525aecf9 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,19 @@
2003-09-29 Michael Koch <konqueror@gmx.de>
+ * java/net/InetAddress.java:
+ (isMulticastAddress): Dont use local variable to store address length.
+ Let the compiler optimize this.
+ (getHostName): Merged dcoumentation from classpath.
+ (getAddress): Likewise.
+ (getHostAddress): Likewise.
+ (hashCode): Likewise.
+ (equals): Likewise.
+ (toString): Likewise.
+ (getByName): Likewise.
+ (getAllByName): Likewise.
+
+2003-09-29 Michael Koch <konqueror@gmx.de>
+
* java/awt/image/IndexColorModel.java: Reformated.
2003-09-29 Michael Koch <konqueror@gmx.de>