| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch over to new harness. | Benjamin Kosnik | 2001-05-14 | 1 | -15/+8 |
* | configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or -prefer-non-pic d... | Alexandre Oliva | 2001-05-03 | 1 | -5/+14 |
* | acinclude.m4: AC_CHECK_TOOL for expect. | Benjamin Kosnik | 2001-04-11 | 1 | -2/+3 |
* | Warn when using backward headers. | Benjamin Kosnik | 2001-04-06 | 1 | -13/+5 |
* | New concept checking implementation. | Phil Edwards | 2001-04-03 | 1 | -5/+13 |
* | [multiple changes] | Benjamin Kosnik | 2001-03-30 | 1 | -1/+2 |
* | IA-64 ABI Exception Handling. | Richard Henderson | 2001-03-28 | 1 | -14/+6 |
* | acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Update comment. | Phil Edwards | 2001-03-25 | 1 | -5/+13 |
* | [multiple changes] | Benjamin Kosnik | 2001-03-02 | 1 | -1/+0 |
* | c++config (__GLIBCPP__): Bump number in anticipation of 2.92. | Benjamin Kosnik | 2001-03-01 | 1 | -13/+5 |
* | acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS ... | Phil Edwards | 2001-02-28 | 1 | -7/+13 |
* | basic_file.h: Include basic_file_model.h. | Benjamin Kosnik | 2001-02-28 | 1 | -13/+5 |
* | acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version. | Phil Edwards | 2001-02-26 | 1 | -1/+0 |
* | mathconf.h (GET_LDOUBLE_MSW64): Fix thinko. | Greg Freemyer | 2001-02-25 | 1 | -2/+2 |
* | stl_config.h: Remove file. | Phil Edwards | 2001-02-20 | 1 | -5/+13 |
* | mathconf.h (FINITE_P, INFINITE_P): Remove macro definitions. | Gabriel Dos Reis | 2001-02-16 | 1 | -94/+0 |
* | acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library install locatio... | Benjamin Kosnik | 2001-02-07 | 1 | -1/+2 |
* | acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): New macro. | Benjamin Kosnik | 2001-02-06 | 1 | -2/+0 |
* | Makefile.am (mkinstalldirs): Set. | Benjamin Kosnik | 2001-02-03 | 2 | -14/+9 |
* | configure.in (toplevel_srcdir, auxdir): Set. | Alexandre Oliva | 2001-02-01 | 1 | -5/+14 |
* | Makefile.am (CSTD_INCLUDES): Change from CSHADOW_INCLUDES. | Benjamin Kosnik | 2000-12-23 | 1 | -0/+1 |
* | Makefile.am (sources): Remove complex.cc, complexf.cc and complexl.cc from list. | Gabriel Dos Reis | 2000-12-21 | 7 | -397/+7 |
* | acinclude.m4 (SECTION_FLAGS, [...]): Fix minor thinko. | Phil Edwards | 2000-12-20 | 1 | -5/+13 |
* | [multiple changes] | Benjamin Kosnik | 2000-12-18 | 1 | -0/+1 |
* | [multiple changes] | Benjamin Kosnik | 2000-12-13 | 1 | -13/+5 |
* | acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): New conditional, GLIBCPP_BUILD_LIBIO, t... | Phil Edwards | 2000-12-08 | 1 | -5/+13 |
* | Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove ccosl, cexpl, clog10l, csinhl, ct... | Gabriel Dos Reis | 2000-12-08 | 27 | -2154/+7 |
* | acinclude.m4 (GLIBCPP_CHECK_*_DECL_AND_LINKAGE_*): Pre-test whether the cache... | Phil Edwards | 2000-12-06 | 1 | -5/+20 |
* | complex.cc (pow): Remove definitions for explicit specializations. | Gabriel Dos Reis | 2000-12-05 | 13 | -454/+7 |
* | acinclude.m4: Only sanity check for compiler version when configuring. | Benjamin Kosnik | 2000-11-27 | 1 | -20/+5 |
* | Makefile.am (EXTRA_LONG_DOUBLE_yes): Remove cabsl.c | Gabriel Dos Reis | 2000-11-26 | 6 | -136/+21 |
* | acinclude.m4: Change C9X references to refer to C99. | Joseph Myers | 2000-11-25 | 1 | -3/+3 |
* | acinclude.m4 (AC_LC_MESSAGES): Check for locale.h. | Benjamin Kosnik | 2000-11-21 | 1 | -20/+5 |
* | acinclude.m4 (GLIBCPP_ENABLE_ATOMICITY): Move switch statement contents to... | Phil Edwards | 2000-11-17 | 1 | -5/+20 |
* | acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Make --enable-cstdio=stdio the default. | Mark Mitchell | 2000-11-17 | 1 | -22/+7 |
* | acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la. | Mark Mitchell | 2000-11-16 | 1 | -7/+23 |
* | acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPOR): Set LIBS back to initial value. | Benjamin Kosnik | 2000-11-14 | 1 | -20/+5 |
* | acinclude.m4 (GLIBCPP_CHECK_TARGET): New macro... | Phil Edwards | 2000-11-13 | 1 | -5/+20 |
* | wrap_langinfo.h: New file. | Brent Verner | 2000-11-13 | 1 | -20/+5 |
* | acinclude.m4 (CXX): Prevent it from being cached. | Alexandre Oliva | 2000-11-04 | 1 | -0/+1 |
* | [multiple changes] | Phil Edwards | 2000-11-04 | 1 | -5/+20 |
* | * acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Fix typo. | Mark Mitchell | 2000-11-03 | 1 | -22/+7 |
* | acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Add support for IRIX. | Mark Mitchell | 2000-11-03 | 1 | -7/+22 |
* | basic_file.h (_M_open_mode): Change signature, move specializations to.. | Benjamin Kosnik | 2000-11-01 | 1 | -20/+5 |
* | acinclude.m4 (GLIBCPP_ENABLE_DEBUG): Raise debugging level from the default o... | Phil Edwards | 2000-10-31 | 1 | -5/+22 |
* | acinclude.m4 (GLIBCPP_CHECK_COMPLEX_MATH_SUPPORT): Check for cabs, cabsf, and... | Mark Mitchell | 2000-10-30 | 3 | -3/+11 |
* | configure.in: Simplify use of AC_CACHE_SAVE. | Benjamin Kosnik | 2000-10-29 | 2 | -2/+5 |
* | via Alexandre Oliva <aoliva@redhat.com> | Benjamin Kosnik | 2000-10-17 | 1 | -1/+0 |
* | Makefile.am (toolexeclibdir): Add support fo VERSION_SPECIFIC_LIBS and --with... | Benjamin Kosnik | 2000-10-15 | 1 | -0/+3 |
* | Makefile.am: Use it. | Benjamin Kosnik | 2000-10-12 | 2 | -2/+21 |