musl/src/regex
Rich Felker 8b4c232efe fix regex on arm
TRE has a broken assumption that wchar_t is signed, which is a sane
expectation, but not required by the standard, and false on ARM's ABI.

i leave tre_char_t as wchar_t for now, since a pointer to it is
directly passed to functions that need pointer to wchar_t. it does not
seem to break anything. and since the maximum unicode scalar value is
0x10ffff, just use that explicitly rather than using the max value of
any particular C type.
2012-05-25 10:45:05 -04:00
..
fnmatch.c new fnmatch implementation 2012-04-28 18:05:29 -04:00
glob.c make glob mark symlinks-to-directories with the GLOB_MARK flag 2012-01-23 19:51:34 -05:00
regcomp.c remove some no-op end of string tests from regex parser 2012-05-13 17:20:01 -04:00
regerror.c fix broken regerror (typo) and missing message 2012-04-13 18:40:38 -04:00
regexec.c fix signedness error handling invalid multibyte sequences in regexec 2012-04-14 22:32:42 -04:00
tre-mem.c upgrade to latest upstream TRE regex code (0.8.0) 2012-03-20 19:44:05 -04:00
tre.h fix regex on arm 2012-05-25 10:45:05 -04:00