summaryrefslogtreecommitdiff
path: root/libc/misc/regex/regexec.c
AgeCommit message (Expand)Author
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15adapt regex to new regex.hPeter S. Mazinger
2010-04-27libc/regex: fix internal_function declarationsRoman I Khimov
2010-04-25libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2010-04-12libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso
2009-08-17add hidden aliases for newer regex search functionsBernhard Reutner-Fischer
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