17 Commits (e5d78fe8df9bd61940abcd98ad07ed69b7da4350)

Author SHA1 Message Date
Rich Felker a6540174be add dummied strverscmp (obnoxious GNU function) 15 years ago
Rich Felker 73d2fde119 fix wrong type for wcsrchr argument 2 15 years ago
Rich Felker 86339bc4ba fix strncat and wcsncat (double null termination) 15 years ago
Rich Felker e98136207a fix wcsncpy writing past end of buffer 15 years ago
Rich Felker b5b41212a6 function signature fix: add const qualifier to mempcpy src arg 15 years ago
Rich Felker 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it 15 years ago
Rich Felker cb8dff2149 fix misplaced *'s in string functions (harmless) 15 years ago
Rich Felker 1fee6186fe fix prototype for strsep 15 years ago
Rich Felker 16675df793 fix misaligned read on early string termination in strchr 15 years ago
Rich Felker c68b26369e fix serious bug in strchr - char signedness 15 years ago
Rich Felker 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers 15 years ago
Rich Felker a012aa879f fix broken wmemchr (unbounded search) 15 years ago
Rich Felker 2a195dd31c fix missing prototype for strsignal 15 years ago
Rich Felker b8ff2aaabb add implementation of memccpy function 15 years ago
Rich Felker 9f19b3ec8d fix backwards conditional in stpncpy 15 years ago
Rich Felker ca1aa5bae9 more header cleanup and conformance fixes - string.h 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago