This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r177307 - in /trunk/libstdc++-v3: ChangeLog tes...


Author: bkoz
Date: Thu Aug  4 02:26:52 2011
New Revision: 177307

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177307
Log:
2011-08-03  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/performance/27_io/filebuf_sputn_unbuf.cc: Include
	unistd.h for unlink.
	* testsuite/performance/27_io/ofstream_insert_int.cc: Same.
	* testsuite/performance/27_io/ifstream_extract_int.cc: Same.
	* testsuite/performance/27_io/ifstream_getline-2.cc: Same.
	* testsuite/performance/27_io/fstream_seek_write.cc: Same.
	* testsuite/performance/27_io/ifstream_extract_chars.cc: Same.
	* testsuite/performance/27_io/ofstream_insert_float.cc: Same.
	* testsuite/performance/27_io/ifstream_extract_float.cc: Same.
	* testsuite/performance/27_io/filebuf_sputc.cc: Same.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/performance/27_io/filebuf_sputc.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/filebuf_sputn_unbuf.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/fstream_seek_write.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_chars.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_float.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ifstream_getline-2.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_float.cc
    trunk/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]