fix wide scanf's handling of input failure on %c, and simplify %[
[musl] / src / string /
2012-03-02 Rich Felkeradd all missing wchar functions except floating point...
2011-09-12 Rich Felkeradd dummied strverscmp (obnoxious GNU function)
2011-06-13 Rich Felkerfix wrong type for wcsrchr argument 2
2011-05-23 Rich Felkerfix strncat and wcsncat (double null termination)
2011-05-23 Rich Felkerfix wcsncpy writing past end of buffer
2011-04-26 Rich Felkerfunction signature fix: add const qualifier to mempcpy...
2011-04-13 Rich Felkerimplement memrchr (nonstandard) and optimize strrchr...
2011-04-07 Rich Felkerfix misplaced *'s in string functions (harmless)
2011-04-06 Rich Felkerfix prototype for strsep
2011-04-05 Rich Felkerfix misaligned read on early string termination in...
2011-04-03 Rich Felkerfix serious bug in strchr - char signedness
2011-03-25 Rich Felkerfix all implicit conversion between signed/unsigned...
2011-03-18 Rich Felkerfix broken wmemchr (unbounded search)
2011-02-27 Rich Felkerfix missing prototype for strsignal
2011-02-24 Rich Felkeradd implementation of memccpy function
2011-02-24 Rich Felkerfix backwards conditional in stpncpy
2011-02-15 Rich Felkermore header cleanup and conformance fixes - string.h
2011-02-12 Rich Felkerinitial check-in, version 0.5.0