Age | Commit message (Expand) | Author | Files | Lines |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2 | -3/+0 |
2013-12-02 | implement FNM_LEADING_DIR extension flag in fnmatch | Rich Felker | 1 | -2/+9 |
2013-12-01 | fix fnmatch corner cases related to escaping | Rich Felker | 1 | -4/+4 |
2013-12-01 | fix the end of string matching in fnmatch with FNM_PATHNAME | Szabolcs Nagy | 1 | -2/+2 |
2013-10-07 | fix allocation sizes in regcomp | Szabolcs Nagy | 1 | -4/+4 |
2013-02-01 | revert regex "cleanup" that seems unjustified and may break backtracking | Rich Felker | 1 | -0/+3 |
2013-01-15 | remove unused "params" related code from regex | Szabolcs Nagy | 2 | -21/+11 |
2013-01-14 | regex: remove an unused local variable from regexec | Szabolcs Nagy | 1 | -3/+0 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 4 | -5/+5 |
2012-05-25 | fix regex on arm | Rich Felker | 1 | -1/+1 |
2012-05-13 | remove some no-op end of string tests from regex parser | Rich Felker | 1 | -4/+0 |
2012-05-13 | another BRE fix: in ^*, * is literal | Rich Felker | 1 | -0/+2 |
2012-05-07 | fix error checking for \ at end of regex (this was broken previously) | Rich Felker | 1 | -1/+1 |
2012-05-07 | fix copy and paste error in regex code causing mishandling of \) in BRE | Rich Felker | 1 | -1/+1 |
2012-05-07 | fix regex breakage in last commit (failure to handle empty regex, etc.) | Rich Felker | 1 | -4/+1 |
2012-05-07 | fix ugly bugs in TRE regex parser | Rich Felker | 1 | -60/+31 |
2012-04-28 | new fnmatch implementation | Rich Felker | 1 | -131/+273 |
2012-04-26 | update fnmatch to POSIX 2008 semantics | Rich Felker | 1 | -4/+11 |
2012-04-14 | fix signedness error handling invalid multibyte sequences in regexec | Rich Felker | 1 | -2/+2 |
2012-04-13 | remove invalid code from TRE | Rich Felker | 1 | -14/+0 |
2012-04-13 | fix broken regerror (typo) and missing message | Rich Felker | 1 | -2/+2 |
2012-03-20 | upgrade to latest upstream TRE regex code (0.8.0) | Rich Felker | 5 | -1168/+1037 |
2012-01-23 | make glob mark symlinks-to-directories with the GLOB_MARK flag | Rich Felker | 1 | -1/+1 |
2012-01-22 | support GLOB_PERIOD flag (GNU extension) to glob function | Rich Felker | 1 | -1/+2 |
2011-06-16 | duplicate re_nsub in LSB/glibc ABI compatible location | Rich Felker | 1 | -1/+1 |
2011-06-06 | fix handling of d_name in struct dirent | Rich Felker | 1 | -3/+2 |
2011-06-05 | safety fix for glob's vla usage: disallow patterns longer than PATH_MAX | Rich Felker | 1 | -0/+2 |
2011-06-05 | eliminate (harmless in this case) vla usage in fnmatch.c | Rich Felker | 1 | -1/+1 |
2011-04-07 | fix bug in TRE found by clang (typo && instead of &) | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 7 | -0/+5364 |