25 Commits (bfba15c9b96c2a42bd02f51ff10596a23a677926)

Author SHA1 Message Date
Rich Felker ae4b0b96d6 revert regex "cleanup" that seems unjustified and may break backtracking 13 years ago
Szabolcs Nagy f05f59b804 remove unused "params" related code from regex 14 years ago
Szabolcs Nagy dd95916382 regex: remove an unused local variable from regexec 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker 8b4c232efe fix regex on arm 14 years ago
Rich Felker 13b2945a3c remove some no-op end of string tests from regex parser 14 years ago
Rich Felker e9cddc8e32 another BRE fix: in ^*, * is literal 14 years ago
Rich Felker 952700e8c3 fix error checking for \ at end of regex (this was broken previously) 14 years ago
Rich Felker 1736148210 fix copy and paste error in regex code causing mishandling of \) in BRE 14 years ago
Rich Felker a5a4778335 fix regex breakage in last commit (failure to handle empty regex, etc.) 14 years ago
Rich Felker d7a90b35b9 fix ugly bugs in TRE regex parser 14 years ago
Rich Felker 45b38550ee new fnmatch implementation 14 years ago
Rich Felker 2b87a5db82 update fnmatch to POSIX 2008 semantics 14 years ago
Rich Felker b9dd43db04 fix signedness error handling invalid multibyte sequences in regexec 14 years ago
Rich Felker 386b34a07b remove invalid code from TRE 14 years ago
Rich Felker b6dbdc69b6 fix broken regerror (typo) and missing message 14 years ago
Rich Felker ad47d45e9d upgrade to latest upstream TRE regex code (0.8.0) 14 years ago
Rich Felker d0678b58ab make glob mark symlinks-to-directories with the GLOB_MARK flag 15 years ago
Rich Felker 787c2648a9 support GLOB_PERIOD flag (GNU extension) to glob function 15 years ago
Rich Felker 32aea2087a duplicate re_nsub in LSB/glibc ABI compatible location 15 years ago
Rich Felker da88b16a22 fix handling of d_name in struct dirent 15 years ago
Rich Felker 0dc99ac413 safety fix for glob's vla usage: disallow patterns longer than PATH_MAX 15 years ago
Rich Felker a6c399cf62 eliminate (harmless in this case) vla usage in fnmatch.c 15 years ago
Rich Felker 74f75541ff fix bug in TRE found by clang (typo && instead of &) 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago