summaryrefslogtreecommitdiffstats
path: root/libcxx/include/regex
Commit message (Expand)AuthorAgeFilesLines
* [libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc sys...Daniel Sanders2016-02-171-0/+5
* re.results.form: Format out-of-range subexpression references as nullDuncan P. N. Exon Smith2016-02-031-4/+4
* Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as...Marshall Clow2016-01-191-0/+3
* Cleanup: move visibility/linkage attributes to the first declaration.Evgeniy Stepanov2015-11-071-1/+2
* Fix a crasher found by libFuzzerMarshall Clow2015-08-241-0/+2
* Make regex and any assert when they should throw an exception _but_ the user ...Marshall Clow2015-08-171-1/+4
* Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a s...Marshall Clow2015-07-281-165/+64
* Detect and throw on a class of bad regexes that we mistakenly accepted before...Marshall Clow2015-07-231-0/+8
* Fix initializer list order in <regex> to be correctEric Fiselier2015-07-221-3/+3
* Remove unused typedefs in random and regexEric Fiselier2015-07-181-1/+0
* Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#2...Marshall Clow2015-03-191-2/+4
* Fix for PR22061 by K-balloMarshall Clow2015-01-281-2/+12
* Make regex::assign not clobber the regex in case of failure. Fixes PR#22213Marshall Clow2015-01-131-3/+1
* Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0'sMarshall Clow2014-12-151-4/+4
* Base regex code on char_class_type.Dan Albert2014-07-291-5/+6
* Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'Marshall Clow2014-05-211-0/+7
* Implement LWG issue 2306: match_results::reference should be value_type&, not...Marshall Clow2014-02-261-2/+2
* Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...Marshall Clow2014-02-191-1/+90
* Update __parse_DUP_COUNT and __parse_BACKREF to use the traits class to recog...Marshall Clow2014-01-181-10/+19
* Fix a bug in regex_token_iterator's copy constructor. Caught by Bob Wilson.Marshall Clow2014-01-131-1/+1
* Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. ...Marshall Clow2014-01-091-17/+15
* Patch by GM: apparently '__value' (two underscores) is a special name in Visu...Marshall Clow2013-10-211-8/+8
* Debug mode for string. This commit also marks the first time libc++ debug-mo...Howard Hinnant2013-08-231-2/+2
* Nico Rieck: this patch series fixes visibility issues on Windows as explaine...Howard Hinnant2013-08-121-10/+13
* Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was i...Howard Hinnant2013-07-231-7/+16
* Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...Howard Hinnant2013-07-151-1/+10
* Bill Fisher: This patch fixes a less likely case where '\b' can back up into ...Howard Hinnant2013-07-111-2/+3
* Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...Howard Hinnant2013-07-091-1/+2
* Bill Fisher: This patch fixes a bug where the regex parser doesn't advance th...Howard Hinnant2013-07-021-1/+1
* Prevent '\b' from backing up into invalid memory. Fixes http://llvm.org/bugs...Howard Hinnant2013-06-291-1/+25
* Provide missing '{' in parsing extended quoted characters. This fixes http:/...Howard Hinnant2013-06-281-0/+1
* William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...Howard Hinnant2013-06-281-1/+1
* Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...Howard Hinnant2013-06-281-1/+1
* Fix undefined behavior in syntax_option_type::operator~ and match_flag_type::...Marshall Clow2013-03-221-2/+2
* Albert Wong: definition for regex_traits<_CharT>::__regex_word.Howard Hinnant2013-03-071-0/+4
* No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...Howard Hinnant2013-03-061-8/+8
* Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....Howard Hinnant2012-12-121-0/+21
* Don't neglect to "return *this".Argyrios Kyrtzidis2012-10-131-0/+1
* Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...Howard Hinnant2012-09-141-2/+2
* noexcept and constexpr applied to <regex>.Howard Hinnant2012-07-211-29/+28
* Quash a whole bunch of warningsHoward Hinnant2011-12-011-7/+4
* Further macro protection by replacing _[A-Z] with _[A-Z]pHoward Hinnant2011-11-291-36/+36
* Add protection from min/max macrosHoward Hinnant2011-11-291-0/+2
* Windows support by Ruben Van Boxem.Howard Hinnant2011-10-171-0/+2
* Fix <rdar://problem/10255403> match_results::begin() is off by oneHoward Hinnant2011-10-081-2/+2
* Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574Howard Hinnant2011-08-121-0/+14
* _STD -> _VSTD to avoid macro clash on windowsHoward Hinnant2011-06-301-101/+101
* Provide names for template and function parameters in forward declarations. ...Howard Hinnant2011-06-141-1/+1
* Jonathan Sauer found a bug in the way ^ was handledHoward Hinnant2011-03-261-28/+69
* Chris Jefferson noted many places where function calls needed to be qualified...Howard Hinnant2011-02-141-21/+21
OpenPOWER on IntegriCloud