gcc/libjava/java
Alexandre Oliva 138607df84 natSystem.cc (arraycopy): Use bcopy if memmove is not available.
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.

From-SVN: r28360
1999-07-31 23:41:15 +00:00
..
awt
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 DatagramSocket.java (DatagramSocket(int, InetAddress)): Default to using PlainDatagramSocketImpl. 1999-07-20 20:30:42 +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