summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* regcomp.c, aeabi_mb_cur_max.c: use unconditionally MB_CUR_MAX from stdlib.hPeter S. Mazinger2011-03-091-4/+0
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-3/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-1/+0
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-1/+1
* convert yet another old-style function definitionDenis Vlasenko2008-12-261-5/+5
* new regex: stop confusing ourself with _LIBC being undefined;Denis Vlasenko2008-12-261-42/+33
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-261-75/+83
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-261-26/+6
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-11/+11
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-5/+5
* 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
* Bernhard Fischer writes: remove unused variablesMike Frysinger2006-01-291-2/+0
* Get rid of nested warningsPeter S. Mazinger2006-01-231-4/+4
* s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ...Peter S. Mazinger2006-01-161-6/+6
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-2/+3
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-031-1/+1
* Macros are no good for jump relocs, hack to get rid of one introduced my new ...Peter S. Mazinger2005-12-161-0/+3
* Make new regex build w/ WCHAR disabled, vapier, does it now work for you?Peter S. Mazinger2005-12-161-0/+4
* Add new regex code from glibc, this is almost double size of the earlier one,...Peter S. Mazinger2005-11-281-0/+3802