Age | Commit message (Expand) | Author | Files | Lines |
2001-06-14 | configure.in (auxdir): Replace by ... | Nathan Sidwell | 5 | -877/+883 |
2001-06-14 | globals.cc: Define globals _GLIBCPP_mutex_init ()... | John David Anglin | 3 | -7/+95 |
2001-06-13 | slice_array_assignment.cc (main): New test. | Gabriel Dos Reis | 4 | -5/+90 |
2001-06-13 | acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0. | Benjamin Kosnik | 5 | -4/+11 |
2001-06-13 | fpos.h (fpos::operator-): Don't return reference, return original, non-modifi... | Benjamin Kosnik | 2 | -1/+8 |
2001-06-13 | fpos.h (fpos::operator-): Don't return reference, return original, non-modifi... | Benjamin Kosnik | 2 | -10/+18 |
2001-06-12 | porting.texi: Add documentation about libstdc++-v3-specific macros that are c... | Loren J. Rittle | 9 | -7/+93 |
2001-06-12 | std_sstream.h: Add allocator_type, as per DR 251. | Benjamin Kosnik | 4 | -875/+875 |
2001-06-12 | std_sstream.h: Add allocator_type, as per DR 251. | Benjamin Kosnik | 5 | -15/+37 |
2001-06-12 | basic_string.h (string::compare): Adjust signatures as per DR 5. | Benjamin Kosnik | 6 | -16/+122 |
2001-06-11 | Add bug ID. | Loren J. Rittle | 1 | -0/+1 |
2001-06-11 | README: Update to reflect reality. | Phil Edwards | 6 | -874/+898 |
2001-06-11 | ostream.tcc (ostream::seekp): Add error checking as per DR 129. | Benjamin Kosnik | 7 | -6/+107 |
2001-06-11 | run_doxygen (find_doxygen): Tweak version check. | Matthias Klose | 2 | -7/+20 |
2001-06-11 | std_cwchar.h: Alphabetize. | Benjamin Kosnik | 7 | -806/+984 |
2001-06-10 | acinclude.m4 (GLIBCPP_ENABLE_C99): Add stdio.h checking. | Benjamin Kosnik | 11 | -1034/+1254 |
2001-06-10 | std_cstdio.h: Include cstddef for size_t. | Benjamin Kosnik | 2 | -1/+8 |
2001-06-09 | acinclude.m4 (AC_EXEEXT): Work around in case it expands to nothing, as in au... | Alexandre Oliva | 3 | -839/+860 |
2001-06-09 | std_cwchar.h: Remove size_t injection, include std_cstddef. | Benjamin Kosnik | 6 | -12/+13 |
2001-06-09 | std_cctype.h: Remove isblank. | Benjamin Kosnik | 2 | -2/+4 |
2001-06-09 | acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc, fgetws. | Benjamin Kosnik | 14 | -685/+820 |
2001-06-09 | std_cstdlib.h: Remove _Exit, strtof injections. | Benjamin Kosnik | 2 | -4/+8 |
2001-06-08 | *: Add copyright notice. | Benjamin Kosnik | 67 | -526/+1705 |
2001-06-08 | eh_alloc.cc: Ensure that required macros are defined before including gthr.h. | Loren J. Rittle | 3 | -17/+27 |
2001-06-08 | threads-no.h: Remove file. | Loren J. Rittle | 16 | -1004/+941 |
2001-06-06 | string-inst.cc (_Rep::_S_max_size): Add instantiation. | Benjamin Kosnik | 2 | -0/+5 |
2001-06-06 | basic_ios.tcc: Formatting tweaks. | Benjamin Kosnik | 6 | -58/+190 |
2001-06-04 | locale_facets.h (ctype<_CharT>): Add definitions for generic ctype virtuals. | Benjamin Kosnik | 4 | -71/+136 |
2001-06-04 | PR libstdc++/3035 and PR libstdc++/3036 | Kenny Simpson | 2 | -1/+13 |
2001-06-04 | re PR libstdc++/3034 (DR 214) | Phil Edwards | 3 | -2/+60 |
2001-06-04 | std_bitset.h (bitset::test): Fix __pos >= _Nb comparison; all positions must ... | Brendan Kehoe | 3 | -1/+67 |
2001-06-04 | re PR libstdc++/3016 (stl_queue.h bugs wrt compliance) | Brendan Kehoe | 2 | -16/+11 |
2001-06-04 | char_traits.h (move): Reverse qualification of memmove with std::. | Jeffrey Oldham | 2 | -2/+8 |
2001-06-04 | char_traits.h (move): Qualify memmove with std::. | Jeffrey Oldham | 4 | -8/+17 |
2001-06-04 | Makefile.am (install-glibcppinstallHEADERS, [...]): Have explicit rules cater... | Hans-Peter Nilsson | 3 | -15/+45 |
2001-06-01 | Oops, forgot to ci | Hans-Peter Nilsson | 1 | -0/+9 |
2001-06-01 | Makefile.am (VPATH): Delimit with ":", not space. | Hans-Peter Nilsson | 4 | -11/+9 |
2001-05-31 | istream.tcc: Include std_ostream.h. | Scott Snyder | 3 | -3/+6 |
2001-05-31 | bitset.cc: Qualify size_t with std::. | Benjamin Kosnik | 2 | -8/+13 |
2001-05-31 | acconfig.h (_GLIBCPP_BUGGY_FLOAT_COMPLEX): Remove. | Benjamin Kosnik | 21 | -1876/+1636 |
2001-05-31 | c++config (__USE_MALLOC): Do not define it. | Loren J. Rittle | 4 | -8/+91 |
2001-05-30 | user.cfg.in: Minor addition. | Phil Edwards | 17 | -438/+431 |
2001-05-30 | libstdc++-v3-dg.exp (libstdc++-v3-init): Use get_multilibs to find gcc. | Rainer Orth | 2 | -1/+7 |
2001-05-30 | acinclude.m4 (GLIBCPP_ENABLE_C99): Reorder output messages. | Phil Edwards | 4 | -896/+909 |
2001-05-30 | [multiple changes] | Gabriel Dos Reis | 4 | -52/+64 |
2001-05-30 | howto.html: Update link. | Loren J. Rittle | 3 | -11/+19 |
2001-05-26 | * include/c_std/bits/std_cmath.h (sqrt): #undef. | Gabriel Dos Reis | 2 | -0/+5 |
2001-05-25 | mknumeric_limits: Stop if gen-num-limits dies. | Rainer Orth | 2 | -1/+8 |
2001-05-25 | [multiple changes] | Benjamin Kosnik | 4 | -1196/+974 |
2001-05-25 | std_cmath.h: Tweak. | Gabriel Dos Reis | 2 | -320/+293 |