Skip to content
Snippets Groups Projects
  1. Oct 03, 2002
    • Nathanael Nerode's avatar
      Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy. · fe3d5b7f
      Nathanael Nerode authored
      2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
      
      	* Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
      	* configure.in: Make RPATH_ENVVAR substitution more autoconfy.
      	* Makefile.in: Regenerate.
      
      From-SVN: r57782
      fe3d5b7f
    • Tom Tromey's avatar
      Makefile.in: Rebuilt. · 3db03e43
      Tom Tromey authored
      	* Makefile.in: Rebuilt.
      	* Makefile.am (awt_java_source_files): Added new files.
      
      From-SVN: r57781
      3db03e43
    • Michael Koch's avatar
      InetAddress.java (class InetAddress): Removed final keyword. · 8e3cce32
      Michael Koch authored
      2002-10-03  Michael Koch  <konqueror@gmx.de>
      
      	* java/net/InetAddress.java
      	(class InetAddress): Removed final keyword.
      	(equals): Fixed typo.
      	(getByAddress): New method.
      
      From-SVN: r57779
      8e3cce32
    • Richard Earnshaw's avatar
      re PR libstdc++/3584 (arm-specific atomic operations not atomic) · bfc1eae3
      Richard Earnshaw authored
      PR libstdc++/3584
      * config/cpu/arm/atomicity.h (__exchange_and_add): Don't try to use
      ASM sequences that don't give us atomic addition operations.  Instead
      just add a comment explaining why it doesn't work.
      (__atomic_add): Just use __exchange_and_add.
      (__test_and_set, __always_swap): Delete.
      
      From-SVN: r57778
      bfc1eae3
    • Michael Koch's avatar
      Autoscroll.java: New file, merge from Classpath. · e3738399
      Michael Koch authored
      2002-10-03  Michael Koch  <konqueror@gmx.de>
      
      	* java/awt/dnd/Autoscroll.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/DragSourceAdapter.java:
      	(dragExit): Fixed typos in argument type.
      	(dragDropEnd): Fixed typos in argument type.
      	* java/awt/dnd/DragSourceDropEvent.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/DropTarget.java:
      	Added stubs, merge from Classpath.
      	* java/awt/dnd/DropTargetAdapter.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/DropTargetContext.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/DropTargetDragEvent.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/DropTargetDropEvent.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/DropTargetEvent.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/DropTargetListener.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/MouseDragGestureRecognizer.java:
      	New file, merge from Classpath.
      	* java/awt/dnd/peer/DropTargetContextPeer.java:
      	New file, merge from Classpath.
      
      From-SVN: r57777
      e3738399
    • Michael Koch's avatar
      2002-10-03 Michael Koch <konqueror@gmx.de> · a8e8f5c3
      Michael Koch authored
      	* java/net/DatagramPacket.java
      	(setLength): Fixed typo and be HTML-aware.
      	* java/net/InetSocketAddress.java
      	(InetSocketAddress): Correct initialization of hostname, fixed typo.
      	(equals): Added comment about equality of InetSocketAddress objects.
      	* java/net/ServerSocket.java
      	(accept): Added checks.
      	(isClosed): New stubbed method.
      	* java/net/SocketOptions.java: Reindention.
      	* java/net/SocketPermission
      	(SocketPermission): Documentation fixed.
      
      From-SVN: r57776
      a8e8f5c3
    • Jan Hubicka's avatar
      * i386.md (lea to mul peep2): Fix condition. · 4c9c9a3d
      Jan Hubicka authored
      From-SVN: r57775
      4c9c9a3d
    • Andrew Haley's avatar
      Array_3.java (baz): New. · cd8dbeef
      Andrew Haley authored
      2002-10-03  Andrew Haley  <aph@redhat.com>
      
      	* libjava.lang/Array_3.java (baz): New.
      	(main): Call baz.
      
      From-SVN: r57774
      cd8dbeef
    • Michael Koch's avatar
      2002-09-30 Michael Koch <konqueror@gmx.de> · e832ab3c
      Michael Koch authored
      	* 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
      e832ab3c
    • GCC Administrator's avatar
      Daily bump. · 3eacc81d
      GCC Administrator authored
      From-SVN: r57771
      3eacc81d
    • Andreas Jaeger's avatar
      Add forgotten ChangeLog entry. · f6c772fe
      Andreas Jaeger authored
      From-SVN: r57764
      f6c772fe
    • John David Anglin's avatar
      pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro. · f50df1d5
      John David Anglin authored
      	* pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.
      	* pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Define.
      
      From-SVN: r57758
      f50df1d5
  2. Oct 02, 2002
Loading