1. 01 Jun, 1999 2 commits
  2. 31 May, 1999 11 commits
  3. 30 May, 1999 13 commits
  4. 29 May, 1999 4 commits
  5. 28 May, 1999 10 commits
    • put development docs on mainline for now · 22a66d93
      From-SVN: r27233
      Craig Burley committed
    • Replace local include scheme with #include of system.h · 2583397b
      From-SVN: r27232
      Robert Lipe committed
    • fixinc.dgux: Use modified _int_varargs.h · 1392020e
      From-SVN: r27231
      Eric Raskin committed
    • DatagramSocket.java (laddr): Removed. · 07515641
      	* java/net/DatagramSocket.java (laddr): Removed.
      	(DatagramSocket): Removed attempts to get or set laddr if null.
      	(getLocalAddress): Reimplemented per spec.
      	* java/net/MulticastSocket.java (setTimeToLive): Throw exception
      	when ttl is 0.
      	(joinGroup): Throw NullPointerException if any argument is null.
      	(leaveGroup): ditto.
      	* java/net/PlainDatagramSocketImpl.java: Updated comments.
      	* java/net/PlainSocketImpl.java (timeout): Added.
      	(getInputStream): Added FIXME comment on how to support timeouts
      	for TCP.
      	* java/net/ServerSocket.java (ServerSocket): Added FIXME comment.
      	* java/net/Socket.java: Added FIXME comments to identify
      	conflicting specs between the JCL and JDK 1.2 documents.
      	* java/net/natPlainDatagramSocketImpl.cc (bind): Use INADDR_ANY
      	if host is null.  Get localport value resolved by kernel if bind
      	lport is 0.
      	(receive): Implemented support for timeouts in UDP.
      	(setOption): Implemented based on natPlainSocketImpl version.
      	(getOption): ditto.
      	* java/net/natPlainSocketImpl.cc (bind): Get localport value
      	resolved by kernel if bind lport is 0.
      	(connect): Get localport value resolved by kernel if bind wasn't
      	done to set localport.
      	(accept): Implemented support for timeouts for ServerSocket.
      	(setOption): Save value for SO_TIMEOUT.
      	(getOption): Return timeout for SO_TIMEOUT.
      
      From-SVN: r27230
      Warren Levy committed
    • [multiple changes] · 93024893
      Fri May 28 18:22:45 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
              * parse.y (lookup_field_wrapper): Unified returned value to NULL
                or the searched field decl.
      Fri May 28 11:34:05 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
              * parse.y (fold_constant_for_init): Convert numerical constant
              values to the type of the assigned field.
      Thu May 27 19:57:40 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
              * expr.c (lookup_field): Relaxed the test on class loading error
              detection.
              * parse.y (fold_constant_for_init): Enabeled old code.
      Wed May 26 18:06:02 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
              * parse.y (valid_ref_assignconv_cast_p): Let `_Jv_CheckCast'
              decide the validity of the cast of a java.lang.Cloneable reference
              to an array.
              (patch_conditional_expr): Fixed first argument passed to
              binary_numeric_promotion.
      
      From-SVN: r27229
      Alexandre Petit-Bianco committed
    • fix thinko · 04b1e34d
      From-SVN: r27223
      Craig Burley committed
    • "New" testsuite entries approved by Jeff on 5/23. · d664559d
      From-SVN: r27222
      Robert Lipe committed
    • putenv.c: Include ansidecl.h to define `const'. · fee9125c
              * putenv.c: Include ansidecl.h to define `const'.
              * setenv.c: Likewise.
      
      From-SVN: r27221
      Kaveh R. Ghazi committed
    • t-dgux (EXTRA_PARTS): Add crti.o · 77b7d851
              * i386/t-dgux (EXTRA_PARTS): Add crti.o
              (crti.o): Add build rule and dependencies.
      
      From-SVN: r27218
      Eric Raskin committed
    • sysv4.h (CC1_SPEC): Add support for -profile · d540a32c
              * rs6000/sysv4.h (CC1_SPEC): Add support for -profile
              (LIB_LINUX_SPEC): Likewise.
              (LIB_LINUX_SPEC): Add support for -pthread
              (CPP_OS_LINUX_SPEC): Likewise.
              (CPP_SYSV_SPEC): Avoid redefinitions if both -fpic and -fPIC are
              specified
      
      From-SVN: r27217
      Franz Sirl committed