1. 03 Oct, 2002 5 commits
    • Array_3.java (baz): New. · cd8dbeef
      2002-10-03  Andrew Haley  <aph@redhat.com>
      
      	* libjava.lang/Array_3.java (baz): New.
      	(main): Call baz.
      
      From-SVN: r57774
      Andrew Haley committed
    • 2002-09-30 Michael Koch <konqueror@gmx.de> · e832ab3c
      	* java/net/DatagramSocket.java
      	(receive): Check with SecurityManager AFTER the packet is received,
      	check if connected to multicast address, documentation added.
      	(send): Only check SecurityManager if connected, check address of
      	packet to send.
      	(connect): Implemented, documentation added.
      	* java/net/Inet6Address.java: New file (not added yet to Makefile.am).
      	* java/net/InetSocketAddress.java
      	(whole file): Reindented.
      	(hostname): New attribute.
      	(InetSocketAddress): Initialize new attribute.
      	(getAddress): Documentation added.
      	(getHostName): Documentation added.
      	(getPort): Documentation added.
      	(hashCode): Documentation added.
      	(isUnresolved): Documentation added.
      	(toString): Conform to output of JDK 1.4.1, documentation added.
      	* java/net/MulticastSocket.java
      	(joinGroup): Removed FIXME, documentation added.
      	(leaveGroup): Removed FIXME, documentation added.
      	(send): Documentation added.
      	* java/net/Socket.java
      	(inputShutdown): New variable.
      	(outputShutdown): New variable.
      	(Socket): Initialize new variables.
      	(getRemoteSocketAddress): Check if connected.
      	(shutdownInput): Set new variable.
      	(shutdownOutput): Set new variable.
      	(isConnected): New method.
      	(isClosed): New method.
      	(isInputShutdown): New method.
      	(isOutputShutdown): New method.
      	* java/net/URLStreamHandler.java
      	(URLStreamHandler): New method.
      	(openConnection): Added documentation.
      	(parseURL): Added documentation.
      	(getHostAddress): New method.
      	(getDefaultPort): New method.
      
      From-SVN: r57772
      Michael Koch committed
    • Daily bump. · 3eacc81d
      From-SVN: r57771
      GCC Administrator committed
    • Add forgotten ChangeLog entry. · f6c772fe
      From-SVN: r57764
      Andreas Jaeger committed
    • pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro. · f50df1d5
      	* pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.
      	* pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Define.
      
      From-SVN: r57758
      John David Anglin committed
  2. 02 Oct, 2002 29 commits
  3. 01 Oct, 2002 6 commits