summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/regex_internal.c
Commit message (Collapse)AuthorAgeFilesLines
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-261-2/+2
| | | | | | | | | | remove old-style-C function params declarations; change re_comp_buf from struct to pointer (more static build friendly) text data bss dec hex filename - 514952 2731 15424 533107 82273 lib/libuClibc-0.9.30-svn.so + 515011 2731 15396 533138 82292 lib/libuClibc-0.9.30-svn.so
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-3/+3
|
* - fix inline keywordBernhard Reutner-Fischer2008-07-231-1/+1
|
* Sync w/ glibcPeter S. Mazinger2006-02-281-3/+3
|
* make regex a little bit smallerPeter S. Mazinger2006-01-301-2/+2
|
* Apply patch used in sed for malloc(0)Peter S. Mazinger2006-01-111-2/+3
|
* Get rid of tolower/toupper jump reloc, correct tow* for XLOCALEPeter S. Mazinger2006-01-031-2/+2
|
* Add new regex code from glibc, this is almost double size of the earlier ↵Peter S. Mazinger2005-11-281-0/+1645
one, but passes sed tests (and thus allows making sed shrink from 91k to 42k