Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regex: remove useless casts on allocations; | Denis Vlasenko | 2008-12-26 | 1 | -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 Vlasenko | 2008-12-26 | 1 | -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 | ||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -5/+5 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
| | | | | _ISOC99/XOPEN_SOURCE | ||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-02-28 | 1 | -1/+1 |
| | |||||
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -6/+6 |
| | | | | see what libpthread will do ... | ||||
* | make new regex code use __mempcpy | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | Correct regexec | Peter S. Mazinger | 2005-11-28 | 1 | -0/+2 |
| | |||||
* | Add new regex code from glibc, this is almost double size of the earlier ↵ | Peter S. Mazinger | 2005-11-28 | 1 | -0/+4335 |
one, but passes sed tests (and thus allows making sed shrink from 91k to 42k |