| Age | Commit message (Expand) | Author | Files | Lines |
| 2003-04-04 | ios.cc (ios_base::_M_init): Remove _M_callbacks initialization. | Jerry Quinn | 1 | -1/+0 |
| 2003-03-30 | fstream.tcc (basic_filebuf::showmanyc, [...]): Fix test for synced buffer. | Paolo Carlini | 1 | -2/+2 |
| 2003-03-17 | re PR libstdc++/10097 (filebuf::underflow drops characters.) | Paolo Carlini | 1 | -17/+15 |
| 2003-03-09 | re PR libstdc++/7744 (streambuf::in_avail() always returns 0 (zero) for cin i... | Paolo Carlini | 2 | -17/+14 |
| 2003-03-08 | ios.cc (ios_base::ios_base): Correct order of _M_word and _M_word_size initia... | Jerry Quinn | 1 | -2/+2 |
| 2003-03-06 | ios.cc (ios_base::_M_init): Remove _M_word_size. | Jerry Quinn | 1 | -3/+3 |
| 2003-03-05 | strstream.cc, [...]: Remove incorrect whitespace added in my previous change. | Alexandre Oliva | 1 | -1/+1 |
| 2003-03-05 | demangle.h: Move to.. | Benjamin Kosnik | 1 | -1/+1 |
| 2003-03-05 | globals.cc: Clarify comments, remove c_locale_imp_compat. | Benjamin Kosnik | 1 | -58/+50 |
| 2003-03-05 | ios.cc (ios_base::_M_grow_words): Don't delete _M_word on new failure. | Jerry Quinn | 1 | -2/+2 |
| 2003-03-04 | strstream.cc (strstreambuf::overflow): Make sure operands of min and max have... | Alexandre Oliva | 1 | -2/+2 |
| 2003-02-27 | [multiple changes] | Benjamin Kosnik | 3 | -3/+189 |
| 2003-02-24 | re PR libstdc++/9825 (filebuf::sputbackc breaks sbumpc) | Paolo Carlini | 1 | -2/+12 |
| 2003-02-18 | [multiple changes] | Benjamin Kosnik | 2 | -2/+4 |
| 2003-02-17 | locale-inst.cc: Do not include <cassert>. | Paolo Carlini | 2 | -2/+0 |
| 2003-02-17 | re PR libstdc++/9580 (basic_filebuf<> with custom traits_type fails to link) | Paolo Carlini | 1 | -0/+20 |
| 2003-02-13 | atomicity.h (_Atomic_add_mutex): Fix declaration. | Phil Edwards | 1 | -0/+18 |
| 2003-02-12 | Makefile.am (stamp-std-precompile): Add rule. | Benjamin Kosnik | 1 | -1/+1 |
| 2003-02-11 | locale_facets.h (__num_base): Add _S_atoms_out. | Jerry Quinn | 2 | -16/+45 |
| 2003-02-11 | re PR libstdc++/9320 (Incorrect usage of traits_type::int_type in stdio_filebuf) | Paolo Carlini | 1 | -3/+4 |
| 2003-02-06 | re PR libstdc++/9548 (Incorrect results from setf(ios::fixed) and precision(-... | Paolo Carlini | 1 | -12/+11 |
| 2003-02-06 | basic_file_libio.h: Fixups. | Peter Soetens | 1 | -14/+68 |
| 2003-02-06 | [multiple changes] | Benjamin Kosnik | 1 | -17/+2 |
| 2003-02-03 | std_bitset.h: Replace CHAR_BIT with __CHAR_BIT__, use numeric_limits for bits... | Falk Hueffner | 3 | -294/+19 |
| 2003-02-01 | Const correctness issue: http://gcc.gnu.org/ml/libstdc++/2003-01/msg00370.html | Paolo Carlini | 2 | -10/+10 |
| 2003-01-28 | Makefile.am (CONFIG_CXXFLAGS): Reverse order of @EXTRA_CXX_FLAGS@ @SECTION_FL... | Danny Smith | 2 | -2/+2 |
| 2003-01-23 | configure.in (libtool_VERSION): To 6:0:0. | Benjamin Kosnik | 4 | -61/+6 |
| 2003-01-22 | locale_facets.h: Move non-facet classes requiring <string> to... | Benjamin Kosnik | 1 | -1/+2 |
| 2003-01-08 | [multiple changes] | Benjamin Kosnik | 2 | -15/+13 |
| 2003-01-06 | locale_facets.h (messages): Move ctor, dtor definitions to.. | Benjamin Kosnik | 3 | -15/+76 |
| 2003-01-06 | 2003-01-06 Paolo Carlini <pcarlini@unitus.it> | Paolo Carlini | 1 | -4/+4 |
| 2003-01-05 | re PR libstdc++/9168 (codecvt<char, char, mbstate_t> overwrites output buffers) | Paolo Carlini | 1 | -5/+7 |
| 2002-12-31 | Makefile.am: Resolve non-portable use of $<. | Loren J. Rittle | 2 | -23/+23 |
| 2002-12-27 | * config/locale/gnu/ctype_members.cc | Mark Mitchell | 1 | -3/+3 |
| 2002-12-26 | vterminate.cc: Move to... | Phil Edwards | 3 | -156/+18 |
| 2002-12-18 | vterminate.cc (__verbose_terminate_handler): Send diagnostics to stderr. | Jason Merrill | 1 | -3/+2 |
| 2002-12-16 | configure.in (GLIBCPP_ENABLE_DEBUG): Default to none. | Benjamin Kosnik | 2 | -35/+177 |
| 2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 2 | -7/+7 |
| 2002-11-28 | localename.cc (locale::_Impl::_Impl(const char*, size_t)): Improve previous f... | Paolo Carlini | 1 | -18/+12 |
| 2002-11-26 | localename.cc (locale::_Impl::_Impl(const char*, size_t)): Avoid strtok for t... | Paolo Carlini | 1 | -15/+16 |
| 2002-11-25 | std_complex.h (operator<<(basic_ostream&, const complex&)): Prefer 'x' to "x"... | Wolfgang Bangerth | 1 | -11/+11 |
| 2002-11-24 | locale.cc (locale::locale(const char*)): Trivial cosmetic tweaks. | Paolo Carlini | 1 | -8/+6 |
| 2002-11-15 | * src/ios.cc [_GLIBCPP_HAVE_UNISTD_H]: Include unistd.h. | Rainer Orth | 1 | -0/+3 |
| 2002-11-15 | re PR libstdc++/8399 (sync_with_stdio(false) breaks unformatted input) | Paolo Carlini | 1 | -1/+5 |
| 2002-11-13 | locale.cc (std::locale::classic()): Weaken locking protocol. | Loren J. Rittle | 1 | -3/+1 |
| 2002-11-05 | os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define. | John David Anglin | 1 | -0/+4 |
| 2002-11-02 | re PR libstdc++/8172 (undefined reference to operator+ for string) | Benjamin Kosnik | 1 | -1/+3 |
| 2002-10-18 | howto.html (GLIBCPP_FORCE_NEW): Document new environment variable which repla... | Loren J. Rittle | 1 | -4/+0 |
| 2002-10-15 | globals.cc (__gnu_cxx::c_locale_impl_compat): Add, alias to c_locale_impl. | Benjamin Kosnik | 1 | -8/+18 |
| 2002-10-11 | acconfig.h (_GLIBCPP_SYMVER): Add. | Benjamin Kosnik | 2 | -50/+47 |