unistd.h: fix wrong type for gid_t argument
[musl] / include / string.h
2012-12-03 Rich Felkerfeature test macros: make _GNU_SOURCE enable everything
2012-10-16 Rich Felkeradd memmem function (gnu extension)
2012-09-14 Rich Felkerstrsep is BSD|GNU, not GNU-only; it's originally from BSD
2012-09-08 Rich Felkerdefault features: make musl usable without feature...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-05-23 Rich Felkersupport _BSD_SOURCE feature test macro
2012-05-11 Rich FelkerMerge remote-tracking branch 'nsz/master'
2012-05-09 Rich Felkeromit declaration of basename wrongly interpreted as...
2012-02-25 Rich Felkerreplace prototype for basename in string.h with non...
2012-02-07 Rich Felkerdeclare basename in string.h when _GNU_SOURCE is defined
2012-02-07 Rich Felkermore locale_t interfaces (string stuff) and header...
2011-09-12 Rich Felkeradd dummied strverscmp (obnoxious GNU function)
2011-04-26 Rich Felkerfunction signature fix: add const qualifier to mempcpy...
2011-04-26 Rich Felkertypo in prototype for mempcpy
2011-04-26 Rich Felkerprototype for mempcpy
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...
2011-04-06 Rich Felkerfix prototype for strsep
2011-03-30 Rich Felkeradd some missing prototypes for nonstandard functions...
2011-02-27 Rich Felkerfix missing prototype for strsignal
2011-02-24 Rich Felkerapply feature test protection to memccpy
2011-02-15 Rich Felkerprototype for gnu strcasestr (currently a stub)
2011-02-15 Rich Felkermore header cleanup and conformance fixes - string.h
2011-02-12 Rich Felkerinitial check-in, version 0.5.0