gcc/libjava/java
Alexandre Oliva 34c5c0e18c configure.in: Check for struct hostent_data and need for -D_REENTRANT for gethostbyname_r...
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.

From-SVN: r28369
1999-08-01 00:14:32 +00:00
..
awt natToolkit.cc: Added copyright header. 1999-05-10 09:23:41 +00:00
io natString.cc (substring): optimize where substring is entire String. 1999-07-26 03:51:44 +01:00
lang natSystem.cc (arraycopy): Use bcopy if memmove is not available. 1999-07-31 23:41:15 +00:00
net configure.in: Check for struct hostent_data and need for -D_REENTRANT for gethostbyname_r... 1999-08-01 00:14:32 +00:00
security
text DatagramSocketImpl.java (localPort): Fixed typo to match JDK. 1999-06-23 12:24:59 +00:00
util InflaterInputStream.java (read): Throw ZipException if inflater throws a DataFormatException. 1999-06-23 14:57:14 +00:00