summaryrefslogtreecommitdiff
path: root/libc/misc/regex/regexec.c
AgeCommit message (Expand)Author
2008-12-26new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko
2008-12-26regex: remove useless casts on allocations;Denis Vlasenko
2008-12-26regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2006-03-22Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger
2006-02-28Sync w/ glibcPeter S. Mazinger
2006-01-16s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger
2005-12-09make new regex code use __mempcpyPeter S. Mazinger
2005-11-28Correct regexecPeter S. Mazinger
2005-11-28Add new regex code from glibc, this is almost double size of the earlier one,...Peter S. Mazinger