Age | Commit message (Expand) | Author | Files | Lines |
2000-09-15 | locale.cc (locale::locale(const char* __name)): Consolidate name setting. | Benjamin Kosnik | 4 | -10/+61 |
2000-09-15 | locale.cc (locale::locale(const char* __name)): Consolidate name setting. | Benjamin Kosnik | 1 | -0/+103 |
2000-09-15 | locale.cc (locale::name()): Implement. | Benjamin Kosnik | 6 | -269/+310 |
2000-09-14 | string.tcc (_Rep::_S_max_size): Use typename for its size_type return type. | Benjamin Kosnik | 7 | -81/+82 |
2000-09-14 | static_members.cc: New file. | Benjamin Kosnik | 2 | -0/+127 |
2000-09-12 | global_templates.cc (test01): Add negative tests for use_facet. | Benjamin Kosnik | 6 | -64/+101 |
2000-09-12 | acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Remove test != "0". | Benjamin Kosnik | 8 | -1072/+1138 |
2000-09-11 | acinclude.m4 (GLIBCPP_CHECK_GNU_MAKE): Replace "grep -q" with "grep -c". | Branko Cibej | 4 | -1004/+1025 |
2000-09-09 | localefwd.h (locale::_Impl): Scope out types to public. | Benjamin Kosnik | 2 | -22/+29 |
2000-09-08 | porting-howto.html: New version. | Felix Natter | 2 | -16/+232 |
2000-09-08 | atomicity.h (__exchange_and_add): Change unused to __unused__. | Benjamin Kosnik | 4 | -3/+16 |
2000-09-07 | Add bits for --enable-maintainer-mode... | Benjamin Kosnik | 5 | -971/+941 |
2000-09-07 | std_cwctype.h: Remove yesterday's hacks. | Benjamin Kosnik | 1 | -6/+0 |
2000-09-07 | stl_tree.h: Make operators !=, == type safe for map, set. | Brad Garcia | 2 | -4/+13 |
2000-09-07 | 000-09-07 Brad Garcia <bgarcia@laurelnetworks.com> | Brad Garcia | 2 | -0/+86 |
2000-09-07 | acinclude.m4 (GLIBCPP_CHECK_CPU): Add ia64 support. | Richard Henderson | 5 | -927/+994 |
2000-09-07 | acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Force glibc_satisfactory to no... | Benjamin Kosnik | 11 | -921/+1034 |
2000-09-06 | string.tcc: Fix up more parameter names. | Levente Farkas | 2 | -7/+11 |
2000-09-06 | * configure: Rebuilt with new libtool.m4. | Alexandre Oliva | 2 | -959/+966 |
2000-09-01 | locale-inst.cc: Remove pre-instantiation of unicode codecvt types. | Benjamin Kosnik | 2 | -22/+5 |
2000-09-01 | locale_facets.tcc (_S_build_float_format): Move ... | Benjamin Kosnik | 13 | -536/+941 |
2000-09-01 | locale_facets.tcc (_S_build_float_format): Move ... | Benjamin Kosnik | 1 | -0/+1 |
2000-08-31 | ctype_wchar_t_members.cc (test01): New file. | Benjamin Kosnik | 5 | -23/+319 |
2000-08-30 | codecvt.html: Formatting cleanups. | Benjamin Kosnik | 3 | -7/+20 |
2000-08-30 | locale_facets.h (ctype<char>): Remove __table_type. | Benjamin Kosnik | 7 | -86/+153 |
2000-08-30 | codecvt.html: Behind-the-scenes ASCII->HTML tweaks for certain browsers. | Phil Edwards | 2 | -29/+36 |
2000-08-29 | codecvt.html: Add more bits, format. | Benjamin Kosnik | 4 | -31/+40 |
2000-08-29 | codecvt.html: Add more bits, format. | Benjamin Kosnik | 2 | -112/+516 |
2000-08-28 | configopts.html: Mention new options. | Phil Edwards | 6 | -17/+49 |
2000-08-28 | Dummy checkin of footer.html to force web update. | Phil Edwards | 1 | -1/+1 |
2000-08-25 | howto.html: Add notes on codecvt implementation. | Benjamin Kosnik | 3 | -6/+124 |
2000-08-24 | acconfig.h: Revert. | Benjamin Kosnik | 4 | -195/+107 |
2000-08-24 | acconfig.h: Revert. | Benjamin Kosnik | 4 | -1415/+1094 |
2000-08-24 | codecvt.h: Tweaks. | Benjamin Kosnik | 2 | -7/+20 |
2000-08-23 | Dummy checkin of footer.html to force web sync. | Phil Edwards | 1 | -1/+1 |
2000-08-23 | acconfig.h: _GLIBCPP_USING_THREADS and some workaround types added. | Phil Edwards | 10 | -1195/+1725 |
2000-08-22 | locale-inst.cc: Add codecvt<unicode_t... | Benjamin Kosnik | 11 | -98/+302 |
2000-08-22 | atomicity.h: Change __attribute__ ((unused)) to __attribute__ ((__unused__)). | Benjamin Kosnik | 9 | -26/+38 |
2000-08-22 | basic_string.h: Fix up parameter names. | Levente Farkas | 2 | -18/+22 |
2000-08-22 | Makefile.am (INCLUDES): Put $(CSHADOW_INCLUDES) before $(top_srcdir) | Brent Verner | 3 | -5/+12 |
2000-08-22 | codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. | Benjamin Kosnik | 3 | -0/+386 |
2000-08-22 | codecvt.h: Implement codecvt<wchar_t, char, mbstate_t>. | Benjamin Kosnik | 8 | -135/+406 |
2000-08-21 | Fix thinko. | Gabriel Dos Reis | 1 | -2/+2 |
2000-08-21 | * bits/std_cmath.h (std::abs): Overload for int and long. | Gabriel Dos Reis | 2 | -0/+14 |
2000-08-21 | string-inst.cc: Tweak instantiations for new-gxx-abi. | Benjamin Kosnik | 2 | -22/+24 |
2000-08-19 | valarray_array.h (__valarray_min, [...]): Fix thinko. | Gabriel Dos Reis | 2 | -2/+8 |
2000-08-18 | valarray_meta.h: Fix typos... | Benjamin Kosnik | 2 | -3/+7 |
2000-08-18 | valarray_meta.h (_Expr<>::shift, [...]): Implement. | Gabriel Dos Reis | 2 | -4/+28 |
2000-08-18 | valarray_meta.h (_Expr<>::min, [...]): Implement. | Gabriel Dos Reis | 3 | -22/+52 |
2000-08-17 | localefwd.h (std::locale): Use explicit `class' specified when declaring frie... | Mark Mitchell | 3 | -2/+8 |