]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/include/bits/regex_compiler.h
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / include / bits / regex_compiler.h
2016-01-04  Jakub JelinekUpdate copyright years.
2015-09-19  Tim Shenre PR libstdc++/67361 (std::regex_error::what() should...
2015-09-07  Jonathan WakelyAvoid #ifdef _GLIBCXX_DEBUG in regex_compiler.h
2015-07-29  Tim Shenre PR libstdc++/67015 ("^[a-z0-9][a-z0-9-]*$", std...
2015-01-19  Tim Shenre PR libstdc++/64584 (basic_regex::assign breaks ...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-03  Marek Polacekregex_compiler.h (_S_cache_size): Multiply the RHS...
2014-11-13  Tim Shenre PR libstdc++/63775 ([C++11] Regex range with leading...
2014-09-25  Tim Shenre PR libstdc++/63199 (Inserting std::wregex to std...
2014-09-11  Jonathan Wakelyre PR libstdc++/63219 (Superfluous template parameter...
2014-06-02  Jonathan Wakelyregex_compiler.h (__detail::_BracketMatcher): Reorder...
2014-05-20  Tim Shenre PR libstdc++/61227 ([C++11] Regex [\w] does not...
2014-04-27  Tim Shenregex_automaton.h (_NFA<>::_M_insert_repeat): Add _S_op...
2014-03-15  Tim Shenregex.h: Add/modify comments.
2014-01-19  Tim Shenregex_compiler.h (_Comipler<>::_M_quantifier()): Fix...
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-12-03  Tim Shenregex_compiler.h: Add todo comment.
2013-11-08  Jonathan Wakelyregex_compiler.h (__detail::__has_contiguous_iter)...
2013-11-08  Jonathan Wakelyregex_compiler.h (__detail::__compile_nfa): Overload...
2013-11-08  Jonathan Wakelyregex_compiler.h (__detail::_AnyMatcher, [...]): Remove...
2013-11-08  Jonathan Wakelyregex_automaton.h (__detail::_State, [...]): Remove...
2013-11-08  Jonathan Wakelyregex_automaton.h (__detail::_State): Split non-depende...
2013-10-17  Tim Shenregex.h (regex_token_iterator<>::regex_token_iterator...
2013-10-02  Tim Shen2013-10-02 Tim Shen <timshen91@gmail.com>
2013-09-24  Tim ShenMakefile.am: Add regex.tcc.
2013-09-14  Tim Shenregex.h (regex_match<>, [...]): Change regex_executor...
2013-09-05  Tim Shenregex_automaton.h: Add dummy node type.
2013-09-02  Tim Shenregex_automaton.h: Rearrange _NFA's layout.
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-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-02-03  Richard SandifordUpdate copyright in libstdc++-v3.
2012-06-28  Benjamin Kosnikc++config: Remove __regex nested namespace.
2011-03-15  Benjamin KosnikMakefile.am: Add functional.cc, shared_ptr.cc.
2011-02-17  Jonathan Wakelyre PR libstdc++/47724 ([C++0x] Regex string anchors...
2011-02-14  Jonathan Wakelyregex.h (sub_match::sub_match): Add.
2011-02-14  Jonathan Wakelyregex_compiler.h: Remove unnecessary bind() calls.
2011-01-30  Benjamin KosnikPR libstdc++/36104 part four
2010-12-19  Benjamin Kosnik*: Use headername alias to associate private includes...
2010-11-02  Paolo Carlinicinttypes: Remove, move contents to C++0x and TR1 headers.
2010-07-03  Jonathan Wakelyregex_compiler.h: Fix filename in doxygen comment.
2010-06-27  Paolo Carliniregex_compiler.h: Trivial formatting / stylistic fixes.
2010-06-25  Stephen M. WebbInitial regex implementation.