summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/_regex.h
Commit message (Collapse)AuthorAgeFilesLines
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-261-45/+0
| | | | | | | | | shrink offset tables. disable "likely/unlikely" BE() macro. text data bss dec hex filename - 515032 2731 15424 533187 822c3 lib/libuClibc-0.9.30-svn.so + 515014 2731 15424 533169 822b1 lib/libuClibc-0.9.30-svn.so
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-12/+12
|
* Add new regex code from glibc, this is almost double size of the earlier ↵Peter S. Mazinger2005-11-281-0/+45
one, but passes sed tests (and thus allows making sed shrink from 91k to 42k