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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix failure of glob to match broken symlinks under some conditions
Rich Felker
2019-08-07
1
-5
/
+12
*
glob: implement GLOB_TILDE and GLOB_TILDE_CHECK
Ismael Luceno
2019-08-06
1
-1
/
+41
*
allow escaped path-separator slashes in glob
Rich Felker
2018-10-13
1
-11
/
+22
*
rewrite core of the glob implementation for correctness & optimization
Rich Felker
2018-10-12
1
-105
/
+112
*
fix redundant computations of strlen in glob append function
Rich Felker
2018-10-11
1
-2
/
+5
*
fix invalid substitute of [1] for flexible array member in glob
Rich Felker
2018-10-11
1
-2
/
+2
*
remove spurious inclusion of libc.h for LFS64 ABI aliases
Rich Felker
2018-09-12
1
-3
/
+2
*
apply hidden visibility to various remaining internal interfaces
Rich Felker
2018-09-12
1
-4
/
+4
*
fix regression in glob with literal . or .. path component
Rich Felker
2017-10-21
1
-3
/
+5
*
fix glob descent into . and .. with GLOB_PERIOD
Rich Felker
2017-09-06
1
-0
/
+4
*
fix glob failure to match plain "/" to root directory
Rich Felker
2017-06-08
1
-1
/
+1
*
regex: fix newline matching with negated brackets
Julien Ramseier
2017-03-21
1
-0
/
+14
*
fix free of uninitialized buffer pointer on error in regexec
Rich Felker
2017-03-14
1
-3
/
+3
*
make globfree safe after failed glob from over-length argument
Rich Felker
2017-01-02
1
-2
/
+2
*
handle ^ and $ in BRE subexpression start and end as anchors
Szabolcs Nagy
2016-12-16
1
-9
/
+12
*
fix regexec with haystack strings longer than INT_MAX
Rich Felker
2016-10-06
1
-26
/
+28
*
fix missing integer overflow checks in regexec buffer size computations
Rich Felker
2016-10-06
1
-5
/
+18
*
fix the use of uninitialized value in regcomp
Szabolcs Nagy
2016-05-22
1
-0
/
+2
*
fix ^* at the start of a complete BRE
Szabolcs Nagy
2016-03-02
1
-0
/
+4
*
fix * at the start of a BRE subexpression
Szabolcs Nagy
2016-03-02
1
-4
/
+0
*
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
*
byte-based C locale, phase 1: multibyte character handling functions
Rich Felker
2015-06-16
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
*
implement FNM_CASEFOLD extension to fnmatch function
Nagy Szabolcs
2014-12-17
1
-11
/
+25
*
rewrite the regex pattern parser in regcomp
Szabolcs Nagy
2014-09-13
1
-1081
/
+634
*
fix memory leak in regexec when input contains illegal sequence
Szabolcs Nagy
2014-09-05
1
-5
/
+6
*
add support for LC_TIME and LC_MESSAGES translations
Rich Felker
2014-07-26
1
-0
/
+2
*
fix crash in regexec for nonzero nmatch argument with REG_NOSUB
Rich Felker
2014-07-17
1
-0
/
+1
*
include cleanups: remove unused headers and add feature test macros
Szabolcs Nagy
2013-12-12
2
-3
/
+0
*
implement FNM_LEADING_DIR extension flag in fnmatch
Rich Felker
2013-12-02
1
-2
/
+9
*
fix fnmatch corner cases related to escaping
Rich Felker
2013-12-01
1
-4
/
+4
*
fix the end of string matching in fnmatch with FNM_PATHNAME
Szabolcs Nagy
2013-12-01
1
-2
/
+2
*
fix allocation sizes in regcomp
Szabolcs Nagy
2013-10-07
1
-4
/
+4
*
revert regex "cleanup" that seems unjustified and may break backtracking
Rich Felker
2013-02-01
1
-0
/
+3
*
remove unused "params" related code from regex
Szabolcs Nagy
2013-01-15
2
-21
/
+11
*
regex: remove an unused local variable from regexec
Szabolcs Nagy
2013-01-14
1
-3
/
+0
*
use restrict everywhere it's required by c99 and/or posix 2008
Rich Felker
2012-09-06
4
-5
/
+5
*
fix regex on arm
Rich Felker
2012-05-25
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
[next]