Age | Commit message (Expand) | Author | Files | Lines |
2005-04-08 | configure.ac: Create template for PACKAGE and VERSION. | Kelley Cook | 1 | -4/+5 |
2005-04-07 | test.html: Update. | Benjamin Kosnik | 1 | -5/+4 |
2005-04-06 | Makefile.am (ACLOCAL_AMFLAGS): Define. | Kelley Cook | 1 | -3/+2 |
2005-03-24 | acinclude.m4: Adjust so that _GLIBCXX_USE_C99 implies using _GLIBCXX_USE_C99_... | Benjamin Kosnik | 1 | -10/+9 |
2005-03-21 | acinclude.m4 (GLIBCXX_CONFIGURE): Delete gcc_version logic. | Zack Weinberg | 1 | -0/+3 |
2005-02-01 | crossconfig.m4: Repair Solaris cross bits for strtold and strtof. | Brad Spencer | 1 | -1/+1 |
2005-01-28 | libstdc++.exp (libstdc++_init): Search the path for the compiler. | Geoffrey Keating | 1 | -1/+1 |
2005-01-11 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): In case more tha... | Paolo Carlini | 1 | -6/+36 |
2005-01-11 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): Revert 2005-01-0... | Paolo Carlini | 1 | -10/+6 |
2005-01-10 | Makefile.in: Regenerate. | Paolo Carlini | 1 | -1/+0 |
2005-01-07 | acinclude.m4: Remove CCODECVT_H. | Benjamin Kosnik | 1 | -7/+2 |
2005-01-06 | 2005-01-05 Benjamin Kosnik <bkoz@redhat.com> | Benjamin Kosnik | 1 | -2/+2 |
2005-01-05 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): At the end, firs... | Paolo Carlini | 1 | -7/+12 |
2005-01-03 | istream.tcc (ignore(streamsize), [...]): Reset _M_gcount to numeric_limits<st... | Paolo Carlini | 1 | -4/+4 |
2005-01-03 | istream.cc (basic_istream<char>::ignore(streamsize), [...]): Avoid _M_gcount ... | Paolo Carlini | 1 | -82/+104 |
2004-12-30 | Minimal fixes for -fno-exceptions. | Paolo Carlini | 1 | -1/+1 |
2004-11-26 | DR 243. | Paolo Carlini | 1 | -2/+8 |
2004-11-24 | Makefile.in, aclocal.m4: Regenerate with automake 1.9.3. | Kelley Cook | 1 | -1/+1 |
2004-11-17 | istream.tcc (getline(basic_istream<>&, basic_string<>&, _CharT)): Remove temp... | Paolo Carlini | 1 | -0/+160 |
2004-11-15 | streambuf.tcc (__copy_streambufs): Provide a generic version of the function... | Paolo Carlini | 3 | -1/+106 |
2004-11-08 | re PR libstdc++/17664 ([3.4 only] Crash in std::map when using _GLIBCXX_DEBUG... | Benjamin Kosnik | 1 | -5/+3 |
2004-11-08 | istream.tcc (getline(char_type*, streamsize, char_type), [...]): Restore a ge... | Paolo Carlini | 3 | -2/+409 |
2004-11-02 | re PR libstdc++/17627 (M68060 fails with libstdc++-v3/config/cpu/m68k/atomici... | Benjamin Kosnik | 1 | -0/+10 |
2004-11-02 | re PR libstdc++/17922 (Spurious warnings about std::ios_base::seekdir) | Benjamin Kosnik | 1 | -2/+3 |
2004-10-17 | mt_allocator.h (__pool::_M_get_align): New. | Benjamin Kosnik | 1 | -49/+51 |
2004-10-17 | bitmap_allocator.h: Change unsigned int -> size_t... | Dhruv Matani | 1 | -15/+13 |
2004-10-15 | bitmap_allocator.h: Qualify ::operator delete. | Paolo Carlini | 2 | -11/+11 |
2004-10-14 | mt_allocator.h: Tweaks. | Benjamin Kosnik | 1 | -21/+17 |
2004-10-14 | bitmap_allocator.h: Clean-up add/remove functions. | Dhruv Matani | 3 | -8/+143 |
2004-10-12 | re PR libstdc++/17937 (Critical ~__pool troubles) | Benjamin Kosnik | 1 | -6/+4 |
2004-10-11 | pool_allocator.cc (__pool_alloc_base::_M_allocate_chunk): Deal properly with ... | Joachim Kuebart | 1 | -7/+8 |
2004-10-09 | acconfig.h: Add _GLIBCXX_USE___CXA_ATEXIT. | Benjamin Kosnik | 1 | -0/+4 |
2004-10-06 | acinclude.m4 (GLIBCXX_ENABLE_THREADS): Set enable_thread. | Benjamin Kosnik | 1 | -0/+2 |
2004-10-06 | re PR libstdc++/17780 (std::allocator vs. static init) | Benjamin Kosnik | 1 | -1/+3 |
2004-10-06 | re PR libstdc++/17780 (std::allocator vs. static init) | Benjamin Kosnik | 1 | -163/+207 |
2004-09-24 | localename.cc (locale::locale(const char*)): Minor tweaks: rename a variable,... | Paolo Carlini | 1 | -20/+16 |
2004-09-01 | re PR libstdc++/16614 (Excessive resource usage in __mt_alloc) | Benjamin Kosnik | 5 | -23/+527 |
2004-08-30 | pool_allocator.h: Rename __pool_base to __pool_alloc_base. | Benjamin Kosnik | 1 | -9/+9 |
2004-08-23 | configure.ac: Specify version 1.9.1 in AM_INIT_AUTOMAKE. | Paolo Carlini | 1 | -5/+13 |
2004-08-16 | indirect_array.h: Trivial formatting fixes. | Paolo Carlini | 1 | -4/+3 |
2004-08-13 | debug.cc (_Error_formatter::_M_print_string): Fix thinko, memmove is not need... | Paolo Carlini | 1 | -1/+1 |
2004-08-12 | Makefile.in, [...]: Regenerate | Kelley Cook | 1 | -91/+109 |
2004-08-11 | re PR libstdc++/16959 (Segmentation fault in ios_base::sync_with_stdio) | Paolo Carlini | 1 | -0/+3 |
2004-08-09 | stl_bvector.h: Trivial formatting fixes. | Paolo Carlini | 1 | -15/+15 |
2004-08-07 | debug.cc (_Error_formatter::_M_print_string): In order to print individual wo... | Jonathan Wakely | 1 | -5/+10 |
2004-08-02 | Makefile.am (hosted_source): Add libmath and testsuite. | Mark Mitchell | 1 | -109/+91 |
2004-07-29 | PR libstdc++/12658 (continued) | Paolo Carlini | 1 | -5/+4 |
2004-07-02 | configure.ac: Set ABI_TWEAKS_SRCDIR. | Paul Brook | 1 | -0/+1 |
2004-07-01 | Per Bothner <per@bothner.com > Mohan Embar <gnustuff@thisiscool.com> | Benjamin Kosnik | 1 | -1/+1 |
2004-06-28 | localename.cc (locale::_Impl::_Impl): Slightly improve the algorithm used to ... | Paolo Carlini | 1 | -3/+3 |