summaryrefslogtreecommitdiffstats
path: root/libc/misc/regex/regexec.c
Commit message (Collapse)AuthorAgeFilesLines
* regex: remove useless casts on allocations;Denis Vlasenko2008-12-261-11/+8
| | | | | | | | | | 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
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-261-41/+1
| | | | | | | | | 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
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-6/+6
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk and bring in NPTL code in the various 'misc' subsystems."Steven J. Hill"2006-08-241-2/+2
|
* Merge from trunk."Steven J. Hill"2006-02-271-6/+6
|
* Merge from trunk."Steven J. Hill"2005-12-101-1/+1
|
* Merge from trunk."Steven J. Hill"2005-11-291-0/+4337