Age | Commit message (Expand) | Author | Files | Lines |
2001-07-03 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2001-07-02 | acinclude.m4 (GLIBCPP_ENABLE_THREADS): Protect variable from shell expansion ... | Loren J. Rittle | 4 | -12/+26 |
2001-07-02 | locale.cc (locale::locale(const char*)): Make sure global locales are initial... | Benjamin Kosnik | 6 | -11/+36 |
2001-07-02 | acinclude.m4 (GLIBCPP_ENABLE_THREADS): Portability enhancement. | Loren J. Rittle | 4 | -15/+22 |
2001-07-02 | acinclude.m4 (GLIBCPP_ENABLE_THREADS): Add relative path to staged/installed ... | Loren J. Rittle | 4 | -5/+18 |
2001-07-02 | ios.cc (ios_base::Init::_S_ios_create): Rename __bufsize to __out_bufsize. | Loren J. Rittle | 2 | -7/+22 |
2001-07-02 | stl_construct.h (construct): Remove. | Stephen M. Webb | 7 | -271/+345 |
2001-07-02 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2001-07-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2001-06-30 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2001-06-30 | locale_facets.tcc (locale::combine): Clone _Impl. | Benjamin Kosnik | 8 | -56/+98 |
2001-06-29 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2001-06-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2001-06-27 | algo.h: Add "GPL plus runtime exception" comment block, this time for real. | Phil Edwards | 80 | -0/+2378 |
2001-06-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2001-06-27 | streambuf.tcc (__copy_streambufs): Don't set eofbit. | Benjamin Kosnik | 4 | -9/+28 |
2001-06-26 | acinclude.m4 (glibcpp_toolexeclibdir): Make multilib safe. | Zoltan Hidvegi | 4 | -3/+9 |
2001-06-26 | stream_iterator.h (istream_iterator): Add copy ctor. | Benjamin Kosnik | 3 | -6/+24 |
2001-06-26 | sbuf_iter.h: Change to.. | Benjamin Kosnik | 20 | -1233/+1117 |
2001-06-26 | acinclude.m4: Clean extraneous tabs, rewrap 'test' lines. | Phil Edwards | 4 | -960/+1002 |
2001-06-26 | porting-howto.html: Fixed some errors. | Felix Natter | 2 | -722/+801 |
2001-06-26 | stl_iterator.h (istream_iterator::operator->): Fix return values. | Benjamin Kosnik | 3 | -4/+16 |
2001-06-26 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2001-06-26 | std_iterator.h: Include sbuf_iter.h via std_ios.h. | Benjamin Kosnik | 7 | -348/+462 |
2001-06-26 | stl_iterator.h (__normal_iterator<>): Qualify dependent names with `typename'. | Gabriel Dos Reis | 2 | -6/+18 |
2001-06-25 | re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned)) | Phil Edwards | 9 | -63/+310 |
2001-06-23 | * libmath/stubs.c: Fix thinko. | Gabriel Dos Reis | 2 | -0/+5 |
2001-06-23 | stubs.c (sqrtf): Define. | David Edelsohn | 2 | -1/+13 |
2001-06-23 | stl_iterator.h (reverse_iterator): Inherit from iterator. | Benjamin Kosnik | 7 | -247/+488 |
2001-06-22 | *: Revert comment/license change from yesterday for all except libsupc++/unwi... | Phil Edwards | 80 | -2295/+7 |
2001-06-22 | * libmath/stubs.c (powf): Fix typo. | Gabriel Dos Reis | 2 | -2/+3 |
2001-06-22 | * libmath/stubs.c (tanhf): Fix typo. | Gabriel Dos Reis | 2 | -11/+13 |
2001-06-22 | stubs.c: New file. | Gabriel Dos Reis | 4 | -5/+120 |
2001-06-21 | algo.h: Add "GPL plus runtime exception" comment. | Phil Edwards | 81 | -0/+2387 |
2001-06-21 | indirect_array.h (indirect_array<>::operator=): Make copy and assignment oper... | Gabriel Dos Reis | 3 | -369/+415 |
2001-06-20 | mknumeric_limits: Add static definitions, format. | Benjamin Kosnik | 1 | -1/+1 |
2001-06-20 | mknumeric_limits: Add static defintions, format. | Benjamin Kosnik | 7 | -62/+207 |
2001-06-19 | stl_raw_storage_iter.h: Format. | Benjamin Kosnik | 7 | -159/+507 |
2001-06-15 | documentation.html: Point to new doxygen'ed collection. | Phil Edwards | 2 | -4/+10 |
2001-06-14 | configure.in (auxdir): Replace by ... | Nathan Sidwell | 5 | -877/+883 |
2001-06-14 | globals.cc: Define globals _GLIBCPP_mutex_init ()... | John David Anglin | 3 | -7/+95 |
2001-06-13 | slice_array_assignment.cc (main): New test. | Gabriel Dos Reis | 4 | -5/+90 |
2001-06-13 | acinclude.m4 (GLIBCPP_CONFIGURE): Bump version to 3.0.0. | Benjamin Kosnik | 5 | -4/+11 |
2001-06-13 | fpos.h (fpos::operator-): Don't return reference, return original, non-modifi... | Benjamin Kosnik | 2 | -1/+8 |
2001-06-13 | fpos.h (fpos::operator-): Don't return reference, return original, non-modifi... | Benjamin Kosnik | 2 | -10/+18 |
2001-06-12 | porting.texi: Add documentation about libstdc++-v3-specific macros that are c... | Loren J. Rittle | 9 | -7/+93 |
2001-06-12 | std_sstream.h: Add allocator_type, as per DR 251. | Benjamin Kosnik | 4 | -875/+875 |
2001-06-12 | std_sstream.h: Add allocator_type, as per DR 251. | Benjamin Kosnik | 5 | -15/+37 |
2001-06-12 | basic_string.h (string::compare): Adjust signatures as per DR 5. | Benjamin Kosnik | 6 | -16/+122 |
2001-06-11 | Add bug ID. | Loren J. Rittle | 1 | -0/+1 |