Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | regex: remove useless casts on allocations; | Denis Vlasenko | 2008-12-26 | 1 | -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 whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -3/+3 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-02-28 | 1 | -3/+3 |
| | |||||
* | make regex a little bit smaller | Peter S. Mazinger | 2006-01-30 | 1 | -2/+2 |
| | |||||
* | Apply patch used in sed for malloc(0) | Peter S. Mazinger | 2006-01-11 | 1 | -2/+3 |
| | |||||
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 1 | -2/+2 |
| | |||||
* | Add new regex code from glibc, this is almost double size of the earlier ↵ | Peter S. Mazinger | 2005-11-28 | 1 | -0/+1645 |
one, but passes sed tests (and thus allows making sed shrink from 91k to 42k |