aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
AgeCommit message (Expand)AuthorFilesLines
2001-10-02time_members_gnu.h: Remove.Benjamin Kosnik1-1/+0
2001-09-25howto.html: Add anchor name.Phil Edwards1-1/+1
2001-09-20Implement std::time_put.Benjamin Kosnik1-19/+55
2001-09-10Makefile.am (stamp-target): Remove link to self.Benjamin Kosnik1-47/+12
2001-09-05testsuite_flags.in: No longer need to search testsuite builddir.Phil Edwards1-12/+47
2001-09-03eh_personality.cc (parse_lsda_header): Change type of tmp from _Unwind_Ptr to...Richard Sandiford1-1/+1
2001-08-31exception.cc (PERSONALITY_FUNCTION): Simplify leb128 handling.Jason Merrill1-2/+3
2001-08-31unwind-pe.h (read_uleb128, [...]): Move actual reading code here.Jason Merrill1-8/+6
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-3/+26
2001-07-18All occurrences of the __value_type() and __distance_type() functions...Stephen M. Webb1-47/+12
2001-07-13Makefile.am: New file encapsulating header generation rules.Stephen M. Webb2-26/+62
2001-07-11run_doxygen: Don't keep output from previous run.Phil Edwards3-6/+75
2001-07-02locale.cc (locale::locale(const char*)): Make sure global locales are initial...Benjamin Kosnik1-1/+1
2001-06-26sbuf_iter.h: Change to..Benjamin Kosnik1-48/+12
2001-06-25re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned))Phil Edwards1-12/+48
2001-06-21algo.h: Add "GPL plus runtime exception" comment.Phil Edwards1-0/+9
2001-06-09acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc, fgetws.Benjamin Kosnik2-4/+4
2001-06-08eh_alloc.cc: Ensure that required macros are defined before including gthr.h.Loren J. Rittle2-17/+16
2001-06-04Makefile.am (install-glibcppinstallHEADERS, [...]): Have explicit rules cater...Hans-Peter Nilsson2-15/+38
2001-05-25eh_alloc.cc (__cxa_allocate_exception): Qualify malloc with std:: .Phil Edwards1-2/+2
2001-05-25std_cstring.h: #define away all global functions we will redeclare in namespa...Mark Mitchell1-1/+1
2001-05-14Switch over to new harness.Benjamin Kosnik1-50/+15
2001-05-11eh_personality.cc: Include unwind-pe.h.Richard Henderson1-179/+23
2001-05-03configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or -prefer-non-pic d...Alexandre Oliva2-14/+51
2001-04-12eh_alloc.cc (__cxa_allocate_exception): Don't terminate holding the mutex.Nathan Sidwell1-1/+6
2001-04-11acinclude.m4: AC_CHECK_TOOL for expect.Benjamin Kosnik2-3/+5
2001-04-06Warn when using backward headers.Benjamin Kosnik1-48/+12
2001-04-03New concept checking implementation.Phil Edwards1-12/+48
2001-03-30[multiple changes]Benjamin Kosnik1-48/+13
2001-03-28Makefile.am (CXXLINK): Add --tag disable-shared after --tag CXX.Alexandre Oliva2-25/+53
2001-03-28IA-64 ABI Exception Handling.Richard Henderson16-535/+1472
2001-03-28Makefile.am (CXXLINK): Use CXX again, and choose CXX tag explicitly.Alexandre Oliva2-10/+14
2001-03-25acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Update comment.Phil Edwards1-8/+36
2001-03-20vec.cc (__cxa_vec_cleanup): New fn.Jason Merrill2-10/+43
2001-03-13new: Remove pragma interface.Benjamin Kosnik6-15/+19
2001-03-06vec.cc (__cxxa_vec_new2): Qualify size_t.Stephen M. Webb1-1/+1
2001-03-02[multiple changes]Benjamin Kosnik1-1/+0
2001-03-01c++config (__GLIBCPP__): Bump number in anticipation of 2.92.Benjamin Kosnik1-36/+8
2001-02-28acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS ...Phil Edwards1-10/+36
2001-02-28basic_file.h: Include basic_file_model.h.Benjamin Kosnik1-36/+8
2001-02-26acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version.Phil Edwards2-3/+2
2001-02-20stl_config.h: Remove file.Phil Edwards1-8/+36
2001-02-16Remove old ABI support from libsupc++.Mark Mitchell8-1025/+11
2001-02-16Add support for -fno-exceptions.Benjamin Kosnik22-289/+345
2001-02-07Clean up stdexcept.Benjamin Kosnik1-17/+18
2001-02-07acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library install locatio...Benjamin Kosnik2-20/+6
2001-02-06locale_facets.h (class moneypunct): Fix typos.Benjamin Kosnik1-4/+15