summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex.tcc
AgeCommit message (Expand)Author
2025-10-29libstdc++: Fix -Wunused-variable from <regex>Jonathan Wakely
2025-10-29libstdc++: Simplify std::regex_traits::valueJonathan Wakely
2025-01-02Update copyright years.Jakub Jelinek
2024-12-13libstdc++: Fix -Wsign-compare warning in <regex>Jonathan Wakely
2024-01-03Update copyright years.Jakub Jelinek
2023-04-28libstdc++: Minor fixes to doxygen commentsJonathan Wakely
2023-01-16Update copyright years.Jakub Jelinek
2022-01-05libstdc++: Reduce template instantiations in <regex>Jonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-13libstdc++: Fix std::regex_replace for strings with embedded null [PR103664]Jonathan Wakely
2021-08-09libstdc++: Reduce use of debug containers in <regex>Jonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-05-14Make std::match_results::_M_resize more usefulJonathan Wakely
2019-05-07Improve API docs for std::regexJonathan Wakely
2019-01-01Update copyright years.Jakub Jelinek
2018-06-26Add missing noexcept on definition to match declarationJonathan Wakely
2018-01-14re PR libstdc++/83601 (std::regex_replace C++14 conformance issue: escaping i...Tim Shen
2018-01-03Update copyright years.Jakub Jelinek
2017-07-23re PR libstdc++/81064 (Inline namespace regression)François Dumont
2017-01-01Update copyright years.Jakub Jelinek
2016-11-09regex.h (regex_iterator::regex_iterator()): Define end() as _M_pregex == null...Tim Shen
2016-01-04Update copyright years.Jakub Jelinek
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely
2015-04-28regex.tcc: Handle regex_constants::__polynomial.Tim Shen
2015-03-10re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen
2015-01-22re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen
2015-01-19re PR libstdc++/64649 (regex_traits::lookup_classname() only works with rando...Tim Shen
2015-01-05Update copyright years.Jakub Jelinek
2014-12-31re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...Tim Shen
2014-12-17re PR libstdc++/64302 (The match_results::cbegin()/cend() return incorrect re...Tim Shen
2014-12-13re PR libstdc++/64239 (regex_iterator::operator= should copy match_results::p...Tim Shen
2014-12-04re PR libstdc++/64140 (match_results.prefix() returns an incorrect result if ...Tim Shen
2014-11-04Use ctype_base::blank in regex_traits.Jonathan Wakely
2014-07-01re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)Tim Shen
2014-06-02regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen
2014-02-26regex.tcc (match_results<>::format, [...]): Update __out after calling std::c...Tim Shen
2014-01-21regex.tcc: Remove incorrect `nosubs` handling.Tim Shen
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-11-22re PR libstdc++/59247 (Bootstrap fails due to errors in libstdc++ sources wit...Jonathan Wakely
2013-10-26regex.h: Remove unnecessary friends.Tim Shen
2013-10-20regex.h: Remove virtual class _Automaton.Tim Shen
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen
2013-10-16regex.h (regex_token_iterator<>::regex_token_iterator): Add initialization fo...Tim Shen
2013-10-06regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen
2013-09-24Makefile.am: Add regex.tcc.Tim Shen