aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
AgeCommit message (Expand)AuthorFilesLines
2013-09-27predefined_ops.h: New.François Dumont16-2198/+2138
2013-09-27re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...Jonathan Wakely3-1/+40
2013-09-26regex_error.h: Remove _S_error_last to follow the standard.Tim Shen5-11/+23
2013-09-25re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse5-79/+160
2013-09-24re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse3-16/+35
2013-09-24Makefile.am: Add regex.tcc.Tim Shen14-609/+1048
2013-09-23snprintf_lite.cc (__concat_size_t): Use unsigned long long conditionally.Paul Pluzhnikov2-3/+14
2013-09-23Unbreak i386 and other builds where size_t != unsigned long.Paul Pluzhnikov2-2/+8
2013-09-21Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov29-66/+327
2013-09-20re PR testsuite/57605 (colors break note pruning in the testsuite)Jakub Jelinek2-1/+7
2013-09-20re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse10-115/+164
2013-09-20libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2-13/+23
2013-09-19re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse4-73/+93
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse10-216/+94
2013-09-18regex.h: Add friend classes.Tim Shen12-394/+630
2013-09-18search_n.cc: Fix typo.Paolo Carlini2-1/+5
2013-09-18re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse9-72/+100
2013-09-17re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse8-45/+73
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen14-307/+769
2013-09-13re PR libstdc++/58415 (__sso_string_base move constructor does not null termi...Paolo Carlini4-2/+90
2013-09-12re PR libstdc++/58403 (__normal_iterator triggers odr-use)Paolo Carlini3-5/+47
2013-09-11re PR libstdc++/58358 (search_n has a Complexity violation for random access ...Mitsuru Kariya4-52/+80
2013-09-11value.cc: Change template args from char to wchar_t, literals from 'x' to L'x'.Ed Smith-Rowland2-11/+16
2013-09-10Add PR's sectionKai Tietz1-1/+1
2013-09-10gnu-versioned-namespace.ver: Add thunk _ZTv0_n12_NS* like in gnu.ver.Kai Tietz2-0/+7
2013-09-07re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of `res...Paolo Carlini2-1/+7
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen15-310/+552
2013-09-03re PR libstdc++/58302 (compilation error : std::negative_binomial_distributio...Paolo Carlini3-1/+44
2013-09-02regex_automaton.h: Rearrange _NFA's layout.Tim Shen11-60/+255
2013-08-30re PR libstdc++/58148 (Fails to insert iterator range into sequence container...François Dumont3-18/+65
2013-08-30re PR libstdc++/58191 (Can't use boost transform_iterator with _GLIBCXX_DEBUG)François Dumont3-143/+52
2013-08-29regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen7-17/+143
2013-08-27Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen15-790/+1289
2013-08-22regex.h: Replace 8 spaces in indentation with a tab.Tim Shen9-949/+960
2013-08-22regex.h: Executor caller.Tim Shen5-89/+235
2013-08-20re PR libstdc++/53477 (pretty printer fails with: Python Exception <type 'exc...Phil Muldoon3-1/+56
2013-08-20regex_constants.h: Add underlying `unsigned int` for enum syntax_option_type.Tim Shen2-1/+6
2013-08-18regex_automaton.h: _S_opcode_backref.Tim Shen7-28/+181
2013-08-16regex.h (regex_traits<>::transform_primary): Avoid past-the-end dereferences.Tim Shen2-14/+12
2013-08-15re PR libstdc++/58163 ([C++11] Pedantic assert on str[str.size()] is wrong in...Paolo Carlini7-6/+180
2013-08-14compatibility.cc (_ZTIe): Use reinterpret_cast<const cast *> to avoid -Wcast-...Uros Bizjak2-10/+15
2013-08-14compatibility.cc (_ZTIe): Use (const cast *) to avoid -Wcast-qual warnings.Uros Bizjak2-10/+10
2013-08-14compatibility.cc (_ZTIe): Use const_cast to avoid warning.Uros Bizjak2-5/+13
2013-08-09regex_constants.h: Change syntax_option_type to enum type.Tim Shen2-80/+123
2013-08-08Don't use _B etc. in libstdc++Rainer Orth2-12/+17
2013-08-08hashtable_policy.h (_Hashtable_alloc): New.François Dumont7-314/+307
2013-08-07Makefile.am: Adjust to new files.Tim Shen19-2345/+2128
2013-08-07atomicity.h: Add #pragma GCC system_header.Paolo Carlini2-0/+6
2013-08-07re PR libstdc++/58098 (wrong return value of normal_distribution::min())Paolo Carlini29-19/+55
2013-08-06Commit the vtable verification feature.Caroline Tice28-42/+412