Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |