summaryrefslogtreecommitdiff
path: root/libstdc++-v3
Commit message (Expand)AuthorAgeFilesLines
* 58659.cc: Use VERIFY instead of aborting.Jonathan Wakely2013-10-092-2/+6
* Fix unprototyped abort() introduced in libstdc++/58659.cc testcase.Marcus Shawcroft2013-10-092-1/+5
* * testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely2013-10-0871-75/+79
* re PR libstdc++/58659 (Construction of shared_ptr from unique_ptr mismatches ...Jonathan Wakely2013-10-084-50/+102
* regex_executor.h: Add _TodoList class.Tim Shen2013-10-084-83/+234
* regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen2013-10-0642-317/+680
* re PR libstdc++/58625 (std::signbit always converts to double)Oleg Endo2013-10-062-2/+10
* regex_executor.tcc (_DFSExecutor<>::_M_dfs): Fix wrong backup variable initia...Tim Shen2013-10-032-1/+6
* re PR libstdc++/58604 (Text truncation in comments of /usr/include/c++/4.7/ve...John Woolverton2013-10-032-1/+6
* del_op.cc (operator delete): Don't test for 0 before free.Marc Glisse2013-10-033-5/+22
* re PR libstdc++/58569 (Compilation error when a class contains multiple std::...Jonathan Wakely2013-10-023-9/+42
* re PR libstdc++/58594 (std::make_shared does not accept const types as parame...Jonathan Wakely2013-10-023-3/+37
* 2013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen2013-10-024-10/+30
* status_cxx2011.xml: Change "is not implemented" to "is not correctly implemen...Tim Shen2013-10-012-1/+6
* status_cxx2011.xml: Update regex status.Tim Shen2013-10-013-37/+37
* algobase.h (mismatch, equal): Provide parallel version for N3671 overloads.François Dumont2013-10-012-23/+147
* Fix build break when configured with --enable-symvers=gnu-versioned-namespacePaul Pluzhnikov2013-10-012-0/+7
* Configuration bits for ARC port:Joern Rennecke2013-10-013-7/+17
* re PR libstdc++/58576 (std::regex_match() reports mismatched braces on a vali...Tim Shen2013-10-013-3/+111
* algo.h (__find_switch): Use __binder2nd.Paolo Carlini2013-09-302-1/+7
* re PR libstdc++/58437 (Sorting value in reverse order is much slower compare ...Chris Jefferson2013-09-305-30/+246
* stl_algo.h (remove_copy, [...]): Declare inline.François Dumont2013-09-283-63/+77
* regex_scanner.tcc (_Scanner<>::_M_eat_escape_posix): Let ordinary char escapi...Tim Shen2013-09-283-3/+16
* predefined_ops.h: New.François Dumont2013-09-2716-2198/+2138
* re PR libstdc++/57465 (Failed postcondition for std::function constructed wit...Jonathan Wakely2013-09-273-1/+40
* regex_error.h: Remove _S_error_last to follow the standard.Tim Shen2013-09-265-11/+23
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-255-79/+160
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-243-16/+35
* Makefile.am: Add regex.tcc.Tim Shen2013-09-2414-609/+1048
* snprintf_lite.cc (__concat_size_t): Use unsigned long long conditionally.Paul Pluzhnikov2013-09-232-3/+14
* Unbreak i386 and other builds where size_t != unsigned long.Paul Pluzhnikov2013-09-232-2/+8
* Print additional info when various out-of-range conditions are detected.Paul Pluzhnikov2013-09-2129-66/+327
* re PR testsuite/57605 (colors break note pruning in the testsuite)Jakub Jelinek2013-09-202-1/+7
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-2010-115/+164
* libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.Alan Modra2013-09-202-13/+23
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-194-73/+93
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-1810-216/+94
* regex.h: Add friend classes.Tim Shen2013-09-1812-394/+630
* search_n.cc: Fix typo.Paolo Carlini2013-09-182-1/+5
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-189-72/+100
* re PR libstdc++/58338 (Add noexcept to functions with a narrow contract)Marc Glisse2013-09-178-45/+73
* regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen2013-09-1414-307/+769
* re PR libstdc++/58415 (__sso_string_base move constructor does not null termi...Paolo Carlini2013-09-134-2/+90
* re PR libstdc++/58403 (__normal_iterator triggers odr-use)Paolo Carlini2013-09-123-5/+47
* re PR libstdc++/58358 (search_n has a Complexity violation for random access ...Mitsuru Kariya2013-09-114-52/+80
* value.cc: Change template args from char to wchar_t, literals from 'x' to L'x'.Ed Smith-Rowland2013-09-112-11/+16
* Add PR's sectionKai Tietz2013-09-101-1/+1
* gnu-versioned-namespace.ver: Add thunk _ZTv0_n12_NS* like in gnu.ver.Kai Tietz2013-09-102-0/+7
* re PR libstdc++/58341 (Doc conflicts with standard on forbidden range of `res...Paolo Carlini2013-09-072-1/+7
* regex_automaton.h: Add dummy node type.Tim Shen2013-09-0515-310/+552