summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* libc/regex: fix internal_function declarationsRoman I Khimov2010-04-271-5/+5
* libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-251-57/+27
* libc_regex: __libc_lock primitives are actually available on uClibcCarmelo Amoroso2010-04-121-3/+2
* add hidden aliases for newer regex search functionsBernhard Reutner-Fischer2009-08-171-0/+2
* new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko2008-12-261-34/+16
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-261-11/+8
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-261-41/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-5/+5
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
* Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOP...Peter S. Mazinger2006-03-221-1/+1
* Sync w/ glibcPeter S. Mazinger2006-02-281-1/+1
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-161-6/+6
* make new regex code use __mempcpyPeter S. Mazinger2005-12-091-1/+1
* Correct regexecPeter S. Mazinger2005-11-281-0/+2
* Add new regex code from glibc, this is almost double size of the earlier one,...Peter S. Mazinger2005-11-281-0/+4335