1. 18 Dec, 2003 6 commits
  2. 17 Dec, 2003 24 commits
  3. 16 Dec, 2003 10 commits
    • configure.ac (AM_INIT_AUTOMAKE): Don't warn about GNU Make. · 2d52e9e3
      2003-12-16  Phil Edwards  <phil@codesourcery.com>
      
      	* configure.ac (AM_INIT_AUTOMAKE):  Don't warn about GNU Make.
      	* configure:  Regenerated.
      	* Makefile.am (check-%):  New catch-all forwarding target.
      	* Makefile.in:  Regenerated.
      
      From-SVN: r74718
      Phil Edwards committed
    • container_benchmark.cc: New... · da2fd948
      2003-12-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/performance/container_benchmark.cc: New, a
      	benchmark developed by Bjarne Stroustrup and Alexander
      	Stepanov and made available with no restrictions.
      
      	* testsuite/testsuite_performance.h (report_header): New,
      	useful to produce header lines in the reports.
      
      From-SVN: r74717
      Paolo Carlini committed
    • natPlainDatagramSocketImplWin32.cc: Removed unused InterruptedIOException.h include. · 89c57110
      	* gnu/java/net/natPlainDatagramSocketImplWin32.cc:
      	Removed unused InterruptedIOException.h include.
      	* gnu/java/net/natPlainSocketImplWin32.cc
      	(connect): Reset and ignore our thread's interrupted
      	flag instead of testing and throwing an InterruptedIOException
      	if set.
      	(accept): Likewise + changed case of SocketTimeoutException
      	text.
      	(write): Likewise (for both overloads).
      	(doRead): Likewise.
      
      From-SVN: r74716
      Mohan Embar committed
    • win32.cc (WSAEventWrapper): Implemented default constructor and init() methods. · 5cd4d463
      	* win32.cc (WSAEventWrapper): Implemented default
      	constructor and init() methods.
      	(_Jv_select): Removed.
      	* gnu/java/nio/natSelectorImplWin32.cc
      	(helper_put_filedescriptors): Removed.
      	(helper_get_filedescriptors): Removed.
      	(implSelect): Implemented in terms of WSAEventWrapper
      	and WSAWaitForMultipleEvents instead of _Jv_select().
      	Added support for thread interruption.
      	* include/win32.h (WSAEventWrapper): Minor formatting
      	changes; added default constructor declaration, init(),
      	getFD() and getEventHandle() methods.
      	(_Jv_select): Removed.
      
      From-SVN: r74715
      Mohan Embar committed
    • * gnu/java/net/natPlainDatagramSocketImplPosix.cc · 027e655b
      	(peekData): Throw SocketTimeoutException instead of
      	InterruptedIOException on timeout.
      	(receive): Likewise.
      	* gnu/java/net/natPlainSocketImplPosix.cc
      	(read): Made a minor exception text case change.
      
      From-SVN: r74714
      Mohan Embar committed
    • container_benchmark.cc: New... · 93cbdb1a
      2003-12-16  Paolo Carlini  <pcarlini@suse.de>
      
      	* testsuite/performance/container_benchmark.cc: New, a
      	benchmark developed by Bjarne Stroustrup and Alexander
      	Stepanov and made available with no restrictions.
      
      	* testsuite/testsuite_performance.h (report_header): New,
      	useful to produce header lines in the reports.
      
      From-SVN: r74713
      Paolo Carlini committed
    • xscale testcases from James Lemke · 6d43c524
      xscale testcases from James Lemke
      	* gcc.dg/arm-scd42-[123].c: New tests.
      
      From-SVN: r74712
      James Lemke committed
    • re PR libgcj/13056 (import new libltdl) · 9e129d90
      2003-12-16  Michael Koch  <konqueror@gmx.de>
      
      	Fix for PR libgcj/13056.
      	* libltdl/configure.in,
      	libltdl/config.h.in: Removed.
      	* libltdl/configure.ac,
      	libltdl/config-h.in,
      	libltdl/install-sh,
      	libltdl/config.guess,
      	libltdl/config.sub,
      	libltdl/missing,
      	libltdl/mkinstalldirs,
      	libltdl/ltmain.sh: New files.
      	* libltdl/Makefile.am,
      	libltdl/acinclude.m4,
      	libltdl/aclocal.m4,
      	libltdl/ltdl.c,
      	libltdl/ltdl.h,
      	libltdl/README: Update to versions from libtool 1.5.
      	libltdl/configure,
      	* libltdl/Makefile.in: Regenerated.
      	* java/lang/natRuntime.cc (find_symbol):
      	Use type 'lt_ptr' instead of 'lt_ptr_t'.
      
      From-SVN: r74711
      Michael Koch committed
    • 2003-12-16 Michael Koch <konqueror@gmx.de> · 08a5a9a6
      	* java/awt/MenuComponent.java
      	(serialVersionUID): Fixed value.
      
      From-SVN: r74709
      Michael Koch committed
    • re PR c++/9043 ([ABI] incorrect name mangling for array dimension in template function) · d63b5e9f
      cp:
      	PR c++/9043
      	C++ ABI change: Mangling array indices in templates.
      	* decl.c (compute_array_index_type): Reorganize for earlier
      	template errors. Use value_dependent_expression_p for abi-2.
      	* mangle.c (write_array_type): Check broken mangling for
      	expression indices on abi-1
      testsuite:
      	PR c++/9043
      	* g++.dg/abi/mangle20-1.C: New test.
      	* g++.dg/abi/mangle20-2.C: New test.
      
      From-SVN: r74707
      Nathan Sidwell committed