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