1. 21 Oct, 2003 11 commits
    • PlainDatagramSocketImpl.java, [...]: Renamed fnum to native_fd to match classpath more. · 7c54b003
      2003-10-21  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/net/PlainDatagramSocketImpl.java,
      	gnu/java/net/PlainSocketImpl.java,
      	gnu/java/net/natPlainDatagramSocketImplPosix.cc,
      	gnu/java/net/natPlainDatagramSocketImplWin32.cc,
      	gnu/java/net/natPlainSocketImplPosix.cc,
      	gnu/java/net/natPlainSocketImplWin32.cc:
      	Renamed fnum to native_fd to match classpath more.
      
      From-SVN: r72746
      Michael Koch committed
    • locale.cc: Tweak a comment. · d23ad8c8
      2003-10-21  Paolo Carlini  <pcarlini@suse.de>
      
      	* src/locale.cc: Tweak a comment.
      	* src/localename.cc: Move a comment.
      
      From-SVN: r72745
      Paolo Carlini committed
    • kfreebsdgnu.h: New. · e2befd7d
      2003-09-28  Robert Millan  <robertmh@gnu.org>
      
      	* config/i386/kfreebsdgnu.h: New. i386-*-kfreebsd-gnu definitions.
      	* config/kfreebsdgnu.h: New. *-*-kfreebsd-gnu definitions.
      	* config/t-kfreebsd-gnu: New. *-*-kfreebsd-gnu tmake_file.
      	* config.gcc: Add *-*-kfreebsd*-gnu and i[34567]86-*-kfreebsd*-gnu.
      
      From-SVN: r72744
      Robert Millan committed
    • * web.c: Fix various comments. · 2426d8dd
      From-SVN: r72743
      Eric Botcazou committed
    • Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir. · de696511
      	* Make-lang.in (gnat_ug_unx.info): Add dependency on stmp-docobjdir.
      	(gnat_ug_vmx.info): Likewise.
      	(gnat_ug_vxw.info): Likewise.
      	(gnat_ug_wnt.info): Likewise.
      	(gnat_rm.info): Likewise.
      	(gnat-style.info): Likewise.
      
      	* Make-lang.in ($(docobjdir)/g77.info): Add dependency on
      	stmp-docobjdir.
      
      	* Make-lang.in ($(docobjdir)/treelang/treelang.info): Depend on
      	stmp-docobjdir.
      
      From-SVN: r72742
      Mark Mitchell committed
    • posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename… · 16a10fb6
      posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckMonitor to _Jv_MutexCheckMonitor.
      
      2003-10-21  Jerry Quinn  <jlquinn@optonline.net>
      
              * posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename
              _Jv_PthreadCheckMonitor to _Jv_MutexCheckMonitor.
      	* include/no-threads.h (_Jv_MutexCheckMonitor): New.
      	* include/posix-threads.h (_Jv_MutexCheckMonitor): Rename from
              _Jv_PthreadCheckMonitor.  Simplify code.
      	(_Jv_MutexUnlock): Use _Jv_MutexCheckMonitor.
      	* include/win32-threads.h (_Jv_MutexCheckMonitor): New.
      	* java/lang/Object.h (_Jv_ObjectCheckMonitor): Declare.
      	* java/lang/Thread.java (holdsLock): New.
      	* java/lang/natObject.cc (_Jv_ObjectCheckMonitor): New, with and
              without JV_HASH_SYNCHRONIZATION.
      	* java/lang/natThread.cc (java::lang::Thread::holdsLock): New.
      
      From-SVN: r72741
      Jerry Quinn committed
    • Make-lang.in (info): Honor $(parsedir) and $(docobjdir). · 036a75ac
      
      2003-10-20  Kelley Cook  <kcook@gcc.gnu.org>
      
      	* Make-lang.in (info): Honor $(parsedir) and $(docobjdir).
      	(generate-manpages): Likewise.
      	(java.maintainer-clean): Likewise.
      	(gcj.info): Likewise.
      	(gcj.1): Likewise.
      	(gcjh.1): Likewise.
      	(jv-scan.1): Likewise.
      	(jcf-dump.1): Likewise.
      	(gij.1): Likewise.
      	(jv-convert.1): Likewise.
      	(rmic.1): Likewise.
      	(rmiregistry.1): Likewise.
      	(java.install-man): Likewise.
      	(parse-scan.o): Move and define complete compile line.
      	(parse.o): Likewise.
      	(jcf-tree-inline.o): Move.
      
      From-SVN: r72739
      Kelley Cook committed
    • ChangeLog: Fix typos. · cd0be382
      	* ChangeLog: Fix typos.
      	* call.c: Fix comment typos.
      	* class.c: Likewise.
      	* cp-tree.h: Likewise.
      	* cvt.c: Likewise.
      	* cxx-pretty-print.c: Likewise.
      	* decl.c: Likewise.
      	* decl2.c: Likewise.
      	* init.c: Likewise.
      	* mangle.c: Likewise.
      	* name-lookup.c: Likewise.
      	* parser.c: Likewise.
      	* search.c: Likewise.
      	* semantics.c: Likewise.
      	* tree.c: Likewise.
      	* typeck.c: Likewise.
      
      From-SVN: r72737
      Kazu Hirata committed
    • arm.c (arm_override_options): Set arm_constant_limit to 2 instead of 1 when optimize_size is true. · be03ccc9
      * config/arm/arm.c (arm_override_options): Set arm_constant_limit
      to 2 instead of 1 when optimize_size is true.  Gather code based on
      optimize_size together.  Add comment about XScale load latency.
      
      From-SVN: r72736
      Nicolas Pitre committed
    • m68k.c (m68k_output_function_prologue): Remove obsolete comments. · 802f1b93
      	* config/m68k/m68k.c (m68k_output_function_prologue): Remove
      	obsolete comments.
      
      From-SVN: r72735
      Gunther Nikl committed
    • Daily bump. · d9c6bbf6
      From-SVN: r72733
      GCC Administrator committed
  2. 20 Oct, 2003 29 commits