summaryrefslogtreecommitdiff
path: root/libstdc++-v3/libsupc++
Commit message (Expand)AuthorAgeFilesLines
* Implement std::time_put.Benjamin Kosnik2001-09-201-19/+55
* Makefile.am (stamp-target): Remove link to self.Benjamin Kosnik2001-09-101-47/+12
* testsuite_flags.in: No longer need to search testsuite builddir.Phil Edwards2001-09-051-12/+47
* eh_personality.cc (parse_lsda_header): Change type of tmp from _Unwind_Ptr to...Richard Sandiford2001-09-031-1/+1
* exception.cc (PERSONALITY_FUNCTION): Simplify leb128 handling.Jason Merrill2001-08-311-2/+3
* unwind-pe.h (read_uleb128, [...]): Move actual reading code here.Jason Merrill2001-08-311-8/+6
* configure.in (libtool_VERSION): Add.Benjamin Kosnik2001-08-141-0/+3
* configure.in (LIMITS_INC_SRCDIR): New variable.Mark Mitchell2001-08-131-0/+1
* acconfig.h (_GLIBCPP_MEM_LIMITS): Define.Benjamin Kosnik2001-08-101-2/+2
* Implement std::messages.Benjamin Kosnik2001-08-081-3/+26
* All occurrences of the __value_type() and __distance_type() functions...Stephen M. Webb2001-07-181-47/+12
* Makefile.am: New file encapsulating header generation rules.Stephen M. Webb2001-07-132-26/+62
* run_doxygen: Don't keep output from previous run.Phil Edwards2001-07-113-6/+75
* locale.cc (locale::locale(const char*)): Make sure global locales are initial...Benjamin Kosnik2001-07-021-1/+1
* sbuf_iter.h: Change to..Benjamin Kosnik2001-06-261-48/+12
* re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned))Phil Edwards2001-06-251-12/+48
* algo.h: Add "GPL plus runtime exception" comment.Phil Edwards2001-06-211-0/+9
* acinclude.m4 (GLIBCPP_CHECK_WCHAR_T_SUPPORT): Check for fgetwc, fgetws.Benjamin Kosnik2001-06-092-4/+4
* eh_alloc.cc: Ensure that required macros are defined before including gthr.h.Loren J. Rittle2001-06-082-17/+16
* Makefile.am (install-glibcppinstallHEADERS, [...]): Have explicit rules cater...Hans-Peter Nilsson2001-06-042-15/+38
* eh_alloc.cc (__cxa_allocate_exception): Qualify malloc with std:: .Phil Edwards2001-05-251-2/+2
* std_cstring.h: #define away all global functions we will redeclare in namespa...Mark Mitchell2001-05-251-1/+1
* Switch over to new harness.Benjamin Kosnik2001-05-141-50/+15
* eh_personality.cc: Include unwind-pe.h.Richard Henderson2001-05-111-179/+23
* configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or -prefer-non-pic d...Alexandre Oliva2001-05-032-14/+51
* eh_alloc.cc (__cxa_allocate_exception): Don't terminate holding the mutex.Nathan Sidwell2001-04-121-1/+6
* acinclude.m4: AC_CHECK_TOOL for expect.Benjamin Kosnik2001-04-112-3/+5
* Warn when using backward headers.Benjamin Kosnik2001-04-061-48/+12
* New concept checking implementation.Phil Edwards2001-04-031-12/+48
* [multiple changes]Benjamin Kosnik2001-03-301-48/+13
* Makefile.am (CXXLINK): Add --tag disable-shared after --tag CXX.Alexandre Oliva2001-03-282-25/+53
* IA-64 ABI Exception Handling.Richard Henderson2001-03-2816-535/+1472
* Makefile.am (CXXLINK): Use CXX again, and choose CXX tag explicitly.Alexandre Oliva2001-03-282-10/+14
* acinclude.m4 (GLIBCPP_CHECK_COMPILER_FEATURES): Update comment.Phil Edwards2001-03-251-8/+36
* vec.cc (__cxa_vec_cleanup): New fn.Jason Merrill2001-03-202-10/+43
* new: Remove pragma interface.Benjamin Kosnik2001-03-136-15/+19
* vec.cc (__cxxa_vec_new2): Qualify size_t.Stephen M. Webb2001-03-061-1/+1
* [multiple changes]Benjamin Kosnik2001-03-021-1/+0
* c++config (__GLIBCPP__): Bump number in anticipation of 2.92.Benjamin Kosnik2001-03-011-36/+8
* acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS ...Phil Edwards2001-02-281-10/+36
* basic_file.h: Include basic_file_model.h.Benjamin Kosnik2001-02-281-36/+8
* acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version.Phil Edwards2001-02-262-3/+2
* stl_config.h: Remove file.Phil Edwards2001-02-201-8/+36
* Remove old ABI support from libsupc++.Mark Mitchell2001-02-168-1025/+11
* Add support for -fno-exceptions.Benjamin Kosnik2001-02-1622-289/+345
* Clean up stdexcept.Benjamin Kosnik2001-02-071-17/+18
* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Deal with library install locatio...Benjamin Kosnik2001-02-072-20/+6
* locale_facets.h (class moneypunct): Fix typos.Benjamin Kosnik2001-02-061-4/+15
* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): New macro.Benjamin Kosnik2001-02-062-15/+1
* typeinfo (__GXX_MERGED_TYPEINFO_NAMES): New macro.Mark Mitchell2001-02-043-19/+42