Age | Commit message (Expand) | Author | Files | Lines |
2003-08-17 | acinclude.m4 (GLIBCXX_EXPORT_INCLUDES): Remove LIBMATH_INCLUDES and LIBSUPCXX... | Phil Edwards | 2 | -20/+5 |
2003-08-05 | configure.in: Rename... | Phil Edwards | 1 | -1/+1 |
2003-08-05 | Convert to new autotools. | Phil Edwards | 2 | -197/+280 |
2003-07-05 | Move from CPP to CXX. | Benjamin Kosnik | 2 | -16/+18 |
2003-06-30 | acinclude.m4 (GLIBCPP_ENABLE_PCH): Add bits for --enable-pch. | Benjamin Kosnik | 1 | -1/+1 |
2003-06-12 | acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify. | Benjamin Kosnik | 1 | -4/+2 |
2003-05-21 | stubs.c (hypot, [...]): Don't divide by zero. | Danny Smith | 1 | -1/+7 |
2003-02-12 | Makefile.am (stamp-std-precompile): Add rule. | Benjamin Kosnik | 1 | -1/+1 |
2003-02-06 | basic_file_libio.h: Fixups. | Peter Soetens | 1 | -1/+1 |
2003-01-06 | locale_facets.h (messages): Move ctor, dtor definitions to.. | Benjamin Kosnik | 1 | -0/+1 |
2002-12-16 | configure.in (GLIBCPP_ENABLE_DEBUG): Default to none. | Benjamin Kosnik | 1 | -0/+11 |
2002-09-26 | Makefile.am (target_headers): Remove cpu_limits.h. | Benjamin Kosnik | 1 | -1/+0 |
2002-09-12 | Makefile.am (LIBTOOL): Use --tag CC always for this directory. | Benjamin Kosnik | 2 | -10/+7 |
2002-08-22 | Makefile.am (check-abi): New rule. | Benjamin Kosnik | 1 | -0/+1 |
2002-06-27 | configure.in (INTERFACE): Remove. | Benjamin Kosnik | 1 | -1/+0 |
2002-06-20 | Makefile.am: Add rules. | Benjamin Kosnik | 1 | -1/+0 |
2002-05-27 | misc-inst.cc: Define unnecessary algorithm instantiations. | Benjamin Kosnik | 1 | -19/+0 |
2002-04-02 | acinclude: More extensive checks for msgfmt, --enable-nls. | Benjamin Kosnik | 1 | -0/+1 |
2002-03-23 | acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __s... | Benjamin Kosnik | 2 | -19/+5 |
2002-03-19 | acinclude.m4 (GLIBCPP_ENABLE_LIBUNWIND_EXCEPTIONS): Define GLIBCPP_ENABLE_LIB... | Steve Ellcey | 1 | -0/+1 |
2002-02-22 | configure.in (target_alias): Default to yes. | Benjamin Kosnik | 1 | -0/+1 |
2002-01-16 | signbitl.c: Copyright years as list, not range. | Benjamin Kosnik | 6 | -6/+7 |
2002-01-15 | Makefile.am (LINK): Add --tag CC. | Benjamin Kosnik | 2 | -4/+8 |
2002-01-01 | stubs.c (sinf,cosf): Implement stubs to enable the equivalent ___builtin__ ve... | Roger Sayle | 1 | -3/+3 |
2001-10-23 | limits.h: Move to... | Benjamin Kosnik | 1 | -1/+1 |
2001-10-02 | time_members_gnu.h: Remove. | Benjamin Kosnik | 1 | -1/+0 |
2001-09-20 | Implement std::time_put. | Benjamin Kosnik | 1 | -9/+13 |
2001-09-10 | Makefile.am (stamp-target): Remove link to self. | Benjamin Kosnik | 1 | -5/+2 |
2001-09-05 | testsuite_flags.in: No longer need to search testsuite builddir. | Phil Edwards | 1 | -2/+5 |
2001-08-16 | configure.in: Check for <sys/types.h>. | Marc Espie | 1 | -0/+3 |
2001-08-14 | stubs.c: Fix PR/3988, replace _GBLICPP_HAVE_LOGL with HAVE_LOGL | Peter Schmid | 1 | -1/+1 |
2001-08-14 | configure.in (libtool_VERSION): Add. | Benjamin Kosnik | 1 | -0/+3 |
2001-08-13 | configure.in (LIMITS_INC_SRCDIR): New variable. | Mark Mitchell | 1 | -0/+1 |
2001-08-10 | acconfig.h (_GLIBCPP_MEM_LIMITS): Define. | Benjamin Kosnik | 1 | -2/+2 |
2001-08-08 | Implement std::messages. | Benjamin Kosnik | 1 | -4/+27 |
2001-07-25 | acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf, hypotl, atan2f, ... | Gabriel Dos Reis | 6 | -146/+162 |
2001-07-18 | All occurrences of the __value_type() and __distance_type() functions... | Stephen M. Webb | 1 | -10/+4 |
2001-07-13 | Makefile.am: New file encapsulating header generation rules. | Stephen M. Webb | 4 | -45/+51 |
2001-07-11 | run_doxygen: Don't keep output from previous run. | Phil Edwards | 1 | -1/+1 |
2001-07-06 | Makefile.am (EXTRA_DIST): Remove atan2f.c and expf.c | Gabriel Dos Reis | 5 | -80/+10 |
2001-06-26 | sbuf_iter.h: Change to.. | Benjamin Kosnik | 1 | -11/+4 |
2001-06-25 | re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned)) | Phil Edwards | 1 | -4/+11 |
2001-06-23 | * libmath/stubs.c: Fix thinko. | Gabriel Dos Reis | 1 | -0/+1 |
2001-06-23 | stubs.c (sqrtf): Define. | David Edelsohn | 1 | -1/+8 |
2001-06-22 | * libmath/stubs.c (powf): Fix typo. | Gabriel Dos Reis | 1 | -2/+2 |
2001-06-22 | * libmath/stubs.c (tanhf): Fix typo. | Gabriel Dos Reis | 1 | -11/+11 |
2001-06-22 | stubs.c: New file. | Gabriel Dos Reis | 3 | -5/+114 |
2001-05-14 | Switch over to new harness. | Benjamin Kosnik | 1 | -15/+8 |
2001-05-03 | configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or -prefer-non-pic d... | Alexandre Oliva | 1 | -5/+14 |
2001-04-11 | acinclude.m4: AC_CHECK_TOOL for expect. | Benjamin Kosnik | 1 | -2/+3 |