aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++98
AgeCommit message (Expand)AuthorFilesLines
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki1-0/+1
2020-01-01Update copyright years.Jakub Jelinek41-41/+41
2019-10-10PR libstdc++/91057 fix bootstrap failure on powerpcJonathan Wakely1-1/+2
2019-10-09PR libstdc++/91057 set locale::id::_M_index atomicallyJonathan Wakely1-18/+54
2019-10-09PR libstdc++/78552 only construct std::locale for C locale onceJonathan Wakely1-1/+2
2019-05-31Fix breakage due to removing __gnu_cxx::size_t declarationJonathan Wakely1-0/+2
2019-02-27PR libstdc++/89466 avoid slow xsltproc command in configureJonathan Wakely1-0/+1
2019-02-22re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek1-1/+1
2019-02-20re PR libstdc++/89402 (warning: ‘void _ZNKSt4hashIeEclEe()’ specifies les...Jakub Jelinek1-1/+1
2019-02-19P0482R5 char8_t: Standard library supportTom Honermann4-8/+34
2019-01-01Update copyright years.Jakub Jelinek41-41/+41
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers1-71/+154
2018-10-18PR libstdc++/87641 correctly initialize accumulator in valarray::sum()Jonathan Wakely1-6/+12
2018-10-03PR libstdc++/59439 optimize uses of classic ("C") std::localeJonathan Wakely2-9/+16
2018-08-14PR libstdc++/85343 overload __throw_ios_failure to take errnoJonathan Wakely1-1/+5
2018-07-26* src/c++98/locale_init.cc: Fix #ifdef condition.Marek Polacek1-1/+1
2018-07-26Remove char16_t and char32_t dependency on <stdint.h>Jonathan Wakely2-5/+3
2018-07-17PR libstdc++/86450 use -Wabi=2 and simplify -Werror useJonathan Wakely1-2/+1
2018-04-12Fix comments that misspell names of files and classesJonathan Wakely1-1/+1
2018-04-10PR libstdc++/85222 allow catching iostream errors as gcc4-compatible ios::fai...Jonathan Wakely1-0/+47
2018-01-03Update copyright years.Jakub Jelinek41-41/+41
2017-11-17Enable building libstdc++-v3 with Intel CETIgor Tsimbalist1-1/+2
2017-10-24Avoid -Wattribute-alias warnings for long double compat symbolsJonathan Wakely1-0/+2
2017-09-25re PR c/81854 (weak alias of an incompatible symbol accepted)Uros Bizjak1-1/+1
2017-08-20re PR c/81854 (weak alias of an incompatible symbol accepted)Martin Sebor1-2/+2
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont3-8/+10
2017-06-152017-06-15 François Dumont <fdumont@gcc.gnu.org>François Dumont1-6/+6
2017-02-03PR libstdc++/60936 reduce coupling between objects in libstdc++.aJonathan Wakely1-28/+0
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-1/+2
2017-01-06Build libgo with -Wa,-nH if possible (PR go/78978) [non-libgo parts]Rainer Orth1-2/+3
2017-01-01Update copyright years.Jakub Jelinek41-41/+41
2016-09-29Disable .gnu.attributes tags in compatibility-ldbl.oAlan Modra1-0/+1
2016-04-29Remove trailing whitespace from libstdc++-v3 filesChris Gregory26-350/+350
2016-01-04Update copyright years.Jakub Jelinek41-41/+41
2015-11-13More fine-grained autoconf checks for C99 libraryJennifer Yao1-2/+2
2015-10-03Fix comments saying why headers are includedJonathan Wakely2-2/+1
2015-09-30messages_members.cc (Catalog_info, Catalogs): Move...François Dumont2-0/+12
2015-07-24libstdc++-v3/fragment.am (AM_CPPFLAGS): Add CPPFLAGSMichael Haubenwallner1-1/+1
2015-05-13libstdc++: Bump to automake 1.11.6Michael Haubenwallner1-8/+36
2015-05-09Makefile.am (AM_CXXFLAGS): Add -std=gnu++98.Jason Merrill2-0/+2
2015-01-16acinclude.m4: Fix typo in comment.Jonathan Wakely4-3/+47
2015-01-05Update copyright years.Jakub Jelinek41-41/+41
2015-01-02re PR c++/64422 (basic_string::erase is unresloved)Bernd Edlinger1-0/+16
2014-12-23Compile locale-inst.cc and wlocale-inst.cc as C++11.Jonathan Wakely4-498/+3
2014-12-20Fix duplicate symbol errors in Darwin bootstrap.Jonathan Wakely1-0/+2
2014-12-19New std::string implementation.Jonathan Wakely17-276/+713
2014-11-29locale_init.cc (locale::_Impl::_Impl(size_t)): Use new-initializer instead of...Jonathan Wakely2-16/+6
2014-11-14mt_allocator.cc: Fix assumption that sizeof(void *) is equal to sizeof(size_t).Joel Sherrill1-2/+7
2014-11-14Define C++11 version of std::ios_base::failure.Jonathan Wakely1-1/+2
2014-10-20Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ...Jonathan Wakely3-153/+3