Rich Felker
a6540174be
add dummied strverscmp (obnoxious GNU function)
...
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.
2011-09-11 22:45:56 -04:00
Rich Felker
b5b41212a6
function signature fix: add const qualifier to mempcpy src arg
2011-04-26 12:28:41 -04:00
Rich Felker
32e2c468ba
typo in prototype for mempcpy
2011-04-26 08:42:55 -04:00
Rich Felker
d179807f6b
prototype for mempcpy
2011-04-26 08:41:54 -04:00
Rich Felker
6597f9ac13
implement memrchr (nonstandard) and optimize strrchr in terms of it
2011-04-13 08:36:29 -04:00
Rich Felker
1fee6186fe
fix prototype for strsep
2011-04-06 14:28:29 -04:00
Rich Felker
a5323c5768
add some missing prototypes for nonstandard functions (strsep, clearenv)
2011-03-30 14:14:26 -04:00
Rich Felker
2a195dd31c
fix missing prototype for strsignal
2011-02-26 23:50:26 -05:00
Rich Felker
73d310e1d2
apply feature test protection to memccpy
2011-02-24 12:36:04 -05:00
Rich Felker
26f3551419
prototype for gnu strcasestr (currently a stub)
2011-02-15 16:08:19 -05:00
Rich Felker
ca1aa5bae9
more header cleanup and conformance fixes - string.h
2011-02-14 20:53:15 -05:00
Rich Felker
0b44a0315b
initial check-in, version 0.5.0
2011-02-12 00:22:29 -05:00