44 Commits (9a97d103fba259f3f789c143d97d7f22d392429b)

Author SHA1 Message Date
Rich Felker 926272ddff optimized memset asm for i386 and x86_64 13 years ago
Rich Felker c713d87978 fix a couple misleading/wrong signal descriptions in strsignal 13 years ago
Rich Felker c90fa2ace7 add realtime signals to strsignal 13 years ago
Rich Felker 8599822ee1 fix off-by-one array bound in strsignal 13 years ago
Isaac Dunham 14f0272ea1 Add ABI compatability aliases. 13 years ago
Rich Felker 5afc74fbaa fix integer type issue in strverscmp 13 years ago
Rich Felker 4853c1f7f7 implement non-stub strverscmp 13 years ago
Rich Felker e864ddc368 replace stub with working strcasestr 13 years ago
Rich Felker 330fd96213 fix wrong return value from wmemmove on forward copies 13 years ago
Rich Felker 820fccdefe fix alignment logic in strlcpy 14 years ago
Rich Felker 838951c97e simplify logic in stpcpy; avoid copying first aligned byte twice 14 years ago
Rich Felker c86f2974e2 add memmem function (gnu extension) 14 years ago
Rich Felker 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match 14 years ago
Rich Felker 3f9ff1514e slightly cleaner strlen, also seems to compile to better code 14 years ago
Rich Felker 2bf469310d asm for memmove on i386 and x86_64 14 years ago
Rich Felker 1701e4f3d4 reenable word-at-at-time copying in memmove 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker bac03cdde1 remove dependency of wmemmove on wmemcpy direction 14 years ago
Rich Felker 594318fd3d remove dependency of memmove on memcpy direction 14 years ago
Rich Felker aaa9eb5101 memcpy asm for i386 and x86_64 14 years ago
Rich Felker f997e224fc remove unused but buggy code from strstr.c 14 years ago
Rich Felker 35c16933f0 remove buggy short-string wcsstr implementation; always use twoway 14 years ago
Rich Felker 970ef6a124 optimize mempcpy to minimize need for data saved across the call 14 years ago
Rich Felker f313a16224 make strerror_r behave nicer on failure 14 years ago
Rich Felker 054ba18599 fix overrun (n essentially ignored) in wcsncmp 14 years ago
Rich Felker aefd0f69bd fix failure of strrchr(str, 0) 14 years ago
Rich Felker e0614f7cd4 add all missing wchar functions except floating point parsers 14 years ago
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