Age | Commit message (Expand) | Author | Files | Lines |
2007-07-25 | re PR libstdc++/31836 (FAIL: 27_io/basic_istream/extractors_arithmetic/char/1... | John David Anglin | 1 | -1/+1 |
2007-05-25 | c_locale.h (__convert_from_v): Fix typo. | Paolo Carlini | 1 | -1/+1 |
2007-05-24 | c_locale.h (__convert_from_v): Only switch to the "C" locale if the current o... | Paolo Carlini | 4 | -29/+60 |
2007-05-21 | c_locale.h: Do not include <cstdarg>, use builtins. | Paolo Carlini | 2 | -9/+7 |
2007-05-17 | c_locale.h: Do not include <libintl.h>. | Paolo Carlini | 3 | -7/+6 |
2007-05-11 | pod_char_traits.h (char_traits<>::move): Use __builtin_memmove. | Paolo Carlini | 16 | -61/+114 |
2007-05-07 | re PR other/28145 (C++ (throw() and catch(...) {/* fall through */ } ) and p... | Jason Merrill | 1 | -2/+2 |
2007-05-06 | c_locale.cc: Don't use __builtin_huge_val* when __*_HAS_INFINITY__ is false. | Paolo Carlini | 1 | -12/+52 |
2007-04-14 | c_locale.cc: Include <limits>. | Paolo Carlini | 1 | -0/+1 |
2007-04-11 | c_locale.h: Do not include <langinfo.h> and <iconv.h>. | Paolo Carlini | 2 | -3/+2 |
2007-04-06 | re PR libstdc++/31117 (c++locale.o thread-unsafe in libstdc++) | Paolo Carlini | 2 | -21/+20 |
2007-03-06 | PR libstdc++/28080 (partial) | Paolo Carlini | 4 | -2/+8 |
2007-02-26 | PR libstdc++/28080 (partial) | Paolo Carlini | 3 | -36/+46 |
2007-02-18 | PR libstdc++/28080 (partial) | Paolo Carlini | 2 | -2/+8 |
2007-02-02 | c++config: Consistent macro guards for config includes. | Benjamin Kosnik | 2 | -4/+4 |
2006-12-05 | localefwd.h: Consistent @file placement... | Benjamin Kosnik | 9 | -1/+64 |
2006-11-21 | hashtable.h: -Wshadow fixes. | Benjamin Kosnik | 1 | -5/+5 |
2006-11-10 | c_locale.cc (__convert_to_v): Prefer strtold_l over __strtold_l if available. | Jakub Jelinek | 1 | -0/+6 |
2006-06-12 | re PR libstdc++/26970 (-O3 -Wformat=2 complains about floats written to ostream) | Paolo Carlini | 2 | -57/+66 |
2006-02-07 | configure.ac (_GLIBCXX_LONG_DOUBLE_COMPAT): New check. | Jakub Jelinek | 2 | -2/+16 |
2005-12-19 | c++config: Add in revised namespace associations. | Benjamin Kosnik | 19 | -88/+114 |
2005-12-15 | re PR libstdc++/25421 (catching exception from codecvt_byname() segfaults) | Paolo Carlini | 1 | -1/+1 |
2005-10-21 | re PR libstdc++/24450 (Exception safety problem in messages/__timepunct) | Paolo Carlini | 3 | -17/+36 |
2005-08-17 | All files: Update FSF address. | Kelley Cook | 29 | -29/+29 |
2005-07-18 | ctype_members.cc (do_is(mask, wchar_t)): Speed-up for the common case of mask... | Paolo Carlini | 1 | -11/+25 |
2005-06-29 | re PR libstdc++/22131 (std::num_get fails for input with invalid groups) | Paolo Carlini | 2 | -94/+77 |
2005-03-24 | acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies using _GLIBCXX_USE_C99_... | Benjamin Kosnik | 2 | -8/+14 |
2005-01-30 | re PR libstdc++/19642 (streaming doubles is very slow compared to sprintf) | Paolo Carlini | 1 | -6/+14 |
2005-01-07 | acinclude.m4: Remove CCODECVT_H. | Benjamin Kosnik | 2 | -521/+0 |
2004-11-24 | 2004-11-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de> | Volker Reichelt | 1 | -5/+4 |
2004-11-23 | locale_facets.h (isspace, [...]): Add doxygen markup. | Benjamin Kosnik | 1 | -3/+8 |
2004-11-05 | re PR libstdc++/17218 (unknown subjects in generated libstdc++ manpages) | Benjamin Kosnik | 1 | -3/+3 |
2004-10-30 | configure.host (darwin*): Set os_include_dir to a separate directory for Darwin. | Geoffrey Keating | 1 | -0/+171 |
2004-10-10 | monetary_members.cc (_S_construct_pattern): Give __ret a default value, thus ... | Paolo Carlini | 1 | -1/+1 |
2004-10-04 | c_locale.cc (__convert_to_v): Use _GLIBCXX_HAVE_STRTOF instead _GLIBCXX_USE_C... | Roger Sayle | 1 | -2/+2 |
2004-08-25 | PR libstdc++/17038 (partial) | Paolo Carlini | 2 | -6/+20 |
2004-08-12 | 2004-08-12 Jan Beulich <jbeulich@novell.com> | Jan Beulich | 2 | -2/+2 |
2004-08-07 | c_locale.h (__convert_from_v): Don't use a default for __prec, assume __prec ... | Paolo Carlini | 2 | -21/+7 |
2004-06-28 | 2004-06-28 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -6/+6 |
2004-06-18 | 2004-06-18 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 2 | -51/+102 |
2004-05-22 | re PR libstdc++/12854 (libstdc++ vs. -Weffc++) | Benjamin Kosnik | 2 | -44/+22 |
2004-05-13 | re PR libstdc++/15090 (-fno-for-scope vs. libstdc++) | Simon Marshall | 2 | -13/+15 |
2004-04-16 | acconfig.h: Remove _GLIBCXX_USE_LONG_DOUBLE entry, not used anymore. | Paolo Carlini | 4 | -46/+24 |
2004-04-12 | 2004-04-12 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 1 | -6/+0 |
2004-04-07 | time_members.cc (__timepunct<char>::_M_initialize_timepunct, [...]): the corr... | Paolo Carlini | 2 | -6/+6 |
2004-04-07 | 2004-04-07 Paolo Carlini <pcarlini@suse.de> | Paolo Carlini | 2 | -8/+8 |
2004-04-07 | Fixups for EDG front end. | Benjamin Kosnik | 4 | -15/+15 |
2004-03-31 | c_locale.cc (__convert_to_v(long double&)): In v3 uses of sscanf... | Paolo Carlini | 1 | -7/+2 |
2004-03-27 | [multiple changes] | Benjamin Kosnik | 1 | -11/+27 |
2004-02-21 | locale_facets.h (class money_base): Add { _S_minus, _S_zero, _S_end } enum, _... | Paolo Carlini | 4 | -25/+115 |