aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite
AgeCommit message (Expand)AuthorFilesLines
2003-08-17acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX...Phil Edwards2-27/+23
2003-08-12basic_ios.h: Remove *_iter typedefs, change num* typedefs to num_*.Benjamin Kosnik1-2/+2
2003-08-08Makefile.am (check-abi): Change libstdc++-v3 to libstdc++.Benjamin Kosnik3-5/+5
2003-08-08* testsuite/testsuite_performance.h (__FreeBSD__): Add fake mallinfo.Loren J. Rittle1-0/+7
2003-08-05configure.in: Rename...Phil Edwards1-1/+1
2003-08-05Convert to new autotools.Phil Edwards1-275/+356
2003-08-05Makefile.am (DEJATOOL,EXPECT,RUNTEST,RUNTESTFLAGS): Remove unneeded variable ...Phil Edwards3-87/+76
2003-08-01libstdc++-v3-dg.exp: Rename...Phil Edwards3-249/+239
2003-07-31Tests for user specialization of standard containers.Doug Gregor7-0/+287
2003-07-31Reshuffle 23_containers testsuite.Benjamin Kosnik52-1111/+2007
2003-07-31pthread1.cc: Add alpha*-*-osf* to dg-do run, dg-options.Rainer Orth7-14/+14
2003-07-28testsuite_hooks.h: Remove list include.Benjamin Kosnik70-339/+59
2003-07-28char_traits.h: Update copyright, tweak.Benjamin Kosnik1-1/+1
2003-07-281.cc, [...]: Update comment regarding the origin of LOCALEDIR.Phil Edwards5-4/+11
2003-07-25char_traits.h: Update copyright, tweak.Benjamin Kosnik1-2/+1
2003-07-25char_traits.h (class char_traits): Put all the real work into the new class t...Matt Austern1-0/+172
2003-07-24*: Change __gnu_cxx_test to __gnu_test.Benjamin Kosnik441-635/+635
2003-07-24map_operators.cc: Conform to container requirement as value must be Assignable.Nathan Myers1-3/+3
2003-07-21testsuite_flags.in (--build-includes): Remove extraneous paths for libio.Benjamin Kosnik4-0/+4
2003-07-16re PR libstdc++/11528 (money_get does not get "$.00")Paolo Carlini2-0/+106
2003-07-14Nathan C.Paolo Carlini1-1/+3
2003-07-14assign_neg.cc: Fix line numbers.Benjamin Kosnik2-2/+2
2003-07-10locale_facets.tcc: Use function object for __use_cache instead of template fu...Benjamin Kosnik7-10/+737
2003-07-09pod_char_traits.cc: New.Benjamin Kosnik1-0/+78
2003-07-08list_create_fill_sort.cc: New.Gawain Bolton1-0/+64
2003-07-06testsuite_hooks.h: Guard against a missing unlink().Phil Edwards1-0/+5
2003-07-06create_testsuite_files: New file.Phil Edwards8-136/+44
2003-07-054879.cc: xfail on cygwinDavid Billinghurst7-0/+21
2003-07-05Move from CPP to CXX.Benjamin Kosnik30-122/+134
2003-07-05cpplib.h (CPP_AT_NAME, [...]): New token types.Zack Weinberg9-0/+36
2003-07-042003-07-04 Paolo Carlini <pcarlini@unitus.it>Paolo Carlini1-130/+0
2003-07-04re PR libstdc++/11378 (Unbuffered sputn is slow)Paolo Carlini1-0/+130
2003-07-04Makefile.am (target_headers): Add fpos.hBenjamin Kosnik1-0/+46
2003-07-04Makefile.am (target_headers): Add fpos.hBenjamin Kosnik6-34/+43
2003-07-037.cc: Guard with _GLIBCPP_USE_WCHAR_T.David Edelsohn1-0/+4
2003-07-027.cc: Include <testsuite_hooks.h>, tweak.Paolo Carlini2-2/+9
2003-07-02Makefile.am (AM_MAKEFLAGS): Set to -j1 (affects check* targets, but not libs/...Phil Edwards2-0/+2
2003-07-01re PR libstdc++/11389 (Unbuffered wfilebuf fails to read single-byte UTF-8 ch...Paolo Carlini4-0/+202
2003-07-017.cc: New.Jerry Quinn2-0/+83
2003-07-011-in.cc: New.Benjamin Kosnik28-215/+1417
2003-06-30Makefile.am (check-am): Do not override.Phil Edwards2-33/+18
2003-06-30Don't initialize an insert_iterator with a singular iteratorDoug Gregor1-2/+2
2003-06-30libstdc++-v3-dg.exp: Add comments.Phil Edwards1-1/+10
2003-06-30std_streambuf.h (_M_mode): Move from here to filebuf and stringbuf.Paolo Carlini5-5/+5
2003-06-2911305-1.cc: Improve type correctness-wise.Paolo Carlini4-12/+12
2003-06-28re PR libstdc++/9875 (filebuf doesn't handle codecvt::encoding() > 1)Paolo Carlini2-0/+212
2003-06-27[multiple changes]Benjamin Kosnik3-7/+13
2003-06-27Nathan C.Paolo Carlini5-0/+391
2003-06-27ios_base.h (ios_base::_M_getloc): Return reference to the imbued locale.Benjamin Kosnik2-2/+2
2003-06-26filebuf_copy.cc: New, testing char by char file copy.Nathan C. Myers1-0/+75