1. 18 Dec, 2003 9 commits
  2. 17 Dec, 2003 24 commits
  3. 16 Dec, 2003 7 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