1. 07 Jul, 1999 9 commits
  2. 06 Jul, 1999 8 commits
  3. 05 Jul, 1999 8 commits
  4. 04 Jul, 1999 5 commits
  5. 03 Jul, 1999 4 commits
  6. 02 Jul, 1999 6 commits
    • configure: Rebuilt. · 6130b0af
      	* configure: Rebuilt.
      	* configure.in: Added inet_ntoa to AC_CHECK_FUNCS.
      	* include/config.h.in: Rebuilt.
      	* java/net/natPlainDatagramSocketImpl.cc: Added header checking.
      	(mcastGrp): Updated FIXME comments.
      	(setOption): Fixed typo.
      	(getOption):Implemented IP_MULTICAST_IF.
      
      From-SVN: r27929
      Warren Levy committed
    • Finalize_1.out: Removed. · 5193d0bf
      	* libjava.lang/Finalize_1.out: Removed.
      	* libjava.lang/Finalize_1.java: Removed.
      
      From-SVN: r27927
      Tom Tromey committed
    • Thread_1.out: Updated. · 69aa6090
      	* libjava.lang/Thread_1.out: Updated.
      	* libjava.lang/Thread_1.java: Don't run exit test.
      
      From-SVN: r27925
      Tom Tromey committed
    • configure.in (mips-sgi-irix6*): Handle --with-gnu-ld. · 05476613
      	* gcc/configure.in (mips-sgi-irix6*): Handle --with-gnu-ld.
      	* gcc/config/mips/t-iris6gld: New file.
      	* gcc/config/mips/iris6gld.h: Likewise.
      
      From-SVN: r27924
      Mark Mitchell committed
    • For gcc: · 835f9b4d
      	* c-decl.c (widest_integer_literal_type_node,
      	widest_unsigned_literal_type) : New.
      	(init_decl_processing): Handle/use the two new types.
      	* c-common.c (type_for_size,type_for_mode) : Same.
      	* c-lex.c (yylex) : Same.
      	* c-typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
      	Same.
      	* c-tree.h (widest_integer_literal_type_node,
      	widest_unsigned_literal_type) : New.
      For gcc/cp:
      	* cp-tree.h (widest_integer_literal_type_node,
      	widest_unsigned_literal_type) : New.
      	* decl.c (widest_integer_literal_type_node,
      	widest_unsigned_literal_type) : New.
      	(init_decl_processing): Handle/use the two new types.
      	* lex.c (real_yylex): Same.
      	* typeck.c (unsigned_type,signed_type,signed_or_unsigned_type) :
      	Same.
      
      From-SVN: r27923
      Gavin Romig-Koch committed
    • PlainDatagramSocketImpl.java (ttl): Removed. · e75a9d77
      	* java/net/PlainDatagramSocketImpl.java (ttl): Removed.
      	* java/net/natPlainDatagramSocketImpl.cc (setTimeToLive): Implemented.
      	(getTimeToLive): Implemented.
      	(setOption): Implemented IP_MULTICAST_IF.
      
      From-SVN: r27922
      Warren Levy committed