Age | Commit message (Expand) | Author | Files | Lines |
2004-11-29 | Correct my erronous ChangeLog entries. | R. Kelley Cook | 1 | -4/+0 |
2004-11-29 | 18654.cc: Use better names. | Paolo Carlini | 1 | -0/+6 |
2004-11-29 | re PR libstdc++/18654 (Shrink-to-fit std::string::reserve() calls can realloc... | Paolo Carlini | 1 | -0/+8 |
2004-11-27 | re PR libstdc++/18690 (tr1/utility is broken on darwin) | Paolo Carlini | 1 | -0/+6 |
2004-11-27 | 2.cc: Fix typo. | Paolo Carlini | 1 | -0/+10 |
2004-11-26 | DR 243. | Paolo Carlini | 1 | -62/+18 |
2004-11-25 | ChangeLog: Remove duplicate lines. | Benjamin Kosnik | 1 | -38/+0 |
2004-11-25 | libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change. | Kelley Cook | 1 | -0/+4 |
2004-11-24 | libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ... | Kelley Cook | 1 | -0/+4 |
2004-11-24 | Makefile.in, aclocal.m4: Regenerate with automake 1.9.3. | Kelley Cook | 1 | -0/+11 |
2004-11-24 | howto.html: Fix incorrect link. | Jonathan Wakely | 1 | -0/+5 |
2004-11-24 | 2004-11-24 Nathan Myers <ncm@cantrip.org> | Nathan Myers | 1 | -0/+6 |
2004-11-24 | [multiple changes] | Benjamin Kosnik | 1 | -0/+20 |
2004-11-24 | 2004-11-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de> | Volker Reichelt | 1 | -0/+5 |
2004-11-24 | testsuite_iterators.h: New. | Chris Jefferson | 1 | -0/+6 |
2004-11-24 | target-libpath.exp: New file defining set_ld_library_path_env_vars and restor... | John David Anglin | 1 | -0/+103 |
2004-11-24 | doxygroups.cc: Add std::tr1 namespace. | Benjamin Kosnik | 1 | -0/+15 |
2004-11-23 | locale_facets.h (isspace, [...]): Add doxygen markup. | Benjamin Kosnik | 1 | -0/+24 |
2004-11-21 | basic_string.h, [...]: Doxygen fixes. | Jonathan Wakely | 1 | -0/+8 |
2004-11-19 | 1.cc: In the checks use... | Paolo Carlini | 1 | -0/+17 |
2004-11-19 | Makefile.am (doxygen, [...]): Remove extra '$' from host_alias variable. | Jonathan Wakely | 1 | -0/+6 |
2004-11-19 | [multiple changes] | Paolo Carlini | 1 | -0/+11 |
2004-11-18 | sum_diff.cc: Use VERIFY. | Paolo Carlini | 1 | -0/+8 |
2004-11-18 | locale_facets.tcc (num_get<>::do_get(void*&)): If the failbit is set, don't s... | Paolo Carlini | 1 | -0/+7 |
2004-11-18 | DR 434. | Paolo Carlini | 1 | -0/+8 |
2004-11-17 | istream.tcc (getline(basic_istream<>&, basic_string<>&, _CharT)): Remove temp... | Paolo Carlini | 1 | -0/+11 |
2004-11-16 | howto.html: Document change from _GLIBCPP_CONCEPT_CHECKS to _GLIBCXX_CONCEPT_... | Jonathan Wakely | 1 | -0/+5 |
2004-11-16 | user.cfg.in: Set HAVE_DOT to NO. | Matthias Klose | 1 | -0/+4 |
2004-11-16 | Makefile.am (doxygen, [...]): Use host_alias instead of build_alias. | Matthias Klose | 1 | -0/+8 |
2004-11-15 | streambuf.tcc (__copy_streambufs): Provide a generic version of the function... | Paolo Carlini | 1 | -0/+11 |
2004-11-15 | run_doxygen: Add --build_alias option, substitute it in docs/doxygen/user.cfg... | Matthias Klose | 1 | -0/+8 |
2004-11-15 | testsuite_abi.cc (check_version): Add GLIBCXX_3.4.4. | Benjamin Kosnik | 1 | -0/+4 |
2004-11-15 | lwg-active.html, [...]: Import Revision 33. | Paolo Carlini | 1 | -0/+4 |
2004-11-14 | streambuf_iterator.h (istreambuf_iterator::_M_get): Slightly tweak for clarit... | Paolo Carlini | 1 | -0/+5 |
2004-11-12 | re PR testsuite/14264 (testsuite should set LC_ALL/LANG to C) | Andrew Pinski | 1 | -0/+5 |
2004-11-09 | locale_facets.tcc (time_get<>::do_get_weekday, [...]): Absolutely avoid deref... | Paolo Carlini | 1 | -0/+9 |
2004-11-08 | re PR libstdc++/17664 ([3.4 only] Crash in std::map when using _GLIBCXX_DEBUG... | Benjamin Kosnik | 1 | -1/+7 |
2004-11-08 | configure.ac (libtool_VERSION): To 6:4:0. | Benjamin Kosnik | 1 | -0/+9 |
2004-11-08 | streambuf_iterator.h (class istreambuf_iterator): Consistently use _M_c to ca... | Paolo Carlini | 1 | -0/+13 |
2004-11-08 | istream.tcc (getline(char_type*, streamsize, char_type), [...]): Restore a ge... | Paolo Carlini | 1 | -0/+13 |
2004-11-07 | ifstream_getline-2.cc: New. | Paolo Carlini | 1 | -0/+4 |
2004-11-05 | re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages) | Benjamin Kosnik | 1 | -0/+27 |
2004-11-04 | locale_facets.tcc (num_get<>::do_get(bool&)): Evaluate __beg == __end the exa... | Paolo Carlini | 1 | -0/+5 |
2004-11-03 | stl_numeric.h (partial_sum, [...]): Avoid dereferencing two times __first in ... | Jonathan Wakely | 1 | -0/+5 |
2004-11-03 | stl_numeric.h: Trivial formatting fixes. | Paolo Carlini | 1 | -0/+4 |
2004-11-03 | c++config: Spacing. | Benjamin Kosnik | 1 | -0/+12 |
2004-11-02 | * config/os/bsd/darwin/os_defines.h | Aaron W. LaFramboise | 1 | -0/+19 |
2004-11-03 | locale_facets.tcc (num_get<>::_M_extract_int): Evaluate *__beg the exact stri... | Paolo Carlini | 1 | -3/+9 |
2004-11-02 | re PR libstdc++/17627 (M68060 fails with libstdc++-v3/config/cpu/m68k/atomici... | Benjamin Kosnik | 1 | -0/+8 |
2004-11-02 | re PR libstdc++/17922 (Spurious warnings about std::ios_base::seekdir) | Benjamin Kosnik | 1 | -0/+19 |