musl/src/regex
Rich Felker 13b2945a3c remove some no-op end of string tests from regex parser
these are cruft from the original code which used an explicit string
length rather than null termination. i blindly converted all the
checks to null terminator checks, without noticing that in several
cases, the subsequent switch statement would automatically handle the
null byte correctly.
2012-05-13 17:20:01 -04:00
..
fnmatch.c new fnmatch implementation 2012-04-28 18:05:29 -04:00
glob.c make glob mark symlinks-to-directories with the GLOB_MARK flag 2012-01-23 19:51:34 -05:00
regcomp.c remove some no-op end of string tests from regex parser 2012-05-13 17:20:01 -04:00
regerror.c fix broken regerror (typo) and missing message 2012-04-13 18:40:38 -04:00
regexec.c fix signedness error handling invalid multibyte sequences in regexec 2012-04-14 22:32:42 -04:00
tre-mem.c upgrade to latest upstream TRE regex code (0.8.0) 2012-03-20 19:44:05 -04:00
tre.h upgrade to latest upstream TRE regex code (0.8.0) 2012-03-20 19:44:05 -04:00