regex.h (regex_token_iterator<>::regex_token_iterator): Fix initialization orders...
[gcc.git] / libstdc++-v3 / include / bits / regex.h
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.
2012-06-28 Benjamin Kosnikc++config: Remove __regex nested namespace.
2011-12-30 Paolo Carlinire PR libstdc++/51711 (regex.h contains incorrect code)
2011-12-23 Jonathan Wakelyregex.h (match_results::size_type): Use allocator_traits.
2011-08-07 Benjamin Kosnikuser.cfg.in (PDF_HYPERLINKS): To NO.
2011-03-15 Benjamin Kosnikregex_compiler.h: Nest namespace versioning.
2011-02-17 Jonathan Wakelyregex.h (basic_regex::traits_type): Add typedef.
2011-02-16 Jonathan Wakelyregex.h (match_results::format): Use char_traits.
2011-02-14 Jonathan Wakelyregex.h (sub_match::sub_match): Add.
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-11-02 Benjamin Kosniklibstdc++: N3126 draft support.
2010-10-13 Jonathan Wakelyre PR libstdc++/45990 (28_regex/07_traits/char/isctype...
2010-07-08 Benjamin Kosnikstl_heap.h: Update markup.
2010-06-27 Paolo Carliniregex_compiler.h: Trivial formatting / stylistic fixes.
2010-06-25 Stephen M. WebbInitial regex implementation.