summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* README: Add more comment.Gabriel Dos Reis2001-01-283-30/+43
* pure.cc (writestr): Just use cstdio and std::fputs.Benjamin Kosnik2001-01-272-15/+8
* inserters_extractors.cc: Remove explicit reference to 'testsuite/'.Loren J. Rittle2001-01-262-1/+6
* atomicity.h: Remove tricky .subsetion bits.Richard Henderson2001-01-262-46/+37
* acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Bourne shell portability bug (use ${MA...Michael Sokolov2001-01-264-3/+15
* ios.cc: Remove accidental inclusion of <stdio.h> in last checkin.Mark Mitchell2001-01-262-1/+3
* Makefile.am (sources): Add globals.cc.Mark Mitchell2001-01-255-13/+90
* std_iterator.h: Do not include stl_relops.h.Phil Edwards2001-01-255-3/+17
* *.cc: Remove explicit reference to 'testsuite/' in testcases.Gabriel Dos Reis2001-01-2516-50/+85
* atomicity.h (__compare_and_swap): Remove.Mark Mitchell2001-01-242-32/+14
* exception_support.cc (__terminate_func): Remove declaration.Chris Demetriou2001-01-232-6/+17
* configure.target: Just use os_include_dir always.Benjamin Kosnik2001-01-236-999/+729
* configure.in: Place definition of MULTISUBDIR in libsupc++/Makefile as is don...Chris Demetriou2001-01-233-829/+826
* acinclude.m4: Cosmetic changes only.Phil Edwards2001-01-2310-1084/+1256
* ainclude.m4 (GLIBCPP_CHEC_MATH_DECLS_AND_LINKAGE_1): New macro.Mark Mitchell2001-01-236-5141/+847
* libstdc++.exp: Improve.Gabriel Dos Reis2001-01-233-16/+99
* [sorry, missed this the first time around] 2001-01-12 Laurynas Biveinis <laur...Laurynas Biveinis2001-01-221-28/+59
* configopts.html: Update for current status.Phil Edwards2001-01-213-77/+51
* tests.exp: New file.Gabriel Dos Reis2001-01-204-0/+282
* tests_flags.in: Just output the bare minimum to run tests.Gabriel Dos Reis2001-01-203-36/+39
* 17_intro: Prepare testcases for new style DejaGnu framework.Gabriel Dos Reis2001-01-1920-25/+25
* mkcheck.in: Construct file names that match $objdir structure.Benjamin Kosnik2001-01-187-7/+1043
* libstdc++.tests, lib: New directories.Gabriel Dos Reis2001-01-181-0/+4
* istream_sentry.cc (test02): Fix.Peter Schmid2001-01-172-0/+6
* ios_base.h (ios_base::failure): Tighten up throw specs.Benjamin Kosnik2001-01-177-102/+128
* gen-num-limits.cc (INSTANTIATIONS): New macro.Mark Mitchell2001-01-172-0/+31
* exception_support.cc (__cp_pop_exception): Fix uninitialized thinko in last c...Nathan Sidwell2001-01-162-2/+7
* exception_support.cc (__cp_pop_exception): Change prototype.Mark Mitchell2001-01-162-2/+8
* C++STYLE (classname): Add more existing and stylish patterns.Benjamin Kosnik2001-01-161-1/+1
* C++STYLE (classname): Add more existing and stylish patterns.Benjamin Kosnik2001-01-1611-162/+344
* * libio/libio.h: Add test for glibc 2.0.Andreas Jaeger2001-01-142-10/+18
* *: Fix dates.Benjamin Kosnik2001-01-124-3/+5
* basic_string.h (_S_find(const _CharT* __beg, const _CharT* __end, _CharT __c)...Benjamin Kosnik2001-01-124-28/+22
* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): check for DJGPP <ctype.h>Laurynas Biveinis2001-01-128-2/+301
* std_cstdio.h: Undef printf.Joseph Myers2001-01-112-0/+5
* ios.cc: Fix typo: change cout->wcout.Benjamin Kosnik2001-01-115-7/+16
* std_complex.h: Fix a typo.Peter Schmid2001-01-102-2/+6
* Fixes for libstdc++/1576Benjamin Kosnik2001-01-107-102/+61
* tests_flags.in (check_directory): Fix typo.Gabriel Dos Reis2001-01-102-2/+6
* 2001-01-09 Peter Schmid<schmid@snake.iap.physik.tu-darmstadt.de>Peter Schmid2001-01-102-1/+4
* ctype_inline.h (is): (Make right code path:) Remove magic constants and restr...Loren J. Rittle2001-01-102-12/+25
* * include/c_std/bits/std_ctime.h: Undefine difftime.Robert Lipe2001-01-092-0/+7
* gen-num-limits.cc (signal_adapter): New template function.Alexandre Oliva2001-01-092-6/+28
* fpos.h (fpos:::fpos(streamoff __pos)): Explicitly initialize mbstate_t member...Benjamin Kosnik2001-01-083-24/+27
* reported by Chris G.Benjamin Kosnik2001-01-083-2/+8
* [multiple changes]Benjamin Kosnik2001-01-068-77/+105
* std_cwctype.h: Include std_cwchar.h for wint_t.Benjamin Kosnik2001-01-041-0/+36
* std_cwctype.h: Include std_cwchar.h for wint_t.Benjamin Kosnik2001-01-047-194/+35
* acinclude.m4 (GLIBCPP_ENABLD_CSTDIO): Add in default value.Benjamin Kosnik2001-01-038-11204/+11231
* std_cwchar.h: Same.Benjamin Kosnik2001-01-0218-1327/+1613