summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/bits/regex_error.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-01-03Update copyright years.Jakub Jelinek
2023-01-16Update copyright years.Jakub Jelinek
2022-11-06libstdc++: Declare const global variables inlinePatrick Palka
2022-05-13libstdc++: Improve doxygen docs for <regex>Jonathan Wakely
2022-01-05libstdc++: Improve std::regex_error::what() stringsJonathan Wakely
2022-01-03Update copyright years.Jakub Jelinek
2021-12-14libstdc++: Simplify definition of std::regex_constants variablesJonathan Wakely
2021-09-29libstdc++: Check for invalid syntax_option_type values in <regex>Jonathan Wakely
2021-09-29libstdc++: std::basic_regex should treat '\0' as an ordinary char [PR84110]Jonathan Wakely
2021-09-28libstdc++: Add noexcept to functions in <regex>Jonathan Wakely
2021-04-06libstdc++: Fix doxygen markup for group close commandsJonathan Wakely
2021-01-04Update copyright years.Jakub Jelinek
2020-09-11libstdc++: Fix build error in <bits/regex_error.h>Jonathan Wakely
2020-09-11libstdc++-v3/include/bits/regex_error.h: Avoid warning with -fno-exceptions.Christophe Lyon
2020-01-01Update copyright years.Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
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-01-04Update copyright years.Jakub Jelinek
2015-09-19re PR libstdc++/67361 (std::regex_error::what() should say something about th...Tim Shen
2015-01-05Update copyright years.Jakub Jelinek
2014-01-02Update copyright years in libstdc++-v3/Richard Sandiford
2013-09-26regex_error.h: Remove _S_error_last to follow the standard.Tim Shen
2013-08-07Makefile.am: Adjust to new files.Tim Shen
2013-02-03Update copyright in libstdc++-v3.Richard Sandiford
2012-06-28c++config: Remove __regex nested namespace.Benjamin Kosnik
2011-08-07user.cfg.in (PDF_HYPERLINKS): To NO.Benjamin Kosnik
2011-02-11Makefile.am (sources): Add regex.cc.Benjamin Kosnik
2011-02-05regex_error.h (__throw_regex_error): Not inline.Benjamin Kosnik
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik
2010-11-02cinttypes: Remove, move contents to C++0x and TR1 headers.Paolo Carlini
2010-07-03regex_compiler.h: Fix filename in doxygen comment.Jonathan Wakely
2010-06-25Initial regex implementation.Stephen M. Webb