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
*
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
*
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
*
new fnmatch implementation
Rich Felker
2012-04-28
1
-131
/
+273
*
update fnmatch to POSIX 2008 semantics
Rich Felker
2012-04-26
1
-4
/
+11
*
fix signedness error handling invalid multibyte sequences in regexec
Rich Felker
2012-04-14
1
-2
/
+2
*
remove invalid code from TRE
Rich Felker
2012-04-13
1
-14
/
+0
*
fix broken regerror (typo) and missing message
Rich Felker
2012-04-13
1
-2
/
+2
*
upgrade to latest upstream TRE regex code (0.8.0)
Rich Felker
2012-03-20
5
-1168
/
+1037
*
make glob mark symlinks-to-directories with the GLOB_MARK flag
Rich Felker
2012-01-23
1
-1
/
+1
*
support GLOB_PERIOD flag (GNU extension) to glob function
Rich Felker
2012-01-22
1
-1
/
+2
*
duplicate re_nsub in LSB/glibc ABI compatible location
Rich Felker
2011-06-16
1
-1
/
+1
*
fix handling of d_name in struct dirent
Rich Felker
2011-06-06
1
-3
/
+2
*
safety fix for glob's vla usage: disallow patterns longer than PATH_MAX
Rich Felker
2011-06-05
1
-0
/
+2
*
eliminate (harmless in this case) vla usage in fnmatch.c
Rich Felker
2011-06-05
1
-1
/
+1
*
fix bug in TRE found by clang (typo && instead of &)
Rich Felker
2011-04-07
1
-1
/
+1
*
initial check-in, version 0.5.0
v0.5.0
Rich Felker
2011-02-12
7
-0
/
+5364