aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2000-11-17locale_facets.tcc (num_get<_CharT, [...]): Add missing typename keyword.Loren J. Rittle2-1/+7
2000-11-17acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make --enable-cstdio=stdio the default.Mark Mitchell11-1350/+1145
2000-11-16* config/c_io_stdio.h: Include stddef.h.Gerald Pfeifer2-0/+5
2000-11-16c_io_stdio.h (streamsize): Make it a typedef for ptrdiff_t.Mark Mitchell2-2/+6
2000-11-16* config/c_io_stdio.h: Include libio.h.Mark Mitchell2-0/+10
2000-11-16acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.Mark Mitchell11-1096/+1354
2000-11-16mkcheckin.in: Move check for bash version 2 later in the file.Mark Mitchell4-13/+23
2000-11-15mkcheck.in: Add function size_command() for irix.David Billinghurst2-0/+14
2000-11-14acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value.Benjamin Kosnik4-6/+16
2000-11-14acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value.Benjamin Kosnik10-1281/+1102
2000-11-14mkcheck.in: On a platform where we don't know how to extract section sizes...Phil Edwards2-6/+11
2000-11-14c_io_stdio.h: Don't define __c_wfile_type when _GLIBCPP_USE_WCHAR_T is not de...Loren J. Rittle2-1/+5
2000-11-13acinclude.m4 (GLIBCPP_CHECK_TARGET): New macro...Phil Edwards13-1490/+1723
2000-11-13Makefile.am (tmp-libstdsc++.INC:): Do not use -I$(top_builddir).Alexandre Petit-Bianco5-62/+117
2000-11-13acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Add test for libiconv.a providi...David Edelsohn2-0/+12
2000-11-13acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Handle FreeBSD.Loren J. Rittle4-3/+8
2000-11-13wrap_langinfo.h: New file.Brent Verner8-1278/+1082
2000-11-13wrap_langinfo.h: New file.Benjamin Kosnik4-2/+120
2000-11-13std_cmath.h (abs): Change extern "C" declaration of `abs (double)' to ...Mark Mitchell2-7/+12
2000-11-13os_defines.h: Define __EXTENSIONS__.Mark Mitchell2-0/+6
2000-11-12basic_file.h (__basic_file): Don't use __c_wfile_type when _GLIBCPP_USE_WCHAR...Mark Mitchell2-0/+7
2000-11-11codecvt.h (__iconv_adaptor): New adaptor function...Phil Edwards2-11/+36
2000-11-10* include/bits/cpp_type_traits.h: Fix typos. Adjust formatting.Gabriel Dos Reis2-27/+25
2000-11-10localefwd.h (_Count_ones<>::_S_halfcount, [...]): Turn into enumerators.Gabriel Dos Reis2-14/+19
2000-11-09codecvt.h (codecvt::do_out): Make it const-correct.Mark Mitchell2-6/+11
2000-11-08locale-inst.cc: Add explicit instantiations of _M_fill_insert and fill_n<...,...David Edelsohn2-5/+16
2000-11-08* include/bits/std_complex.h (conj): Undo double removal.Gabriel Dos Reis2-0/+9
2000-11-07acinclude.m4 (LIB_AC_PROG_CXX): Remove CXX from the list of alternatives for ...Alexandre Oliva4-1016/+1033
2000-11-05acinclude.m4 (LIB_AC_PROG_CXX): Set CXX_libstdcxx from CXX.Mark Mitchell4-1027/+1026
2000-11-04use of `test'.Mark Mitchell4-3/+10
2000-11-04acinclude.m4 (CXX): Prevent it from being cached.Alexandre Oliva9-997/+1023
2000-11-04[multiple changes]Phil Edwards16-1184/+1445
2000-11-04Dummy checking of footer.html to force web update.Phil Edwards1-1/+1
2000-11-03std_cwchar.h: Undefine macro that conflicts with function name defined in thi...David Edelsohn2-0/+8
2000-11-03std_cctype.h: Undefine macros that conflict with function names defined in th...Mark Mitchell3-0/+32
2000-11-03* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo.Mark Mitchell9-1316/+1098
2000-11-03* mkcheck.in: Fix echoing of -rpath option.Mark Mitchell1-1/+1
2000-11-03codecvt_unicode_char.cc: Don't run it if not _GLIBCPP_USE_WCHAR_T.Mark Mitchell4-0/+20
2000-11-03acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX.Mark Mitchell12-1119/+1440
2000-11-02atomicity.h (_Atomic_word): Make it a signed type.Mark Mitchell2-5/+10
2000-11-02locale.cc: Match orderings for static members.Benjamin Kosnik3-7/+9
2000-11-02std_complex.h (complex<>): Remove (cos<>, cosh<>, exp<>, log<>, log<>, sin, s...Gabriel Dos Reis3-49/+65
2000-11-01basic_file.h (_M_open_mode): Change signature, move specializations to..Benjamin Kosnik15-1389/+1591
2000-10-31*** empty log message ***Benjamin Kosnik2-0/+8
2000-10-31std_complex.h (norm): Forward declare.Gabriel Dos Reis3-40/+57
2000-10-31std_complex.h: Remove duplicate definition of conj.Benjamin Kosnik3-16/+12
2000-10-31complex.cc (arg, polar): Comment out specializations.Gabriel Dos Reis3-33/+50
2000-10-31std_cwctype.h: #undef possible function-like macro definitions of iswxxx func...Gabriel Dos Reis4-15/+53
2000-10-31acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Raise debugging level from the default o...Phil Edwards11-1125/+1318
2000-10-31[multiple changes]Benjamin Kosnik39-425/+573