Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add dummied strverscmp (obnoxious GNU function) | Rich Felker | 2011-09-11 | 1 | -0/+1 |
| | | | | | | programs that use this tend to horribly botch international text support, so it's questionable whether we want to support it even in the long term... for now, it's just a dummy that calls strcmp. | ||||
* | function signature fix: add const qualifier to mempcpy src arg | Rich Felker | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | typo in prototype for mempcpy | Rich Felker | 2011-04-26 | 1 | -1/+1 |
| | |||||
* | prototype for mempcpy | Rich Felker | 2011-04-26 | 1 | -0/+1 |
| | |||||
* | implement memrchr (nonstandard) and optimize strrchr in terms of it | Rich Felker | 2011-04-13 | 1 | -0/+1 |
| | |||||
* | fix prototype for strsep | Rich Felker | 2011-04-06 | 1 | -1/+1 |
| | |||||
* | add some missing prototypes for nonstandard functions (strsep, clearenv) | Rich Felker | 2011-03-30 | 1 | -0/+1 |
| | |||||
* | fix missing prototype for strsignal | Rich Felker | 2011-02-26 | 1 | -0/+1 |
| | |||||
* | apply feature test protection to memccpy | Rich Felker | 2011-02-24 | 1 | -1/+4 |
| | |||||
* | prototype for gnu strcasestr (currently a stub) | Rich Felker | 2011-02-15 | 1 | -0/+1 |
| | |||||
* | more header cleanup and conformance fixes - string.h | Rich Felker | 2011-02-14 | 1 | -7/+12 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+72 |