index
:
riscv-gnu-toolchain/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/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-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-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.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libstdc++-v3
/
include
/
bits
/
regex_compiler.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-03-01
libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984]
Jonathan Wakely
1
-1
/
+1
2022-01-05
libstdc++: Reduce template instantiations in <regex>
Jonathan Wakely
1
-4
/
+5
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-14
libstdc++: Fix handling of invalid ranges in std::regex [PR102447]
Jonathan Wakely
1
-4
/
+36
2021-10-01
libstdc++: Add std::__conditional_t alias template
Jonathan Wakely
1
-5
/
+5
2021-09-29
libstdc++: Check for invalid syntax_option_type values in <regex>
Jonathan Wakely
1
-0
/
+20
2021-09-29
libstdc++: Simplify std::basic_regex construction and assignment
Jonathan Wakely
1
-41
/
+0
2021-09-28
libstdc++: Remove obfuscating typedefs in <regex>
Jonathan Wakely
1
-2
/
+1
2021-09-28
libstdc++: Add noexcept to functions in <regex>
Jonathan Wakely
1
-1
/
+1
2021-08-09
libstdc++: Reduce use of debug containers in <regex>
Jonathan Wakely
1
-4
/
+4
2021-04-06
libstdc++: Fix doxygen markup for group close commands
Jonathan Wakely
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-07-02
Optimize std::sub_match comparisons using string_view-like type
Jonathan Wakely
1
-28
/
+11
2018-05-10
regex_compiler.h (_S_cache_size): Change from function to variable.
Jason Merrill
1
-5
/
+3
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
1
-4
/
+1
2017-06-07
PR libstdc++/81002 fix std::basic_regex range constructor
Jonathan Wakely
1
-5
/
+5
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-12-01
re PR libstdc++/71500 (regex::icase only works on first character in a range)
Tim Shen
1
-14
/
+88
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-09-19
re PR libstdc++/67361 (std::regex_error::what() should say something about th...
Tim Shen
1
-4
/
+8
2015-09-07
Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h
Jonathan Wakely
1
-22
/
+7
2015-07-29
re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...
Tim Shen
1
-3
/
+6
2015-01-19
re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...
Tim Shen
1
-6
/
+53
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-03
regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...
Marek Polacek
1
-1
/
+4
2014-11-13
re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)
Tim Shen
1
-1
/
+4
2014-09-25
re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::w...
Tim Shen
1
-11
/
+11
2014-09-11
re PR libstdc++/63219 (Superfluous template parameter in match_result::format...
Jonathan Wakely
1
-1
/
+1
2014-06-02
regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...
Jonathan Wakely
1
-13
/
+19
2014-05-20
re PR libstdc++/61227 ([C++11] Regex [\w] does not work)
Tim Shen
1
-3
/
+8
2014-04-27
regex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_opcode_repeat support to...
Tim Shen
1
-1
/
+1
2014-03-15
regex.h: Add/modify comments.
Tim Shen
1
-1
/
+5
2014-01-19
regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...
Tim Shen
1
-1
/
+1
2014-01-16
regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.
Tim Shen
1
-132
/
+176
2014-01-07
regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...
Tim Shen
1
-55
/
+114
2014-01-02
Update copyright years in libstdc++-v3/
Richard Sandiford
1
-1
/
+1
2013-12-03
regex_compiler.h: Add todo comment.
Tim Shen
1
-0
/
+4
2013-11-08
regex_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...
Jonathan Wakely
1
-2
/
+7
2013-11-08
regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...
Jonathan Wakely
1
-1
/
+43
2013-11-08
regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...
Jonathan Wakely
1
-7
/
+10
2013-11-08
regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...
Jonathan Wakely
1
-3
/
+13
2013-11-08
regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...
Jonathan Wakely
1
-2
/
+2
2013-10-17
regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...
Tim Shen
1
-3
/
+3
2013-10-02
2013-10-02 Tim Shen <timshen91@gmail.com>
Tim Shen
1
-7
/
+13
[next]