| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.ac: Set ABI_TWEAKS_SRCDIR. | Paul Brook | 2004-07-02 | 1 | -0/+1 |
* | Makefile.in: Regenerate with automake 1.8.5. | Benjamin Kosnik | 2004-06-14 | 1 | -5/+7 |
* | acinclude.m4 (GLIBCXX_CHECK_WCHAR_T_SUPPORT): Set LIBICONV, not libiconv. | Phil Edwards | 2004-03-19 | 1 | -0/+1 |
* | allocator: New. | Benjamin Kosnik | 2004-03-13 | 1 | -0/+2 |
* | Support automake 1.8.2 | Benjamin Kosnik | 2004-03-02 | 1 | -62/+81 |
* | re PR c/13814 (rejects different prototypes than builtin function) | Kaveh R. Ghazi | 2004-01-23 | 2 | -41/+0 |
* | acconfig.h: Add _GLIBCXX_USE_C99_MATH. | Mark Mitchell | 2003-12-29 | 1 | -2/+2 |
* | re PR libstdc++/13296 (unnecessary libunwind support in libstdc++-v3) | Benjamin Kosnik | 2003-12-10 | 1 | -1/+0 |
* | re PR libstdc++/13284 (126 g++ failures due to lrand48 not defined) | Benjamin Kosnik | 2003-12-04 | 1 | -7/+5 |
* | std_cmath.h: Don't import C99's float transcendentals into the __gnu_cxx::__c... | Roger Sayle | 2003-11-15 | 1 | -0/+161 |
* | stubs.c (sqrtf, sqrtl): Reorder so they appear before they're used. | Anthony Green | 2003-11-04 | 1 | -17/+17 |
* | Makefile.am: Remove trailing whitespace. | Phil Edwards | 2003-08-27 | 2 | -2/+2 |
* | acinclude.m4 (GLIBCXX_CONDITIONAL): New macro. | Phil Edwards | 2003-08-27 | 1 | -0/+2 |
* | acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX... | Phil Edwards | 2003-08-17 | 2 | -20/+5 |
* | configure.in: Rename... | Phil Edwards | 2003-08-05 | 1 | -1/+1 |
* | Convert to new autotools. | Phil Edwards | 2003-08-05 | 2 | -197/+280 |
* | Move from CPP to CXX. | Benjamin Kosnik | 2003-07-05 | 2 | -16/+18 |
* | acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch. | Benjamin Kosnik | 2003-06-30 | 1 | -1/+1 |
* | acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify. | Benjamin Kosnik | 2003-06-12 | 1 | -4/+2 |
* | stubs.c (hypot, [...]): Don't divide by zero. | Danny Smith | 2003-05-21 | 1 | -1/+7 |
* | Makefile.am (stamp-std-precompile): Add rule. | Benjamin Kosnik | 2003-02-12 | 1 | -1/+1 |
* | basic_file_libio.h: Fixups. | Peter Soetens | 2003-02-06 | 1 | -1/+1 |
* | locale_facets.h (messages): Move ctor, dtor definitions to.. | Benjamin Kosnik | 2003-01-06 | 1 | -0/+1 |
* | configure.in (GLIBCPP_ENABLE_DEBUG): Default to none. | Benjamin Kosnik | 2002-12-16 | 1 | -0/+11 |
* | Makefile.am (target_headers): Remove cpu_limits.h. | Benjamin Kosnik | 2002-09-26 | 1 | -1/+0 |
* | Makefile.am (LIBTOOL): Use --tag CC always for this directory. | Benjamin Kosnik | 2002-09-12 | 2 | -10/+7 |
* | Makefile.am (check-abi): New rule. | Benjamin Kosnik | 2002-08-22 | 1 | -0/+1 |
* | configure.in (INTERFACE): Remove. | Benjamin Kosnik | 2002-06-27 | 1 | -1/+0 |
* | Makefile.am: Add rules. | Benjamin Kosnik | 2002-06-20 | 1 | -1/+0 |
* | misc-inst.cc: Define unnecessary algorithm instantiations. | Benjamin Kosnik | 2002-05-27 | 1 | -19/+0 |
* | acinclude: More extensive checks for msgfmt, --enable-nls. | Benjamin Kosnik | 2002-04-02 | 1 | -0/+1 |
* | acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __s... | Benjamin Kosnik | 2002-03-23 | 2 | -19/+5 |
* | acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIB... | Steve Ellcey | 2002-03-19 | 1 | -0/+1 |
* | configure.in (target_alias): Default to yes. | Benjamin Kosnik | 2002-02-22 | 1 | -0/+1 |
* | signbitl.c: Copyright years as list, not range. | Benjamin Kosnik | 2002-01-16 | 6 | -6/+7 |
* | Makefile.am (LINK): Add --tag CC. | Benjamin Kosnik | 2002-01-15 | 2 | -4/+8 |
* | stubs.c (sinf,cosf): Implement stubs to enable the equivalent ___builtin__ ve... | Roger Sayle | 2002-01-01 | 1 | -3/+3 |
* | limits.h: Move to... | Benjamin Kosnik | 2001-10-23 | 1 | -1/+1 |
* | time_members_gnu.h: Remove. | Benjamin Kosnik | 2001-10-02 | 1 | -1/+0 |
* | Implement std::time_put. | Benjamin Kosnik | 2001-09-20 | 1 | -9/+13 |
* | Makefile.am (stamp-target): Remove link to self. | Benjamin Kosnik | 2001-09-10 | 1 | -5/+2 |
* | testsuite_flags.in: No longer need to search testsuite builddir. | Phil Edwards | 2001-09-05 | 1 | -2/+5 |
* | configure.in: Check for <sys/types.h>. | Marc Espie | 2001-08-16 | 1 | -0/+3 |
* | stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL | Peter Schmid | 2001-08-14 | 1 | -1/+1 |
* | configure.in (libtool_VERSION): Add. | Benjamin Kosnik | 2001-08-14 | 1 | -0/+3 |
* | configure.in (LIMITS_INC_SRCDIR): New variable. | Mark Mitchell | 2001-08-13 | 1 | -0/+1 |
* | acconfig.h (_GLIBCPP_MEM_LIMITS): Define. | Benjamin Kosnik | 2001-08-10 | 1 | -2/+2 |
* | Implement std::messages. | Benjamin Kosnik | 2001-08-08 | 1 | -4/+27 |
* | acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf, hypotl, atan2f, ... | Gabriel Dos Reis | 2001-07-25 | 6 | -146/+162 |
* | All occurrences of the __value_type() and __distance_type() functions... | Stephen M. Webb | 2001-07-18 | 1 | -10/+4 |