68 Commits (8ef9d46f4d0ff4f0073da6bee7ed0cb5f9035ead)

Author SHA1 Message Date
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