1. 26 Sep, 2005 19 commits
  2. 25 Sep, 2005 7 commits
  3. 24 Sep, 2005 7 commits
  4. 23 Sep, 2005 7 commits
    • tune-1.cc: Clarify for single-thread. · 8d4addde
      
      2005-09-23  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/ext/mt_allocator/tune-1.cc: Clarify for single-thread.
      	* testsuite/ext/mt_allocator/tune-2.cc: Same.
      	* testsuite/ext/mt_allocator/tune-3.cc: Same.
      	* testsuite/ext/mt_allocator/tune-4.cc: Same.
      
      From-SVN: r104591
      Benjamin Kosnik committed
    • re PR libmudflap/23084 (mudflap crash upon accept() with argement 2 and 3 as NULL) · 04f98580
      2005-09-23  Frank Ch. Eigler  <fche@elastic.org>
      
      	PR 23084.
      	* mf-hooks2.c (accept): Tolerate NULL sockaddr* parameter.
      
      From-SVN: r104588
      Frank Ch. Eigler committed
    • pass58-frag.cxx: New test for heisenbug 19319. · 337dc8ca
      2005-09-23  Frank Ch. Eigler  <fche@elastic.org>
      
      	* testsuite/libmudflap.c++/pass58-frag.cxx: New test for heisenbug 19319.
      
      From-SVN: r104587
      Frank Ch. Eigler committed
    • Imported Classpath 0.18. · 1ea63ef8
      	* sources.am, Makefile.in: Updated.
      	* Makefile.am (nat_source_files): Removed natProxy.cc.
      	* java/lang/reflect/natProxy.cc: Removed.
      	* gnu/classpath/jdwp/VMFrame.java,
      	gnu/classpath/jdwp/VMIdManager.java,
      	gnu/classpath/jdwp/VMVirtualMachine.java,
      	java/lang/reflect/VMProxy.java: New files.
      
      2005-09-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* scripts/makemake.tcl (verbose): Add gnu/java/awt/peer/qt to BC
      	list.
      
      2005-09-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* gnu/java/net/DefaultContentHandlerFactory.java (getContent):
      	Remove ClasspathToolkit references.
      
      2005-09-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* gnu/awt/xlib/XCanvasPeer.java: Add new peer methods.
      	* gnu/awt/xlib/XFramePeer.java: Likewise.
      	* gnu/awt/xlib/XGraphicsConfiguration.java: Likewise.
      
      2005-09-23  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* Makefile.am (libgcjawt_la_SOURCES): Remove jawt.c.  Add
      	classpath/native/jawt/jawt.c.
      	* Makefile.in: Regenerate.
      	* jawt.c: Remove file.
      	* include/Makefile.am (tool_include__HEADERS): Remove jawt.h and
      	jawt_md.h.  Add ../classpath/include/jawt.h and
      	../classpath/include/jawt_md.h.
      	* include/Makefile.in: Regenerate.
      	* include/jawt.h: Regenerate.
      	* include/jawt_md.h: Regenerate.
      
      From-SVN: r104586
      Tom Tromey committed
    • Initial revision · 9b044d19
      From-SVN: r104578
      Tom Tromey committed
    • re PR fortran/16861 ([4.0 only] segfault with doubly used module) · acff2da9
      2005-09-23  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/16861
      	* module.c (mio_component_ref): Return if the symbol is NULL
      	and wait for another iteration during module reads.
      	(mio_symtree_ref): Suppress the writing of contained symbols,
      	when a symbol is available in the main namespace.
      	(read_module): Restrict scope of special treatment of contained
      	symbols to variables only and suppress redundant call to
      	find_true_name.
      
      2005-09-23  Paul Thomas  <pault@gcc.gnu.org>
      
      	PR fortran/16861
      	* gfortran.dg/nested_modules_3.f90: New.
      
      From-SVN: r104574
      Paul Thomas committed
    • enable.m4: New file. · e1e73e8d
      config:
      	* enable.m4: New file.
      	* tls.m4: New file.
      libmudflap:
      	* aclocal.m4, configure: Rebuilt.
      	* configure.ac: Use GCC_CHECK_TLS.
      	* acinclude.m4 (LIBMUDFLAP_CHECK_TLS, LIBMUDFLAP_ENABLE): Moved
      	to ../config.
      
      From-SVN: r104571
      Tom Tromey committed