index
:
ampere-computing/gcc-experimental.git
common/ipa-str-reorg
common/ipa-str-reorg-v2
common/ipa-str-reorg-v3
common/ipa-str-reorg-v4
erick/ipa-str-reorg
erick/type-escape-analysis-merge
erick/type-playground
gcc_master_new7
gcc_master_new8
master
gcc-experimental
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
2020-01-01
Update copyright years.
Jakub Jelinek
2019-01-01
Update copyright years.
Jakub Jelinek
2018-07-02
Optimize std::sub_match comparisons using string_view-like type
Jonathan Wakely
2018-05-10
regex_compiler.h (_S_cache_size): Change from function to variable.
Jason Merrill
2018-01-03
Update copyright years.
Jakub Jelinek
2017-07-23
re PR libstdc++/81064 (Inline namespace regression)
François Dumont
2017-06-07
PR libstdc++/81002 fix std::basic_regex range constructor
Jonathan Wakely
2017-01-01
Update copyright years.
Jakub Jelinek
2016-12-01
re PR libstdc++/71500 (regex::icase only works on first character in a range)
Tim Shen
2016-01-04
Update copyright years.
Jakub Jelinek
2015-09-19
re PR libstdc++/67361 (std::regex_error::what() should say something about th...
Tim Shen
2015-09-07
Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h
Jonathan Wakely
2015-07-29
re PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std::regex::extended is miscom...
Tim Shen
2015-01-19
re PR libstdc++/64584 (basic_regex::assign breaks *this if it throws regex_er...
Tim Shen
2015-01-05
Update copyright years.
Jakub Jelinek
2014-12-03
regex_compiler.h (_S_cache_size): Multiply the RHS of the shift-expression by...
Marek Polacek
2014-11-13
re PR libstdc++/63775 ([C++11] Regex range with leading dash (-) not working)
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-06-02
regex_compiler.h (__detail::_BracketMatcher): Reorder members to avoid wasted...
Jonathan Wakely
2014-05-20
re PR libstdc++/61227 ([C++11] Regex [\w] does not work)
Tim Shen
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-19
regex_compiler.h (_Comipler<>::_M_quantifier()): Fix parse error of multiple ...
Tim Shen
2014-01-16
regex_automaton.tcc (_StateSeq<>::_M_clone()): Do not use std::map.
Tim Shen
2014-01-07
regex_compiler.h (_AnyMatcher<>::_AnyMatcher(), [...]): Fix _AnyMatcher behav...
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_compiler.h (__detail::__has_contiguous_iter): vector<bool> storage is n...
Jonathan Wakely
2013-11-08
regex_compiler.h (__detail::__compile_nfa): Overload so that std::basic_strin...
Jonathan Wakely
2013-11-08
regex_compiler.h (__detail::_AnyMatcher, [...]): Remove redundant _CharT temp...
Jonathan Wakely
2013-11-08
regex_automaton.h (__detail::_State, [...]): Remove redundant _CharT template...
Jonathan Wakely
2013-11-08
regex_automaton.h (__detail::_State): Split non-dependent parts into new _Sta...
Jonathan Wakely
2013-10-17
regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization or...
Tim Shen
2013-10-02
2013-10-02 Tim Shen <timshen91@gmail.com>
Tim Shen
2013-09-24
Makefile.am: Add regex.tcc.
Tim Shen
2013-09-14
regex.h (regex_match<>, [...]): Change regex_executor caller.
Tim Shen
2013-09-05
regex_automaton.h: Add dummy node type.
Tim Shen
2013-09-02
regex_automaton.h: Rearrange _NFA's layout.
Tim Shen
2013-08-29
regex.h (basic_regex<>::assign): Don't lose _M_traits.
Tim Shen
2013-08-27
Makefile.am: Add regex_scanner.{h,tcc}.
Tim Shen
2013-08-22
regex.h: Replace 8 spaces in indentation with a tab.
Tim Shen
2013-08-07
Makefile.am: Adjust to new files.
Tim Shen
2013-08-03
Implement bracket expression.
Tim Shen
2013-07-31
Thompson matcher refactored.
Tim Shen
2013-07-31
Revert last commit.
Tim Shen
2013-07-31
Thompson matcher refactored.
Tim Shen
2013-07-30
2013-07-30 Paolo Carlini <paolo.carlini@oracle.com>
Paolo Carlini
2013-07-30
Thompson matcher refactored.
Tim Shen
2013-02-03
Update copyright in libstdc++-v3.
Richard Sandiford
[next]