aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@albatross.co.nz>1999-06-11 01:38:08 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>1999-06-11 02:38:08 +0100
commit53dfe2970af0655b568d1986d3fb36fed93c0e6c (patch)
treedb3e2be0d843da62dfa2e96460604e158facfd9c /libjava/ChangeLog
parentb312276f5be691c10989fa5e799ee52d846b85db (diff)
downloadgcc-53dfe2970af0655b568d1986d3fb36fed93c0e6c.tar.gz
gcc-53dfe2970af0655b568d1986d3fb36fed93c0e6c.tar.bz2
gcc-53dfe2970af0655b568d1986d3fb36fed93c0e6c.zip
natInetAddress.cc (aton): Fix typos.
* java/net/natInetAddress.cc (aton): Fix typos. (lookup): Use a bigger buffer size for gethostbyname_r on all versions of glibc. Updated FIXME comment explaining this. Modified while loops to not set herr = ERANGE to work around glibc problems. Use user specified hostname in InetAddress result when available (consistent with JDK). From-SVN: r27484
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index b7b295df091..8a2eb837a8d 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,11 @@
+1999-06-10 Bryce McKinlay <bryce@albatross.co.nz>
+ * java/net/natInetAddress.cc (aton): Fix typos.
+ (lookup): Use a bigger buffer size for gethostbyname_r on all
+ versions of glibc. Updated FIXME comment explaining this.
+ Modified while loops to not set herr = ERANGE to work around glibc
+ problems. Use user specified hostname in InetAddress result when
+ available (consistent with JDK).
+
1999-06-10 Warren Levy <warrenl@cygnus.com>
* java/io/FileDescriptor.java (FileDescriptor(String, int)):