index
:
gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
regex_executor.tcc
Age
Commit message (
Expand
)
Author
2025-04-29
libstdc++: Use constexpr-if to slightly simplify <regex>
Jonathan Wakely
2025-01-02
Update copyright years.
Jakub Jelinek
2024-01-03
Update copyright years.
Jakub Jelinek
2023-08-09
libstdc++: Fix some -Wunused-parameter warnings
Jonathan Wakely
2023-01-16
Update copyright years.
Jakub Jelinek
2022-10-28
libstdc++: Fix allocator propagation in regex algorithms [PR107376]
Jonathan Wakely
2022-01-05
libstdc++: Reduce template instantiations in <regex>
Jonathan Wakely
2022-01-03
Update copyright years.
Jakub Jelinek
2021-09-28
libstdc++: Tweaks to <regex> to avoid warnings
Jonathan Wakely
2021-08-03
libstdc++: Reduce header dependencies in <regex>
Jonathan Wakely
2021-01-04
Update copyright years.
Jakub Jelinek
2020-01-01
Update copyright years.
Jakub Jelinek
2019-01-01
Update copyright years.
Jakub Jelinek
2018-10-19
Fix compilation error with _GLIBCXX_PARALLEL
Jonathan Wakely
2018-01-03
Update copyright years.
Jakub Jelinek
2017-12-01
Remove stray semi-colons at namespace scope
Jonathan Wakely
2017-09-19
PR libstdc++/71500 restore C++11 compatibility in <regex>
Jonathan Wakely
2017-09-11
re PR libstdc++/71500 (regex::icase only works on first character in a range)
Tim Shen
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
2017-01-01
Update copyright years.
Jakub Jelinek
2016-08-22
Split _M_dfs() into smaller functions.
Tim Shen
2016-04-23
re PR libstdc++/70745 (Wrong handling of regex_constant::match_not_eow and re...
Tim Shen
2016-01-04
Update copyright years.
Jakub Jelinek
2015-12-15
re PR libstdc++/68863 (Regular expressions: Backreferences don't work in nega...
Tim Shen
2015-09-09
Enable lightweight checks with _GLIBCXX_ASSERTIONS.
Jonathan Wakely
2015-07-30
regex_automaton.h (_State_base, _State<>): Remove _TraitsT dependency from _S...
Tim Shen
2015-04-28
regex.tcc: Handle regex_constants::__polynomial.
Tim Shen
2015-01-05
Update copyright years.
Jakub Jelinek
2015-01-02
re PR libstdc++/64475 (FAIL: 28_regex/algorithms/regex_match/ecma/char/backre...
Tim Shen
2014-12-31
re PR libstdc++/64441 (A match_results returns an incorrect sub_match if the ...
Tim Shen
2014-11-25
re PR libstdc++/63920 (Any regular expression should not match an empty seque...
Tim Shen
2014-10-23
re PR libstdc++/63497 (std::regex can't handle [^class] correctly and cause r...
Tim Shen
2014-09-25
re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...
Tim Shen
2014-09-11
re PR libstdc++/63219 (Superfluous template parameter in match_result::format...
Jonathan Wakely
2014-07-15
re PR libstdc++/61720 (std::regex_search matches incorrectly)
Tim Shen
2014-07-01
re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest)
Tim Shen
2014-06-02
regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...
Jonathan Wakely
2014-04-27
regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...
Tim Shen
2014-03-15
regex.h: Add/modify comments.
Tim Shen
2014-01-16
regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.
Tim Shen
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
2013-12-03
regex_compiler.h: Add todo comment.
Tim Shen
2013-11-08
regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...
Jonathan Wakely
2013-11-06
regex_automaton.h (_S_opcode_word_boundry): Rename to _S_opcode_word_boundary.
Jonathan Wakely
2013-10-28
regex_executor.tcc: Add comments.
Tim Shen
2013-10-26
regex.h: Remove unnecessary friends.
Tim Shen
2013-10-20
regex.h: Remove virtual class _Automaton.
Tim Shen
2013-10-17
regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...
Tim Shen
2013-10-08
regex_executor.h: Add _TodoList class.
Tim Shen
2013-10-06
regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.
Tim Shen
[next]