fix missing argument in variadic syscall macros
[musl] / src / regex /
2013-02-01 Rich Felkerrevert regex "cleanup" that seems unjustified and may...
2013-01-15 Szabolcs Nagyremove unused "params" related code from regex
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-13 Szabolcs Nagyregex: remove an unused local variable from regexec
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-05-25 Rich Felkerfix regex on arm
2012-05-13 Rich Felkerremove some no-op end of string tests from regex parser
2012-05-13 Rich Felkeranother BRE fix: in ^*, * is literal
2012-05-07 Rich Felkerfix error checking for \ at end of regex (this was...
2012-05-07 Rich Felkerfix copy and paste error in regex code causing mishandl...
2012-05-07 Rich Felkerfix regex breakage in last commit (failure to handle...
2012-05-07 Rich Felkerfix ugly bugs in TRE regex parser
2012-04-28 Rich Felkernew fnmatch implementation
2012-04-26 Rich Felkerupdate fnmatch to POSIX 2008 semantics
2012-04-15 Rich Felkerfix signedness error handling invalid multibyte sequenc...
2012-04-13 Rich Felkerremove invalid code from TRE
2012-04-13 Rich Felkerfix broken regerror (typo) and missing message
2012-03-20 Rich FelkerMerge remote branch 'nsz/master'
2012-03-20 Rich Felkerupgrade to latest upstream TRE regex code (0.8.0)
2012-01-24 Rich Felkermake glob mark symlinks-to-directories with the GLOB_MA...
2012-01-22 Rich Felkersupport GLOB_PERIOD flag (GNU extension) to glob function
2011-06-16 Rich Felkerduplicate re_nsub in LSB/glibc ABI compatible location
2011-06-06 Rich Felkerfix handling of d_name in struct dirent
2011-06-05 Rich Felkersafety fix for glob's vla usage: disallow patterns...
2011-06-05 Rich Felkereliminate (harmless in this case) vla usage in fnmatch.c
2011-04-08 Rich Felkerfix bug in TRE found by clang (typo && instead of &)
2011-02-12 Rich Felkerinitial check-in, version 0.5.0