aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_automaton.tcc
AgeCommit message (Expand)AuthorFilesLines
2024-06-11libstdc++: Fix uses of non-reserved names in headersJonathan Wakely1-9/+9
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-08-09libstdc++: Reduce use of debug containers in <regex>Jonathan Wakely1-2/+2
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-09-19Don't use __glibcxx_assert to check class invariantsJonathan Wakely1-10/+3
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont1-3/+3
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-09-19re PR libstdc++/67361 (std::regex_error::what() should say something about th...Tim Shen1-3/+8
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely1-2/+2
2015-07-30regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _S...Tim Shen1-12/+6
2015-04-28regex.tcc: Handle regex_constants::__polynomial.Tim Shen1-0/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-07-01re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C)Tim Shen1-8/+9
2014-05-27re PR libstdc++/61329 (#include <regex> and _GLIBCXX_DEBUG causes multiple sy...Jonathan Wakely1-2/+2
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen1-2/+7
2014-04-24regex_automaton.tcc (_StateSeq<>::_M_clone()): Do _M_alt before _M_next.Tim Shen1-8/+6
2014-01-16regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen1-11/+16
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-11-08regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...Jonathan Wakely1-9/+9
2013-11-08regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...Jonathan Wakely1-102/+100
2013-11-06regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.Jonathan Wakely1-1/+1
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen1-2/+2
2013-10-01re PR libstdc++/58576 (std::regex_match() reports mismatched braces on a vali...Tim Shen1-3/+6
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen1-9/+30
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen1-55/+52
2013-08-22regex.h: Replace 8 spaces in indentation with a tab.Tim Shen1-71/+71
2013-08-18regex_automaton.h: _S_opcode_backref.Tim Shen1-0/+29
2013-08-07Makefile.am: Adjust to new files.Tim Shen1-0/+181