index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libcxx
/
include
/
regex
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libcxx] Fix definition of regex_traits::__regex_word on big-endian glibc sys...
Daniel Sanders
2016-02-17
1
-0
/
+5
*
re.results.form: Format out-of-range subexpression references as null
Duncan P. N. Exon Smith
2016-02-03
1
-4
/
+4
*
Fix PR#26175. Thanks to Josh Petrie for the report and the patch. Reviewed as...
Marshall Clow
2016-01-19
1
-0
/
+3
*
Cleanup: move visibility/linkage attributes to the first declaration.
Evgeniy Stepanov
2015-11-07
1
-1
/
+2
*
Fix a crasher found by libFuzzer
Marshall Clow
2015-08-24
1
-0
/
+2
*
Make regex and any assert when they should throw an exception _but_ the user ...
Marshall Clow
2015-08-17
1
-1
/
+4
*
Consolidate a bunch of #ifdef _LIBCPP_NO_EXCEPTIONS .. #endif blocks into a s...
Marshall Clow
2015-07-28
1
-165
/
+64
*
Detect and throw on a class of bad regexes that we mistakenly accepted before...
Marshall Clow
2015-07-23
1
-0
/
+8
*
Fix initializer list order in <regex> to be correct
Eric Fiselier
2015-07-22
1
-3
/
+3
*
Remove unused typedefs in random and regex
Eric Fiselier
2015-07-18
1
-1
/
+0
*
Add code to honor the match_not_bol and match_not_eol regex flats. Fixes PR#2...
Marshall Clow
2015-03-19
1
-2
/
+4
*
Fix for PR22061 by K-ballo
Marshall Clow
2015-01-28
1
-2
/
+12
*
Make regex::assign not clobber the regex in case of failure. Fixes PR#22213
Marshall Clow
2015-01-13
1
-3
/
+1
*
Implement LWG 2217 - operator==(sub_match, string) slices on embedded '\0's
Marshall Clow
2014-12-15
1
-4
/
+4
*
Base regex code on char_class_type.
Dan Albert
2014-07-29
1
-5
/
+6
*
Fix Bug 19678 - libc++ does not correctly handle the regex: '[^\0]*'
Marshall Clow
2014-05-21
1
-0
/
+7
*
Implement LWG issue 2306: match_results::reference should be value_type&, not...
Marshall Clow
2014-02-26
1
-2
/
+2
*
Implement LWG Issues #2329 and #2332 - disallow iterators into temporary rege...
Marshall Clow
2014-02-19
1
-1
/
+90
*
Update __parse_DUP_COUNT and __parse_BACKREF to use the traits class to recog...
Marshall Clow
2014-01-18
1
-10
/
+19
*
Fix a bug in regex_token_iterator's copy constructor. Caught by Bob Wilson.
Marshall Clow
2014-01-13
1
-1
/
+1
*
Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. ...
Marshall Clow
2014-01-09
1
-17
/
+15
*
Patch by GM: apparently '__value' (two underscores) is a special name in Visu...
Marshall Clow
2013-10-21
1
-8
/
+8
*
Debug mode for string. This commit also marks the first time libc++ debug-mo...
Howard Hinnant
2013-08-23
1
-2
/
+2
*
Nico Rieck: this patch series fixes visibility issues on Windows as explaine...
Howard Hinnant
2013-08-12
1
-10
/
+13
*
Bill Fisher: This patch fixes a bug where std::regex in ECMAScript mode was i...
Howard Hinnant
2013-07-23
1
-7
/
+16
*
Bill Fisher: This patch fixes an ill-formed comparison when parsing control e...
Howard Hinnant
2013-07-15
1
-1
/
+10
*
Bill Fisher: This patch fixes a less likely case where '\b' can back up into ...
Howard Hinnant
2013-07-11
1
-2
/
+3
*
Bill Fisher: This patch fixes a bug where regex_iterator doesn't indicate whe...
Howard Hinnant
2013-07-09
1
-1
/
+2
*
Bill Fisher: This patch fixes a bug where the regex parser doesn't advance th...
Howard Hinnant
2013-07-02
1
-1
/
+1
*
Prevent '\b' from backing up into invalid memory. Fixes http://llvm.org/bugs...
Howard Hinnant
2013-06-29
1
-1
/
+25
*
Provide missing '{' in parsing extended quoted characters. This fixes http:/...
Howard Hinnant
2013-06-28
1
-0
/
+1
*
William Fisher: A bug in __lookahead::exec causes /(?=^)b/ to match ab. When...
Howard Hinnant
2013-06-28
1
-1
/
+1
*
Bill Fisher: Fix for failing to throw an exception in regex when parsing an ...
Howard Hinnant
2013-06-28
1
-1
/
+1
*
Fix undefined behavior in syntax_option_type::operator~ and match_flag_type::...
Marshall Clow
2013-03-22
1
-2
/
+2
*
Albert Wong: definition for regex_traits<_CharT>::__regex_word.
Howard Hinnant
2013-03-07
1
-0
/
+4
*
No functionality change at this time. I've split _LIBCPP_VISIBLE up into two...
Howard Hinnant
2013-03-06
1
-8
/
+8
*
Zhang Xiongpang: Add definitions for const data members. Fixes http://llvm....
Howard Hinnant
2012-12-12
1
-0
/
+21
*
Don't neglect to "return *this".
Argyrios Kyrtzidis
2012-10-13
1
-0
/
+1
*
Dimitry Andric: many visibility fixes. Howard: Much appreciated. Can you ...
Howard Hinnant
2012-09-14
1
-2
/
+2
*
noexcept and constexpr applied to <regex>.
Howard Hinnant
2012-07-21
1
-29
/
+28
*
Quash a whole bunch of warnings
Howard Hinnant
2011-12-01
1
-7
/
+4
*
Further macro protection by replacing _[A-Z] with _[A-Z]p
Howard Hinnant
2011-11-29
1
-36
/
+36
*
Add protection from min/max macros
Howard Hinnant
2011-11-29
1
-0
/
+2
*
Windows support by Ruben Van Boxem.
Howard Hinnant
2011-10-17
1
-0
/
+2
*
Fix <rdar://problem/10255403> match_results::begin() is off by one
Howard Hinnant
2011-10-08
1
-2
/
+2
*
Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574
Howard Hinnant
2011-08-12
1
-0
/
+14
*
_STD -> _VSTD to avoid macro clash on windows
Howard Hinnant
2011-06-30
1
-101
/
+101
*
Provide names for template and function parameters in forward declarations. ...
Howard Hinnant
2011-06-14
1
-1
/
+1
*
Jonathan Sauer found a bug in the way ^ was handled
Howard Hinnant
2011-03-26
1
-28
/
+69
*
Chris Jefferson noted many places where function calls needed to be qualified...
Howard Hinnant
2011-02-14
1
-21
/
+21
[next]