summaryrefslogtreecommitdiff
path: root/libc/misc/regex/regex_internal.c
AgeCommit message (Expand)Author
2009-07-20regex: convert #if to #ifdefMike Frysinger
2008-12-27ctype: remove some trivial macros from ctype.h;Denis Vlasenko
2008-12-26new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko
2008-12-26regex: remove useless casts on allocations;Denis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2006-02-28Sync w/ glibcPeter S. Mazinger
2006-01-30make regex a little bit smallerPeter S. Mazinger
2006-01-11Apply patch used in sed for malloc(0)Peter S. Mazinger
2006-01-03Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger
2005-11-28Add new regex code from glibc, this is almost double size of the earlier one,...Peter S. Mazinger