summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/28_regex
Commit message (Expand)AuthorAgeFilesLines
* gnu.ver (_ZNSt11regex_errorC*): Export regex_error constructors.Jonathan Wakely2013-11-196-17/+12
* regex.h: Remove unnecessary friends.Tim Shen2013-10-263-75/+53
* regex_scanner.tcc: (_Scanner<>::_M_scan_normal...Tim Shen2013-10-181-0/+50
* * testsuite/*: Remove stray semi-colons after function definitions.Jonathan Wakely2013-10-0832-37/+37
* regex.h: (regex_token_iterator<>::regex_token_iterator): Fix compile error.Tim Shen2013-10-0633-140/+239
* 2013-10-02 Tim Shen <timshen91@gmail.com>Tim Shen2013-10-021-0/+5
* re PR libstdc++/58576 (std::regex_match() reports mismatched braces on a vali...Tim Shen2013-10-011-0/+98
* regex_scanner.tcc (_Scanner<>::_M_eat_escape_posix): Let ordinary char escapi...Tim Shen2013-09-281-2/+1
* regex_error.h: Remove _S_error_last to follow the standard.Tim Shen2013-09-262-7/+5
* Makefile.am: Add regex.tcc.Tim Shen2013-09-245-14/+110
* regex.h: Add friend classes.Tim Shen2013-09-184-12/+101
* regex.h (regex_match<>, [...]): Change regex_executor caller.Tim Shen2013-09-143-1/+152
* value.cc: Change template args from char to wchar_t, literals from 'x' to L'x'.Ed Smith-Rowland2013-09-111-11/+11
* regex_automaton.h: Add dummy node type.Tim Shen2013-09-058-59/+242
* regex_automaton.h: Rearrange _NFA's layout.Tim Shen2013-09-027-5/+151
* regex.h (basic_regex<>::assign): Don't lose _M_traits.Tim Shen2013-08-292-0/+101
* Makefile.am: Add regex_scanner.{h,tcc}.Tim Shen2013-08-275-0/+250
* regex.h: Executor caller.Tim Shen2013-08-221-0/+58
* regex_automaton.h: _S_opcode_backref.Tim Shen2013-08-181-0/+78
* Makefile.am: Adjust to new files.Tim Shen2013-08-071-6/+4
* Implement bracket expression.Tim Shen2013-08-032-2/+68
* Thompson matcher refactored.Tim Shen2013-07-313-16/+113
* Revert last commit.Tim Shen2013-07-313-113/+16
* Thompson matcher refactored.Tim Shen2013-07-313-16/+113
* 2013-07-30 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2013-07-301-0/+0
* 2013-07-30 Paolo Carlini <paolo.carlini@oracle.com>Paolo Carlini2013-07-303-113/+16
* Thompson matcher refactored.Tim Shen2013-07-303-16/+113
* Add documents and comments.Tim Shen2013-07-251-0/+50
* Reimplment matcher using Depth-first search(backtracking).Tim Shen2013-07-243-2/+103
* Implement regex_iterator and regex_token_iterator.Tim Shen2013-07-234-0/+208
* Partially implement regex_search.Tim Shen2013-07-211-0/+58
* Implement class regex_traits.Tim Shen2013-07-098-10/+250
* Update copyright in libstdc++-v3.Richard Sandiford2013-02-0386-86/+86
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-0465-65/+65
* range_access.cc: Fix copying permission statement.Jonathan Wakely2012-11-011-1/+1
* match: Rename to...Benjamin Kosnik2012-10-0512-0/+52
* 02_match: To...Benjamin Kosnik2012-06-2511-23/+0
* re PR libstdc++/51711 (regex.h contains incorrect code)Paolo Carlini2011-12-302-0/+62
* re PR c++/50920 (add a -std=c++11 option to the driver)Jason Merrill2011-10-311-1/+1
* default.cc: Do not call members which require a fully established result state.Jonathan Wakely2011-03-252-12/+12
* re PR libstdc++/47724 ([C++0x] Regex string anchors cause segfault)Jonathan Wakely2011-02-171-0/+34
* regex.h (sub_match::sub_match): Add.Jonathan Wakely2011-02-142-8/+6
* Makefile.am (sources): Add regex.cc.Benjamin Kosnik2011-02-1116-0/+0
* Makefile.am (sources): Add regex.cc.Benjamin Kosnik2011-02-1164-0/+0
* re PR libstdc++/47323 (FAIL: 28_regex/08_basic_regex/requirements/constexpr_d...Paolo Carlini2011-01-171-1/+3
* *: Use headername alias to associate private includes to public includes.Benjamin Kosnik2010-12-191-1/+1
* syntax_option_type.cc: Avoid -Wall warnings.Paolo Carlini2010-11-022-13/+24
* libstdc++: N3126 draft support.Benjamin Kosnik2010-11-012-13/+113
* [multiple changes]Paolo Carlini2010-07-271-0/+31
* Initial regex implementation.Stephen M. Webb2010-06-2579-0/+3732