diff options
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r-- | libjava/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index c6e8f03..351fa4e 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,5 +1,13 @@ 1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br> + * configure.in: Check for struct hostent_data and need for + -D_REENTRANT for gethostbyname_r declaration. + * java/net/natInetAddress.cc: Define _REENTRANT if needed. + (lookup): Use hostent_data for fixed_buffer. + * configure, include/config.h.in: Rebuilt. + +1999-07-31 Alexandre Oliva <oliva@dcc.unicamp.br> + * java/lang/natSystem.cc (arraycopy): Use bcopy if memmove is not available. Don't cast memmove args to (void*). * configure.in: Do not abort if memmove is not available. |