summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* basic_file.h: Fix typos in comments.Theodore Papadopoulo2001-03-212-6/+10
* Fix merge error.Richard Henderson2001-03-201-1/+1
* gen-num-limits.cc: Instantiate for wchar_t.Richard Henderson2001-03-204-3/+10
* vec.cc (__cxa_vec_cleanup): New fn.Jason Merrill2001-03-203-10/+49
* gen-num-limits.cc (signal_adapter): Overloaded to match signal_func with an u...Alexandre Oliva2001-03-162-2/+15
* tests_flags.in (CXXFLAGS): Link libstdc++ before libsupc++.Benjamin Kosnik2001-03-152-3/+7
* * include/bits/basic_string.tcc (operator+): Fix thinko.Gabriel Dos Reis2001-03-152-1/+5
* std_streambuf.h: Remove cached locale facets.Benjamin Kosnik2001-03-147-59/+73
* ctype_base.h: Make ctype masks match HP-UX ctype.h header file.Steve Ellcey2001-03-132-11/+16
* ctype_noninline.h: Fix typo and remove duplicate definitions of __dj_ctype_*Andris Pavenis2001-03-132-6/+6
* new: Remove pragma interface.Benjamin Kosnik2001-03-137-15/+33
* mkcheck.in: Fix IFS regression for non-bash-2.01 hosts.Phil Edwards2001-03-132-1/+9
* mkcheck.in: workaround for bash 2.01 IFS bug.Felix Lee2001-03-122-1/+6
* Fixups for -fno-for-scopeBenjamin Kosnik2001-03-123-24/+27
* vector.h: Include std_vector.h.Benjamin Kosnik2001-03-122-1/+3
* gen-num-limits.cc (traps): Add fflush prior to trapping signal (UnixWare 7 wo...Rodney Brown2001-03-122-183/+200
* hashtable.h: Same.Craig Rodrigues2001-03-123-2/+7
* istream.tcc (basic_istream<_CharT, [...]): Fix typo.Benjamin Kosnik2001-03-122-1/+7
* stl_hashtable.h: Change type of __n to size_tPeter Schmid2001-03-123-2/+7
* [multiple changes]Benjamin Kosnik2001-03-103-3/+25
* acinclude.m4 (GLIBCPP_EXPORT_INSTALL_INFO): Fix syntax in test command.Andreas Schwab2001-03-084-3/+9
* std_iosfwd.h: Remove string forward decls here.Benjamin Kosnik2001-03-0717-3102/+3096
* Add Irix 5.2, 6.3 support.Alexandre Oliva2001-03-0712-2/+324
* istream.tcc (basic_istream<_CharT, [...]): Don't use sentry.Benjamin Kosnik2001-03-074-52/+42
* std_cerrno.h: Don't define errno in std::.Nathan Myers2001-03-067-10/+224
* std_cmath.h: Move abs(long), div(long,long) from here...Scott Snyder2001-03-064-8/+27
* vec.cc (__cxxa_vec_new2): Qualify size_t.Stephen M. Webb2001-03-062-2/+6
* ctype_base.h (ctype_base): fix __to_type definition.Laurynas Biveinis2001-03-054-27/+42
* algo.h: Use std not __STD.Phil Edwards2001-03-04102-4251/+1046
* misc-inst.cc (__copy_streambufs): Fix typo for alpha.Benjamin Kosnik2001-03-032-5/+7
* [multiple changes]Benjamin Kosnik2001-03-0212-728/+685
* locale.cc: initialise __ret with zeroPeter Schmid2001-03-023-3/+8
* index.html: Update broken links.Phil Edwards2001-03-013-7/+12
* configure.target: Change irix* to irix6.5* in target_os table.Benjamin Kosnik2001-03-012-1/+6
* c++config (__GLIBCPP__): Bump number in anticipation of 2.92.Benjamin Kosnik2001-03-0115-1101/+896
* acinclude.m4 (GLIBCPP_CONFIGURE): Remove GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS ...Phil Edwards2001-02-2811-161/+299
* basic_file.h: Include basic_file_model.h.Benjamin Kosnik2001-02-282-716/+0
* basic_file.h: Include basic_file_model.h.Benjamin Kosnik2001-02-2818-1145/+1774
* Correct license.Benjamin Kosnik2001-02-2812-186/+311
* std_stdexcept.h (runtime_error): Make string member non-const.Benjamin Kosnik2001-02-273-4/+44
* stdexceptions.cc (test03): Fix.Benjamin Kosnik2001-02-272-3/+7
* std_stdexcept.h (logic_error::logic_error): Use string object, not reference.Benjamin Kosnik2001-02-271-4/+4
* std_stdexcept.h (logic_error::logic_error): Use string object, not reference.Benjamin Kosnik2001-02-273-3/+92
* acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version.Phil Edwards2001-02-2612-802/+735
* Fixes libstdc++/2079Phil Edwards2001-02-263-0/+32
* mathconf.h (GET_LDOUBLE_MSW64): Fix thinko.Greg Freemyer2001-02-252-2/+6
* codecvt.h: Use __builtin_alloca.Benjamin Kosnik2001-02-234-10/+16
* Use VAR=${VAR=...} form.Alexandre Oliva2001-02-232-1/+5
* Use $BUILD_DIR/../../gcc/xgccDavid Edelsohn2001-02-232-1/+5
* iostream.h: Expose std::flush in old headers.Phil Edwards2001-02-232-0/+6