Age | Commit message (Expand) | Author | Files | Lines |
2003-06-12 | acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Simplify. | Benjamin Kosnik | 1 | -1/+4 |
2003-05-02 | acconfig.h (_GLIBCPP_USE_NLS): New symbol. | Phil Edwards | 1 | -4/+4 |
2003-04-28 | configure.in: Test for libintl.h. | Phil Edwards | 1 | -0/+3 |
2003-04-17 | acinclude.m4 (GLIBCPP_CHECK_PCH): New. | Benjamin Kosnik | 1 | -3/+0 |
2003-03-28 | re PR libstdc++/9533 (Can't read from tty with ifstream) | Paolo Carlini | 1 | -0/+15 |
2003-03-09 | re PR libstdc++/7744 (streambuf::in_avail() always returns 0 (zero) for cin i... | Paolo Carlini | 1 | -3/+0 |
2002-11-26 | testsuite_allocator.h: New file. | Stephen M. Webb | 1 | -3/+0 |
2002-11-15 | re PR libstdc++/8399 (sync_with_stdio(false) breaks unformatted input) | Paolo Carlini | 1 | -0/+6 |
2002-11-13 | acconfig.h (HAVE_DRAND48): Add. | Benjamin Kosnik | 1 | -3/+15 |
2002-10-11 | acconfig.h (_GLIBCPP_SYMVER): Add. | Benjamin Kosnik | 1 | -0/+14 |
2002-06-11 | configure.target: Set os_include_dir to config/os/qnx/qnx6.1 under *-qnx6.[12]*. | J.T. Conklin | 1 | -0/+3 |
2002-05-27 | misc-inst.cc: Define unnecessary algorithm instantiations. | Benjamin Kosnik | 1 | -0/+3 |
2002-05-04 | configure.in (AC_CHECK_HEADERS): Check for string.h & stdlib.h. | Kaveh R. Ghazi | 1 | -3/+3 |
2002-03-23 | acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPP): Just test for signbit and __s... | Benjamin Kosnik | 1 | -9/+21 |
2002-03-18 | acinclude.m4 (GLIBCPP_CONFIGURE): Make indentation/spacing uniform. | Phil Edwards | 1 | -6/+3 |
2002-03-12 | acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for wctype.h. | Benjamin Kosnik | 1 | -0/+3 |
2002-02-12 | stl_algo (__stl_threshold): Declare external. | Benjamin Kosnik | 1 | -3/+6 |
2002-02-06 | acinclude.m4: Add C++ linkage check for strtof. | Loren J. Rittle | 1 | -6/+6 |
2002-01-24 | num_put_members_wchar_t.cc (test03): Use _GLIBCPP_HAVE_SETENV. | Benjamin Kosnik | 1 | -0/+3 |
2001-12-14 | builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and __builtin_fsqrt to _... | Andreas Jaeger | 1 | -2/+2 |
2001-12-03 | configure.in: Add support for hpux cross compiles... | Steve Ellcey | 1 | -3/+6 |
2001-11-02 | acconfig.h: Update comments. | Phil Edwards | 1 | -4/+4 |
2001-11-01 | re PR libstdc++/3666 (Invalid concept-checking code.) | Phil Edwards | 1 | -6/+6 |
2001-09-20 | Implement std::time_put. | Benjamin Kosnik | 1 | -3/+6 |
2001-09-11 | configure.in: Fix cross compiling math routines. | Benjamin Kosnik | 1 | -0/+12 |
2001-08-18 | Implement std::collate. | Benjamin Kosnik | 1 | -0/+3 |
2001-08-14 | configure.in (libtool_VERSION): Add. | Benjamin Kosnik | 1 | -103/+0 |
2001-08-10 | acconfig.h (_GLIBCPP_MEM_LIMITS): Define. | Benjamin Kosnik | 1 | -0/+3 |
2001-08-08 | Implement std::messages. | Benjamin Kosnik | 1 | -0/+106 |
2001-08-07 | acinclude.m4 (GLIBCPP_CONFIGURE_TESTSUITE): New macro, calls... | Phil Edwards | 1 | -0/+15 |
2001-07-25 | acinclude.m4: CHECK_MATH_DECL_AND_LINKAGE for hypot, hypotf, hypotl, atan2f, ... | Gabriel Dos Reis | 1 | -0/+15 |
2001-07-13 | Makefile.am: New file encapsulating header generation rules. | Stephen M. Webb | 1 | -6/+0 |
2001-06-11 | std_cwchar.h: Alphabetize. | Benjamin Kosnik | 1 | -0/+141 |
2001-06-10 | acinclude.m4 (GLIBCPP_ENABLE_C99): Add stdio.h checking. | Benjamin Kosnik | 1 | -3/+0 |
2001-06-09 | acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc, fgetws. | Benjamin Kosnik | 1 | -0/+3 |
2001-06-08 | threads-no.h: Remove file. | Loren J. Rittle | 1 | -2/+5 |
2001-05-31 | acconfig.h (_GLIBCPP_BUGGY_FLOAT_COMPLEX): Remove. | Benjamin Kosnik | 1 | -6/+0 |
2001-04-26 | std_cmath.h (std): Explicitly inject c99 names. | Benjamin Kosnik | 1 | -10/+0 |
2001-04-20 | acconfig.h (_GLIBCPP_USE_C99): Add. | Benjamin Kosnik | 1 | -6/+18 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -0/+3 |
2001-02-11 | gen-num-limits.cc: Use sigsetjmp and siglongjmp if available. | Alexandre Oliva | 1 | -0/+3 |
2001-01-02 | std_cwchar.h: Same. | Benjamin Kosnik | 1 | -8/+14 |
2000-12-21 | configure.in: Change GLIBCPP_ENABLE_SHADOW to GLIBCPP_ENABLE_CHEADERS. | Benjamin Kosnik | 1 | -12/+0 |
2000-12-15 | Makefile.am (myinstallheaders): Install backwards headers in prefix, not pref... | Benjamin Kosnik | 1 | -9/+0 |
2000-12-13 | [multiple changes] | Benjamin Kosnik | 1 | -6/+9 |
2000-12-08 | acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New conditional, GLIBCPP_BUILD_LIBIO, t... | Phil Edwards | 1 | -69/+0 |
2000-12-06 | acinclude.m4 (EXTRA_CXX_FLAGS): And here. | Benjamin Kosnik | 1 | -9/+3 |
2000-12-05 | acinclude.m4 (GLIBCPP_ENABLE_LONG_LONG): Check for lldiv_t. | Benjamin Kosnik | 1 | -30/+3 |
2000-11-27 | acinclude.m4: Only sanity check for compiler version when configuring. | Benjamin Kosnik | 1 | -9/+0 |
2000-10-30 | acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check for cabs, cabsf, and... | Mark Mitchell | 1 | -0/+12 |