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