]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/regex_executor.tcc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / regex_executor.tcc
2023-01-16  Jakub JelinekUpdate copyright years.
2022-10-28  Jonathan Wakelylibstdc++: Fix allocator propagation in regex algorithm...
2022-01-05  Jonathan Wakelylibstdc++: Reduce template instantiations in <regex>
2022-01-03  Jakub JelinekUpdate copyright years.
2021-09-28  Jonathan Wakelylibstdc++: Tweaks to <regex> to avoid warnings
2021-08-03  Jonathan Wakelylibstdc++: Reduce header dependencies in <regex>
2021-01-04  Jakub JelinekUpdate copyright years.
2020-01-01  Jakub JelinekUpdate copyright years.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-10-19  Jonathan WakelyFix compilation error with _GLIBCXX_PARALLEL
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-01  Jonathan WakelyRemove stray semi-colons at namespace scope
2017-09-19  Jonathan WakelyPR libstdc++/71500 restore C++11 compatibility in ...
2017-09-11  Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2017-07-23  François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-01-01  Jakub JelinekUpdate copyright years.
2016-08-22  Tim ShenSplit _M_dfs() into smaller functions.
2016-04-23  Tim Shenre PR libstdc++/70745 (Wrong handling of regex_constant...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-15  Tim Shenre PR libstdc++/68863 (Regular expressions: Backreferen...
2015-09-09  Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-07-30  Tim Shenregex_automaton.h (_State_base, _State<>): Remove _Trai...
2015-04-28  Tim Shenregex.tcc: Handle regex_constants::__polynomial.
2015-01-05  Jakub JelinekUpdate copyright years.
2015-01-02  Tim Shenre PR libstdc++/64475 (FAIL: 28_regex/algorithms/regex_...
2014-12-31  Tim Shenre PR libstdc++/64441 (A match_results returns an incor...
2014-11-25  Tim Shenre PR libstdc++/63920 (Any regular expression should...
2014-10-23  Tim Shenre PR libstdc++/63497 (std::regex can't handle [^class...
2014-09-25  Tim Shenre PR libstdc++/63199 (Inserting std::wregex to std...
2014-09-11  Jonathan Wakelyre PR libstdc++/63219 (Superfluous template parameter...
2014-07-15  Tim Shenre PR libstdc++/61720 (std::regex_search matches incorr...
2014-07-01  Tim Shenre PR libstdc++/61424 (std::regex matches right to...
2014-06-02  Jonathan Wakelyregex_compiler.h (__detail::_BracketMatcher): Reorder...
2014-04-27  Tim Shenregex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_op...
2014-03-15  Tim Shenregex.h: Add/modify comments.
2014-01-16  Tim Shenregex_automaton.tcc (_StateSeq<>::_M_clone()): Do not...
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-12-03  Tim Shenregex_compiler.h: Add todo comment.
2013-11-08  Jonathan Wakelyregex_automaton.h (__detail::_State, [...]): Remove...
2013-11-06  Jonathan Wakelyregex_automaton.h (_S_opcode_word_boundry): Rename...
2013-10-28  Tim Shenregex_executor.tcc: Add comments.
2013-10-26  Tim Shenregex.h: Remove unnecessary friends.
2013-10-20  Tim Shenregex.h: Remove virtual class _Automaton.
2013-10-17  Tim Shenregex.h (regex_token_iterator<>::regex_token_iterator...
2013-10-08  Tim Shenregex_executor.h: Add _TodoList class.
2013-10-06  Tim Shenregex.h: (regex_token_iterator<>::regex_token_iterator...
2013-10-03  Tim Shenregex_executor.tcc (_DFSExecutor<>::_M_dfs): Fix wrong...
2013-09-24  Tim ShenMakefile.am: Add regex.tcc.
2013-09-18  Tim Shenregex.h: Add friend classes.
2013-09-14  Tim Shenregex.h (regex_match<>, [...]): Change regex_executor...
2013-08-29  Tim Shenregex.h (basic_regex<>::assign): Don't lose _M_traits.
2013-08-27  Tim ShenMakefile.am: Add regex_scanner.{h,tcc}.
2013-08-22  Tim Shenregex.h: Replace 8 spaces in indentation with a tab.
2013-08-22  Tim Shenregex.h: Executor caller.
2013-08-18  Tim Shenregex_automaton.h: _S_opcode_backref.
2013-08-07  Tim ShenMakefile.am: Adjust to new files.