1. 03 Sep, 2002 11 commits
  2. 02 Sep, 2002 5 commits
  3. 01 Sep, 2002 6 commits
  4. 31 Aug, 2002 11 commits
  5. 30 Aug, 2002 7 commits
    • Makefile.in: Rebuilt. · 03296d1c
      2002-08-30  Jeff Sturm  <jsturm@one-point.com>
      
      	* Makefile.in: Rebuilt.
      	* Makefile.am (ZIP, GCJH): Remove $(EXEEXT).
      
      From-SVN: r56690
      Jeff Sturm committed
    • install.texi (Configuration, Building): Fix a typo and some formatting directives. · 4c64396e
      2002-08-30  Janis Johnson  <janis187@us.ibm.com>
      
      	* doc/install.texi (Configuration, Building): Fix a typo and
      	some formatting directives.
      
      From-SVN: r56689
      Janis Johnson committed
    • * MAINTAINERS: (Write After Approval): Add myself. · 341f0575
      From-SVN: r56688
      Paul Koning committed
    • c-tree.texi (RDIV_EXPR): Fix typo. · 4226378a
      	* doc/c-tree.texi (RDIV_EXPR): Fix typo.
      	* doc/rtl.texi (post_modify): Remove misplaced text, remove "not
      	implemented" note.
      	* doc/md.texi (IP2K): Move machine-specific constraints before MIPS
      	for alphabetic order.
      	* doc/tm.texi (TARGET_FLOAT_FORMAT): Update description for
      	VAX_FLOAT_FORMAT.  Remove reference to HOST_FLOAT_FORMAT.
      	(VAX_HALFWORD_ORDER): Document.
      	(LARGEST_EXPONENT_IS_NORMAL): Remove note about being only for
      	IEEE float format.
      	(TARGET_SCHED_ISSUE_RATE): Reword reference to MAX_DFA_ISSUE_RATE.
      	(ASM_OUTPUT_LABEL_REF): Fix font.
      	(CASE_VECTOR_SHORTEN_MODE): Ditto.
      
      From-SVN: r56687
      Paul Koning committed
    • ip2k.c (ip2k_set_compare): Remove all const_double stuff. · b8074dbe
      	* config/ip2k/ip2k.c (ip2k_set_compare): Remove all const_double
      	stuff.
      	(ip2k_gen_unsigned_comp_branch): Handle CONST_INT and
      	CONST_DOUBLE constants.
      
      From-SVN: r56686
      Denis Chertykov committed
    • JarURLConnection.java (getCertificates): New method from Classpath. · 4c322bff
      	* java/net/JarURLConnection.java (getCertificates): New method
      	from Classpath.
      	* java/net/URLClassLoader.java (URLClassLoader): Extends
      	SecureClassLoader.
      	(definePackage): New method from Classpath.
      	(getPermissions): Likewise.
      	(newInstance): Likewise.
      	(findClass): Construct CodeSource for new class (from Classpath).
      	* java/net/SocketImpl.java (shutdownInput, shutdownOutput): New
      	methods.
      	* java/net/URL.java (getUserInfo): New method.
      	(set(String,String,int,String,String,String,String,String)): New
      	method.
      	* java/net/PlainSocketImpl.java (_Jv_SO_KEEPALIVE_): Define.
      	(shutdownInput, shutdownOutput): Declare.
      	* java/net/PlainDatagramSocketImpl.java (_Jv_SO_KEEPALIVE_):
      	Define.
      	* java/net/natPlainSocketImpl.cc (setOption): Handle keepalive.
      	(getOption): Likewise.
      	(shutdownInput): New method.
      	(shutdownOutput): Likewise.
      	* java/net/natPlainDatagramSocketImpl.cc (setOption): Handle
      	keepalive.
      	(getOption): Likewise.
      	* java/net/SocketOptions.java (SO_KEEPALIVE): New constant.
      	* java/net/Socket.java (setKeepAlive): New method.
      	(getKeepAlive): Likewise.
      	(shutdownInput, shutdownOutput): New methods.
      
      From-SVN: r56685
      Tom Tromey committed
    • alpha.h (TARGET_CPU_CPP_BUILTINS): Move language- related defines to... · 55f49e3d
      * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Move language-
      related defines to...
      (SUBTARGET_LANGUAGE_CPP_BUILTINS): ...here.
      * config/alpha/netbsd.h (SUBTARGET_LANGUAGE_CPP_BUILTINS): Redefine
      as a no-op.
      
      From-SVN: r56684
      Jason Thorpe committed