]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/regex.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / regex.h
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-13  Jonathan Wakelylibstdc++: Fix std::regex_replace for strings with...
2021-12-04  Jonathan Wakelylibstdc++: Initialize member in std::match_results...
2021-10-14  Jonathan Wakelylibstdc++: Use more descriptive feature test macro
2021-10-11  Jonathan Wakelylibstdc++: Simplify std::basic_regex::assign
2021-10-11  Jonathan Wakelylibstdc++: Add valid range assertions to std::basic_reg...
2021-10-11  Jonathan Wakelylibstdc++: Fix std::match_results::end() for failed...
2021-10-01  Jonathan Wakelylibstdc++: Define basic_regex::multiline for non-strict...
2021-09-30  Jonathan Wakelylibstdc++: Fix preprocessor check for C++17
2021-09-29  Jonathan Wakelylibstdc++: Implement std::regex_constants::multiline...
2021-09-29  Jonathan Wakelylibstdc++: Simplify std::basic_regex construction and...
2021-09-28  Jonathan Wakelylibstdc++: Add noexcept to functions in <regex>
2021-08-09  Jonathan Wakelylibstdc++: Reduce use of debug containers in <regex>
2021-04-06  Jonathan Wakelylibstdc++: Fix Doxygen warnings
2021-04-06  Jonathan Wakelylibstdc++: Fix doxygen markup for group close commands
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-29  Jonathan Wakelylibstdc++: Fix some warnings in headers
2020-10-05  Jonathan Wakelylibstdc++: Reduce uses of std::numeric_limits
2020-07-06  Jonathan Wakelylibstdc++: Fix -Wmismatched-tags warnings (PR 96063)
2020-07-01  Jonathan Wakelylibstdc++: Remove noexcept from match_results compariso...
2020-04-17  Jonathan Wakelylibstdc++: Add comparison operators for string and...
2020-02-24  Jonathan Wakelylibstdc++: enable_view has false positives (LWG 3326)
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-19  Jonathan Wakelylibstdc++: Fix declarations of variable templates
2019-11-17  Jonathan Wakelylibstdc++: Define C++20 range utilities and range factories
2019-09-25  Jonathan WakelyImplement LWG 3296 for basic_regex::assign
2019-05-14  Jonathan WakelyMake std::match_results::_M_resize more useful
2019-05-07  Jonathan WakelyImprove API docs for std::regex
2019-01-21  Ulrich DrepperFix after P0600.
2019-01-01  Jakub JelinekUpdate copyright years.
2018-07-02  Jonathan WakelyOptimize std::sub_match comparisons using string_view...
2018-06-14  Jonathan WakelyP0935R0 Eradicating unnecessarily explicit default...
2018-06-07  Jonathan WakelyDefault special members of regex types and add noexcept
2018-05-18  Jonathan WakelyPR libstdc++/85098 add missing definitions for static...
2018-01-03  Jakub JelinekUpdate copyright years.
2017-12-27  Jonathan WakelyPR libstdc++/83600 fix end iterator for unready std...
2017-12-27  Jonathan WakelyPR libstdc++/83598 don't modify flags passed to std...
2017-12-27  Jonathan WakelyPR libstdc++/83538 fix std::match_results<T>::reference...
2017-07-23  François Dumontre PR libstdc++/81064 (Inline namespace regression)
2017-06-07  Jonathan WakelyAdd C++17 deduction guide for std::basic_regex (P0433R2...
2017-06-07  Jonathan WakelyPR libstdc++/81002 fix std::basic_regex range constructor
2017-05-10  François DumontBump version namespace.
2017-03-02  Jonathan WakelyPR libstdc++/79789 fix non-reserved names in headers
2017-01-01  Jakub JelinekUpdate copyright years.
2016-12-01  Tim Shenre PR libstdc++/71500 (regex::icase only works on first...
2016-11-09  Tim Shenregex.h (regex_iterator::regex_iterator()): Define...
2016-10-03  Jonathan WakelyFix libstdc++ versioned namespace build
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-09  Jonathan WakelyEnable lightweight checks with _GLIBCXX_ASSERTIONS.
2015-03-10  Tim Shenre PR libstdc++/64441 (A match_results returns an incor...
2015-01-22  Tim Shenre PR libstdc++/64680 (basic_regex::operator= does...
2015-01-19  Tim Shenre PR libstdc++/64584 (basic_regex::assign breaks ...
2015-01-09  Tim Shenre PR libstdc++/64239 (regex_iterator::operator= should...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-19  Jonathan WakelyNew std::string implementation.
2014-12-17  Tim Shenre PR libstdc++/64302 (The match_results::cbegin()...
2014-12-13  Tim Shenre PR libstdc++/64239 (regex_iterator::operator= should...
2014-12-10  Jonathan WakelyImplement LWG DR 2329 and DR 2332.
2014-11-14  Daniel Krueglerregex.h: Support embedded zeros in sub_match comparison...
2014-11-04  Jonathan WakelyUse ctype_base::blank in regex_traits.
2014-10-08  Jonathan Wakelyregex.h (regex_token_iterator::_M_end_of_seq): Add...
2014-09-25  Tim Shenre PR libstdc++/63199 (Inserting std::wregex to std...
2014-09-15  Jonathan Wakelyregex.h (basic_regex): Rename _Ch_typeraits template...
2014-09-11  Jonathan Wakelyre PR libstdc++/63219 (Superfluous template parameter...
2014-03-15  Tim Shenregex.h: Add/modify comments.
2014-01-16  Tim Shenregex_automaton.tcc (_StateSeq<>::_M_clone()): Do not...
2014-01-07  Tim Shenregex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [....
2014-01-02  Richard SandifordUpdate copyright years in libstdc++-v3/
2013-11-22  Jonathan Wakelyre PR libstdc++/59247 (Bootstrap fails due to errors...
2013-11-08  Jonathan Wakelyregex_automaton.h (__detail::_State, [...]): Remove...
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-16  Tim Shenregex.h (regex_token_iterator<>::regex_token_iterator...
2013-10-06  Tim Shenregex.h: (regex_token_iterator<>::regex_token_iterator...
2013-10-01  Tim Shenstatus_cxx2011.xml: Update regex status.
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-16  Tim Shenregex.h (regex_traits<>::transform_primary): Avoid...
2013-08-08  Rainer OrthDon't use _B etc. in libstdc++
2013-08-07  Tim ShenMakefile.am: Adjust to new files.
2013-08-03  Tim ShenImplement bracket expression.
2013-07-31  Tim ShenThompson matcher refactored.
2013-07-31  Tim ShenRevert last commit.
2013-07-31  Tim ShenThompson matcher refactored.
2013-07-30  Paolo Carlini2013-07-30 Paolo Carlini <paolo.carlini@oracle.com>
2013-07-30  Tim ShenThompson matcher refactored.
2013-07-25  Tim ShenAdd documents and comments.
2013-07-24  Tim ShenReimplment matcher using Depth-first search(backtracking).
2013-07-23  Tim ShenImplement regex_iterator and regex_token_iterator.
2013-07-21  Tim ShenPartially implement regex_search.
2013-07-09  Tim ShenImplement class regex_traits.
2013-07-04  Ray Chasonre PR libstdc++/57808 (operators == and != for regex_to...
2013-02-20  Jonathan Wakelyfaq.html: Fix spelling.
2013-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
next