index
:
mirror/musl
this commit
master
rs-1.0
mirror of git://git.musl-libc.org/musl
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
regex
/
regcomp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
regex: increase the stack tre uses for tnfa creation
Szabolcs Nagy
2016-01-31
1
-1
/
+1
*
regex: simplify the {,} repetition parsing logic
Szabolcs Nagy
2016-01-30
1
-20
/
+19
*
regex: treat \+, \? as repetitions in BRE
Szabolcs Nagy
2016-01-30
1
-1
/
+5
*
regex: rewrite the repetition parsing code
Szabolcs Nagy
2016-01-30
1
-30
/
+29
*
regex: treat \| in BRE as alternation
Szabolcs Nagy
2016-01-30
1
-2
/
+17
*
regex: reject repetitions in some cases with REG_BADRPT
Szabolcs Nagy
2016-01-30
1
-3
/
+12
*
regex: clean up position accounting for literal nodes
Szabolcs Nagy
2016-01-30
1
-4
/
+2
*
regcomp: propagate allocation failures
Szabolcs Nagy
2015-09-24
1
-1
/
+2
*
regex: fix character class repetitions
Szabolcs Nagy
2015-03-27
1
-0
/
+5
*
do not treat \0 as a backref in BRE
Szabolcs Nagy
2015-03-23
1
-1
/
+1
*
suppress backref processing in ERE regcomp
Rich Felker
2015-03-20
1
-1
/
+1
*
fix memory-corruption in regcomp with backslash followed by high byte
Rich Felker
2015-03-20
1
-1
/
+1
*
rewrite the regex pattern parser in regcomp
Szabolcs Nagy
2014-09-13
1
-1081
/
+634
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
1
-1
/
+0
*
fix allocation sizes in regcomp
Szabolcs Nagy
2013-10-07
1
-4
/
+4
*
remove unused "params" related code from regex
Szabolcs Nagy
2013-01-15
1
-20
/
+11
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
1
-1
/
+1
*
remove some no-op end of string tests from regex parser
Rich Felker
2012-05-13
1
-4
/
+0
*
another BRE fix: in ^*, * is literal
Rich Felker
2012-05-13
1
-0
/
+2
*
fix error checking for \ at end of regex (this was broken previously)
Rich Felker
2012-05-07
1
-1
/
+1
*
fix copy and paste error in regex code causing mishandling of \) in BRE
Rich Felker
2012-05-07
1
-1
/
+1
*
fix regex breakage in last commit (failure to handle empty regex, etc.)
Rich Felker
2012-05-07
1
-4
/
+1
*
fix ugly bugs in TRE regex parser
Rich Felker
2012-05-07
1
-60
/
+31
*
remove invalid code from TRE
Rich Felker
2012-04-13
1
-14
/
+0
*
upgrade to latest upstream TRE regex code (0.8.0)
Rich Felker
2012-03-20
1
-775
/
+822
*
duplicate re_nsub in LSB/glibc ABI compatible location
Rich Felker
2011-06-16
1
-1
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
1
-0
/
+3362