aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2001-02-12* src/locale.cc: Remove bogus locale::id definitions.Mark Mitchell2-22/+4
2001-02-11std_valarray.h: #undef _DEFINE_LOGICAL_OPERATOR...Gabriel Dos Reis2-1/+4
2001-02-11valarray_meta.h (_RefFunClos<>_RefRunClos): Fix thinko in member initialisation.Gabriel Dos Reis2-1/+6
2001-02-11std_valarray.h (valarray<>::shift): Avoid comparaison between signed and unsi...Gabriel Dos Reis2-40/+51
2001-02-11gen-num-limits.cc: Use sigsetjmp and siglongjmp if available.Alexandre Oliva6-810/+873
2001-02-11valarray-inst.cc (gslice::_Indexer::_Indexer): Don't flip lengths and strides.Gabriel Dos Reis2-49/+79
2001-02-11char_traits.h (char_traits<char>::int_type): Change to `int' to match 21.1.3....Gabriel Dos Reis3-1/+41
2001-02-10Makefile.am: New file.Gabriel Dos Reis2-0/+32
2001-02-09* include/c_shadow/bits/std_cstdlib.h (lldiv_t): Fix typo.Nathan Sidwell2-1/+5
2001-02-08locale-inst.cc (fill_n): Instantiate with size_t arguments.Benjamin Kosnik2-21/+16
2001-02-08* configure.target (aix4*): Remove extra set of brackets.David Edelsohn2-1/+5
2001-02-07Clean up stdexcept.Benjamin Kosnik13-204/+282
2001-02-07acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library install locatio...Benjamin Kosnik1-2/+2
2001-02-07acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library install locatio...Benjamin Kosnik20-243/+283
2001-02-07configopts.html: Fix HTML markup.Phil Edwards9-75/+233
2001-02-06misc-inst.cc (_S_pad_char): Modify declaration's parameters to match header f...Jeffrey Oldham2-15/+14
2001-02-06Fix typo and wrong attribution in ChangeLog itself.Hyman Rosen1-1/+2
2001-02-06std_istream.h (op>> signed,unsigned char): Must use reinterpret_cast, not sta...Hyman Rosen2-2/+7
2001-02-06acinclude.m4 (gxx_include_dir): Quote, fix regression.Benjamin Kosnik4-12/+12
2001-02-06locale_facets.h (class moneypunct): Fix typos.Benjamin Kosnik2-4/+16
2001-02-06locale_facets.h (class moneypunct): Fix typos.Benjamin Kosnik2-12/+16
2001-02-06acinclude.m4 (GLIBCPP_CHECK_MATH_DECL_1): New macro.Benjamin Kosnik4-1614/+1756
2001-02-06locale_facets.tcc: Remove `static' keyword on function definitions.Mark Mitchell8-17/+130
2001-02-06acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): New macro.Benjamin Kosnik12-174/+197
2001-02-05std_cerrno.h: Correct date format for copyright.Benjamin Kosnik17-20/+219
2001-02-05ios_base_members_static.cc: Swap order of tests.Phil Edwards2-27/+31
2001-02-05string-inst.cc (string::_M_replace): Explicitly instantiate.Mark Mitchell2-0/+19
2001-02-05default.exp: New file.Gabriel Dos Reis2-0/+25
2001-02-04typeinfo (__GXX_MERGED_TYPEINFO_NAMES): New macro.Mark Mitchell4-19/+49
2001-02-03Makefile.am (mkinstalldirs): Set.Benjamin Kosnik13-1073/+909
2001-02-03stl_threads.h (struct _STL_mutex_lock): Same.Benjamin Kosnik3-8/+13
2001-02-03ios_base.h (_S_ios_fmtflags_end): Initialize correctly targets with 16bit ints.Jeffrey A Law2-4/+12
2001-02-02mkcheck.in: Also limit virtual memory size, for mmap-based mallocs.Phil Edwards2-4/+9
2001-02-01configure.in (toplevel_srcdir, auxdir): Set.Alexandre Oliva15-2889/+1140
2001-01-30c_locale_generic.cc: Remove langinfo include.Benjamin Kosnik2-1/+4
2001-01-30Preliminary named locales.Benjamin Kosnik29-1777/+2813
2001-01-28README: Add more comment.Gabriel Dos Reis3-30/+43
2001-01-27pure.cc (writestr): Just use cstdio and std::fputs.Benjamin Kosnik2-15/+8
2001-01-26inserters_extractors.cc: Remove explicit reference to 'testsuite/'.Loren J. Rittle2-1/+6
2001-01-26atomicity.h: Remove tricky .subsetion bits.Richard Henderson2-46/+37
2001-01-26acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Bourne shell portability bug (use ${MA...Michael Sokolov4-3/+15
2001-01-26ios.cc: Remove accidental inclusion of <stdio.h> in last checkin.Mark Mitchell2-1/+3
2001-01-25Makefile.am (sources): Add globals.cc.Mark Mitchell5-13/+90
2001-01-25std_iterator.h: Do not include stl_relops.h.Phil Edwards5-3/+17
2001-01-25*.cc: Remove explicit reference to 'testsuite/' in testcases.Gabriel Dos Reis16-50/+85
2001-01-24atomicity.h (__compare_and_swap): Remove.Mark Mitchell2-32/+14
2001-01-23exception_support.cc (__terminate_func): Remove declaration.Chris Demetriou2-6/+17
2001-01-23configure.target: Just use os_include_dir always.Benjamin Kosnik6-999/+729
2001-01-23configure.in: Place definition of MULTISUBDIR in libsupc++/Makefile as is don...Chris Demetriou3-829/+826
2001-01-23acinclude.m4: Cosmetic changes only.Phil Edwards10-1084/+1256