fix off-by-one error that caused uninitialized memory read in floatscan
[musl] / src / regex /
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