aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely1-3/+3
2015-03-10re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen1-38/+48
2015-01-22re PR libstdc++/64680 (basic_regex::operator= does not reset flags)Tim Shen1-5/+17
2015-01-19re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...Tim Shen1-32/+20
2015-01-09re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-19New std::string implementation.Jonathan Wakely1-0/+9
2014-12-17re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect re...Tim Shen1-9/+17
2014-12-13re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen1-26/+11
2014-12-10Implement LWG DR 2329 and DR 2332.Jonathan Wakely1-0/+51
2014-11-14regex.h: Support embedded zeros in sub_match comparisons (DR 2217)Daniel Kruegler1-4/+16
2014-11-04Use ctype_base::blank in regex_traits.Jonathan Wakely1-5/+2
2014-10-08regex.h (regex_token_iterator::_M_end_of_seq): Add const qualifier.Jonathan Wakely1-1/+1
2014-09-25re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...Tim Shen1-21/+23
2014-09-15regex.h (basic_regex): Rename _Ch_typeraits template parameters to _Ch_traits.Jonathan Wakely1-4/+4
2014-09-11re PR libstdc++/63219 (Superfluous template parameter in match_result::format...Jonathan Wakely1-1/+1
2014-03-15regex.h: Add/modify comments.Tim Shen1-3/+3
2014-01-16regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen1-47/+12
2014-01-07regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...Tim Shen1-4/+70
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-22re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely1-2/+2
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely1-8/+9
2013-10-26regex.h: Remove unnecessary friends.Tim Shen1-25/+5
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen1-1/+1
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen1-4/+4
2013-10-16regex.h (regex_token_iterator<>::regex_token_iterator): Add initialization fo...Tim Shen1-1/+2
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen1-34/+47
2013-10-01status_cxx2011.xml: Update regex status.Tim Shen1-17/+19
2013-09-24Makefile.am: Add regex.tcc.Tim Shen1-516/+134
2013-09-18regex.h: Add friend classes.Tim Shen1-12/+51
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen1-25/+19
2013-08-29regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen1-6/+11
2013-08-27Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen1-5/+7
2013-08-22regex.h: Replace 8 spaces in indentation with a tab.Tim Shen1-484/+484
2013-08-22regex.h: Executor caller.Tim Shen1-17/+21
2013-08-16regex.h (regex_traits<>::transform_primary): Avoid past-the-end dereferences.Tim Shen1-14/+7
2013-08-08Don't use _B etc. in libstdc++Rainer Orth1-12/+12
2013-08-07Makefile.am: Adjust to new files.Tim Shen1-123/+167
2013-08-03Implement bracket expression.Tim Shen1-5/+4
2013-07-31Thompson matcher refactored.Tim Shen1-5/+4
2013-07-31Revert last commit.Tim Shen1-4/+5
2013-07-31Thompson matcher refactored.Tim Shen1-5/+4
2013-07-302013-07-30 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini1-4/+5
2013-07-30Thompson matcher refactored.Tim Shen1-5/+4
2013-07-25Add documents and comments.Tim Shen1-26/+17
2013-07-24Reimplment matcher using Depth-first search(backtracking).Tim Shen1-4/+2
2013-07-23Implement regex_iterator and regex_token_iterator.Tim Shen1-55/+251
2013-07-21Partially implement regex_search.Tim Shen1-5/+33
2013-07-09Implement class regex_traits.Tim Shen1-34/+332
2013-07-04re PR libstdc++/57808 (operators == and != for regex_token_iterator need to b...Ray Chason1-12/+12