aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_scanner.tcc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-02-16libstdc++: Fix uses of non-reserved names in headersJonathan Wakely1-30/+30
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-01-05libstdc++: Improve std::regex_error::what() stringsJonathan Wakely1-45/+31
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-11libstdc++: Add valid range assertions to std::basic_regex [PR89927]Jonathan Wakely1-2/+2
2021-09-29libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110]Jonathan Wakely1-0/+10
2021-09-28libstdc++: Remove obfuscating typedefs in <regex>Jonathan Wakely1-2/+1
2021-08-03libstdc++: Reduce header dependencies 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-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-08-27re PR libstdc++/77356 (regex error for a ECMAScript syntax string)Tim Shen1-1/+3
2016-02-17re PR libstdc++/69794 (std::regex_search match failure with regex object with...Tim Shen1-8/+2
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-16/+39
2015-09-09Enable lightweight checks with _GLIBCXX_ASSERTIONS.Jonathan Wakely1-2/+2
2015-08-28re PR libstdc++/67362 (std::regex("((.)", std::regex_constants::basic) throws)Tim Shen1-0/+6
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-11re PR libstdc++/63219 (Superfluous template parameter in match_result::format...Jonathan Wakely1-1/+3
2014-06-02regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...Jonathan Wakely1-5/+6
2014-04-27regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...Tim Shen1-1/+1
2014-01-21regex.tcc: Remove incorrect `nosubs` handling.Tim Shen1-0/+2
2014-01-16regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.Tim Shen1-116/+47
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford1-1/+1
2013-10-18regex_scanner.tcc: (_Scanner<>::_M_scan_normal...Tim Shen1-4/+4
2013-10-17regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...Tim Shen1-16/+19
2013-09-28regex_scanner.tcc (_Scanner<>::_M_eat_escape_posix): Let ordinary char escapi...Tim Shen1-1/+8
2013-09-26regex_error.h: Remove _S_error_last to follow the standard.Tim Shen1-3/+5
2013-09-18regex.h: Add friend classes.Tim Shen1-1/+1
2013-09-14regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen1-6/+11
2013-09-05regex_automaton.h: Add dummy node type.Tim Shen1-4/+6
2013-08-27Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen1-0/+609