Age | Commit message (Expand) | Author | Files | Lines |
2003-12-16 | ctype_noninline.h, [...] (ctype): Initialize _M_narrow, _M_widen. | Jerry Quinn | 1 | -0/+25 |
2003-12-16 | ios_base.h (Init::_S_initialized): Change into declaration. | Carlo Wood | 1 | -0/+6 |
2003-12-15 | re PR libstdc++/12658 (Thread safety problems in locale::global() and locale:... | Benjamin Kosnik | 1 | -0/+10 |
2003-12-15 | basic_string.h: Change _*_references to _*_refcount. | Benjamin Kosnik | 1 | -0/+8 |
2003-12-15 | re PR libstdc++/12855 (Thread safety problems in ios_base::Init) | Benjamin Kosnik | 1 | -0/+12 |
2003-12-15 | locale_facets.tcc (num_get::do_get(bool&)): Fail as soon as the begins of bot... | Paolo Carlini | 1 | -0/+20 |
2003-12-12 | re PR libstdc++/13341 (ctype<wchar_t>::do_narrow(wchar_t, char) is slow) | Paolo Carlini | 1 | -0/+19 |
2003-12-12 | index.txt: Regenerate after adding <link> tags. | Jonathan Wakely | 1 | -0/+4 |
2003-12-11 | basic_string.tcc (reserve): Allow shrink-to-fit. | Neil Ferguson | 1 | -0/+8 |
2003-12-11 | re PR libstdc++/6243 (testsuite fails almost all tests due to no libintl in L... | Benjamin Kosnik | 1 | -0/+7 |
2003-12-10 | re PR libstdc++/11612 (abi_check not finding correct libgcc_s.so.1) | Benjamin Kosnik | 1 | -0/+8 |
2003-12-10 | re PR libstdc++/13217 (basic_filebuf::underflow doesn't deal gracefully with ... | Paolo Carlini | 1 | -1/+7 |
2003-12-10 | re PR libstdc++/10063 (stdio_filebuf broken) | Benjamin Kosnik | 1 | -0/+7 |
2003-12-10 | locale_facets.tcc (num_put::do_put(void*)): Remove the try/catch, not necessary. | Paolo Carlini | 1 | -0/+5 |
2003-12-10 | 12438.cc: Tweak memory limit and iterations to avoid spurious failures on som... | Paolo Carlini | 1 | -0/+6 |
2003-12-10 | linker-map.gnu: Remove private ios_base members from export list. | Benjamin Kosnik | 1 | -0/+18 |
2003-12-10 | re PR libstdc++/13296 (unnecessary libunwind support in libstdc++-v3) | Benjamin Kosnik | 1 | -1/+13 |
2003-12-09 | demangle.h (struct implementation_details): Keep in comments the names of the... | Paolo Carlini | 1 | -0/+5 |
2003-12-09 | demangle.h (struct implementation_details): Fix unused parameters warning. | Paolo Carlini | 1 | -0/+5 |
2003-12-09 | locale_facets.tcc (num_get::_M_extract_int): Slightly streamline the code dea... | Paolo Carlini | 1 | -0/+6 |
2003-12-09 | algorithm, [...]: Remove trailing whitespace. | Bernardo Innocenti | 1 | -0/+13 |
2003-12-09 | bitset, [...]: Remove trailing whitespace. | Bernardo Innocenti | 1 | -0/+12 |
2003-12-09 | iso646.h, [...]: Remove trailing whitespace. | Bernardo Innocenti | 1 | -0/+8 |
2003-12-09 | cmath.tcc, [...]: Remove trailing whitespace. | Bernardo Innocenti | 1 | -0/+9 |
2003-12-09 | std_cctype.h, [...]: Remove trailing whitespace. | Bernardo Innocenti | 1 | -0/+6 |
2003-12-09 | algo.h, [...]: Remove trailing whitespace. | Bernardo Innocenti | 1 | -0/+12 |
2003-12-08 | c_locale.cc (__convert_to_v(long&), [...]): Remove. | Paolo Carlini | 1 | -0/+29 |
2003-12-08 | re PR libstdc++/12496 (wrong result for __atomic_add(&value, -1) when using -... | David S. Miller | 1 | -0/+6 |
2003-12-07 | 13189.cc: Guard for __enc_traits. | Benjamin Kosnik | 1 | -0/+5 |
2003-12-07 | re PR libstdc++/11691 (stdio_filebuf leaks FILE buffer when "no close" is req... | Benjamin Kosnik | 1 | -0/+9 |
2003-12-05 | re PR libstdc++/13189 (<ext/enc_filebuf.h> fails to compile) | Benjamin Kosnik | 1 | -0/+27 |
2003-12-05 | re PR libstdc++/13045 (Demangler does demangle floating values.) | Carlo Wood | 1 | -0/+30 |
2003-12-04 | re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined) | Benjamin Kosnik | 1 | -0/+13 |
2003-12-04 | re PR libstdc++/12653 (Resolution of DR 303 (WP) still unimplemented) | Paolo Carlini | 1 | -0/+14 |
2003-12-03 | re PR libstdc++/12791 (_M_extract_num returns a wrong __beg in case of error) | Paolo Carlini | 1 | -0/+20 |
2003-12-02 | locale_facets.tcc (time_get::do_get_year): Avoid using a basic_string and cal... | Paolo Carlini | 1 | -0/+7 |
2003-12-02 | 2003-12-02 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -0/+7 |
2003-12-02 | basic_ios.h (basic_ios::setstate): Revert. | Benjamin Kosnik | 1 | -0/+10 |
2003-12-01 | C++STYLE: Add exception bits. | Benjamin Kosnik | 1 | -0/+7 |
2003-12-01 | re PR libstdc++/10378 ([library DR 402] cannot add object with inplace new in... | Paolo Carlini | 1 | -0/+13 |
2003-11-30 | codecvt_members.cc (codecvt::do_in, [...]): More minor tweaks. | Paolo Carlini | 1 | -0/+5 |
2003-11-30 | codecvt_members.cc (codecvt::do_in): Minor stylistic tweak. | Paolo Carlini | 1 | -0/+5 |
2003-11-30 | locale_facets.tcc (num_put::do_put(..., bool)): Minor tweaks, consistent with... | Paolo Carlini | 1 | -0/+5 |
2003-11-29 | fstream.tcc (underflow): Minor tweaks in preparation for libstdc++/13217. | Paolo Carlini | 1 | -0/+5 |
2003-11-29 | 13171-2.cc: Tweak for a few small problems (fix timings, use VERIFY..) | Paolo Carlini | 1 | -0/+5 |
2003-11-28 | 13171-3.cc: Remove. | Paolo Carlini | 1 | -0/+6 |
2003-11-28 | 13171-3.cc: Remove extraneous wchar_t lines. | Paolo Carlini | 1 | -0/+5 |
2003-11-27 | re PR libstdc++/11544 (wifstream conversion errors result in wrong rdstate()) | Paolo Carlini | 1 | -0/+10 |
2003-11-27 | std_streambuf.h (__copy_streambufs): Remove the first, unused, basic_ios<> pa... | Paolo Carlini | 1 | -0/+14 |
2003-11-27 | re PR libstdc++/9371 (Bad exception handling in i/ostream::operator>>/<<(stre... | Benjamin Kosnik | 1 | -0/+53 |