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