about summary refs log tree commit diff
path: root/src/regex
Commit message (Expand)AuthorAgeFilesLines
* revert regex "cleanup" that seems unjustified and may break backtrackingRich Felker2013-02-011-0/+3
* remove unused "params" related code from regexSzabolcs Nagy2013-01-152-21/+11
* regex: remove an unused local variable from regexecSzabolcs Nagy2013-01-141-3/+0
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-064-5/+5
* fix regex on armRich Felker2012-05-251-1/+1
* remove some no-op end of string tests from regex parserRich Felker2012-05-131-4/+0
* another BRE fix: in ^*, * is literalRich Felker2012-05-131-0/+2
* fix error checking for \ at end of regex (this was broken previously)Rich Felker2012-05-071-1/+1
* fix copy and paste error in regex code causing mishandling of \) in BRERich Felker2012-05-071-1/+1
* fix regex breakage in last commit (failure to handle empty regex, etc.)Rich Felker2012-05-071-4/+1
* fix ugly bugs in TRE regex parserRich Felker2012-05-071-60/+31
* new fnmatch implementationRich Felker2012-04-281-131/+273
* update fnmatch to POSIX 2008 semanticsRich Felker2012-04-261-4/+11
* fix signedness error handling invalid multibyte sequences in regexecRich Felker2012-04-141-2/+2
* remove invalid code from TRERich Felker2012-04-131-14/+0
* fix broken regerror (typo) and missing messageRich Felker2012-04-131-2/+2
* upgrade to latest upstream TRE regex code (0.8.0)Rich Felker2012-03-205-1168/+1037
* make glob mark symlinks-to-directories with the GLOB_MARK flagRich Felker2012-01-231-1/+1
* support GLOB_PERIOD flag (GNU extension) to glob functionRich Felker2012-01-221-1/+2
* duplicate re_nsub in LSB/glibc ABI compatible locationRich Felker2011-06-161-1/+1
* fix handling of d_name in struct direntRich Felker2011-06-061-3/+2
* safety fix for glob's vla usage: disallow patterns longer than PATH_MAXRich Felker2011-06-051-0/+2
* eliminate (harmless in this case) vla usage in fnmatch.cRich Felker2011-06-051-1/+1
* fix bug in TRE found by clang (typo && instead of &)Rich Felker2011-04-071-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-127-0/+5364