fix usage of locks with vfork
[musl] / src / string /
2012-10-16 Rich Felkeradd memmem function (gnu extension)
2012-09-27 Rich Felkeroptimize strchrnul/strcspn not to scan string twice...
2012-09-27 Rich Felkerslightly cleaner strlen, also seems to compile to bette...
2012-09-10 Rich Felkerasm for memmove on i386 and x86_64
2012-09-10 Rich Felkerreenable word-at-at-time copying in memmove
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-09-07 Rich Felkerremove dependency of wmemmove on wmemcpy direction
2012-09-07 Rich Felkerremove dependency of memmove on memcpy direction
2012-08-14 Rich FelkerMerge remote-tracking branch 'nsz/exp'
2012-08-12 Rich Felkermemcpy asm for i386 and x86_64
2012-08-11 Rich Felkerremove unused but buggy code from strstr.c
2012-08-11 Rich Felkerremove buggy short-string wcsstr implementation; always...
2012-08-01 Rich Felkeroptimize mempcpy to minimize need for data saved across...
2012-06-20 Rich Felkermake strerror_r behave nicer on failure
2012-05-26 Rich Felkerfix overrun (n essentially ignored) in wcsncmp
2012-05-26 Rich Felkerfix failure of strrchr(str, 0)
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