getopt: fix null pointer arithmetic ub
[musl] / src / string /
2023-02-12 Gabriel Ravierfix return value of wcs{,n}cmp for extreme wchar_t...
2022-11-08 Rich Felkerfix strverscmp comparison of digit sequence with non...
2020-12-09 Rich Felkerfix misleading comment in strstr
2020-06-26 Rich Felkeradd optimized aarch64 memcpy and memset
2020-06-25 Andre McCurdyadd big-endian support to ARM assembler memcpy
2020-05-21 Rich Felkerhandle possibility that SIGEMT replaces SIGSTKFLT in...
2020-05-01 Rich Felkerfix undefined behavior from signed overflow in strstr...
2020-03-20 Alexander Monakovremove redundant condition in memccpy
2020-01-16 Andre McCurdyadd thumb2 support to arm assembler memcpy
2018-12-02 Quentin Rameaufix memccpy to not access buffer past given size
2018-11-08 Rich Felkeroptimize two-way strstr and memmem bad character shift
2018-11-02 Rich Felkerremove commented-out debug printf from strstr
2018-11-02 Rich Felkerfix spuriously slow check in twoway strstr/memmem cores
2018-09-26 Rich Felkerfix aliasing-based undefined behavior in string functions
2018-09-23 Rich Felkeroptimize nop case of wmemmove
2018-09-23 Rich Felkerfix undefined pointer comparison in wmemmove
2018-09-23 Rich Felkerfix undefined pointer comparison in memmove
2018-09-12 Rich Felkerreduce spurious inclusion of libc.h
2018-09-12 Rich Felkerremove or make static various unused __-prefixed symbols
2018-09-12 Rich Felkeroverhaul internally-public declarations using wrapper...
2018-09-12 Rich Felkerremove unused code from strcpy.c
2018-07-02 Alexander Monakovoptimize explicit_bzero for size
2018-06-26 David Carlieradd explicit_bzero implementation
2017-09-04 Alexander Monakovfix OOB reads in Xbyte_memmem
2017-08-29 Rich Felkerfix undefined behavior in memset due to missing sequenc...
2017-06-22 Szabolcs Nagyfix arm run-time abi string functions
2016-12-18 Rich Felkerdisable use of arm memcpy asm if building as thumb...
2016-04-01 Rich Felkerfix read past end of haystack buffer for short needles...
2016-01-22 Rich Felkermove arm-specific translation units out of arch/arm...
2016-01-20 Rich Felkeradapt build of arm memcpy asm not to use .sub files
2015-11-10 Rich Felkerremove non-working pre-armv4t support from arm asm
2015-11-05 Rich Felkerconvert arm memcpy asm to UAL, remove .word hacks
2015-06-23 Rich Felkerreimplement strverscmp to fix corner cases
2015-04-19 Rich Felkerremove potentially PIC-incompatible relocations from...
2015-04-19 Rich Felkerremove the last of possible-textrels from i386 asm
2015-02-26 Rich Felkeroverhaul optimized x86_64 memset asm
2015-02-26 Rich Felkeroverhaul optimized i386 memset asm
2015-02-10 Denys Vlasenkox86_64/memset: avoid performing final store twice
2015-02-10 Denys Vlasenkox86_64/memset: simple optimizations
2014-11-23 Rich Felkerfix tabs/spaces in memcpy.s
2014-11-23 Rich Felkerfix build regression in arm asm for memcpy
2014-11-23 Joakim Sindholtarm assembly changes for clang compatibility
2014-10-04 Rich Felkerfix handling of odd lengths in swab function
2014-07-26 Rich Felkeradd support for LC_TIME and LC_MESSAGES translations
2014-07-03 Rich Felkerconsolidate str[n]casecmp_l into str[n]casecmp source...
2014-06-19 Rich Felkerfix incorrect comparison loop condition in memmem
2014-04-18 Rich Felkerfix false negatives with periodic needles in strstr...
2014-04-10 Timo Teräsfix search past the end of haystack in memmem
2013-12-12 Szabolcs Nagyinclude cleanups: remove unused headers and add feature...
2013-11-23 Michael Forneystrcmp: Remove unnecessary check for *r
2013-08-28 Rich Felkeroptimized C memcpy
2013-08-27 Rich Felkeroptimized C memset
2013-08-14 Rich Felkeradd arm-optimized memcpy implementation from bionic...
2013-08-02 Rich Felkeroptimized memset asm for i386 and x86_64
2013-07-09 Rich Felkerfix a couple misleading/wrong signal descriptions in...
2013-07-09 Rich Felkeradd realtime signals to strsignal
2013-07-09 Rich Felkerfix off-by-one array bound in strsignal
2013-04-06 Isaac DunhamAdd ABI compatability aliases.
2013-02-26 Rich Felkerfix integer type issue in strverscmp
2013-02-26 Rich Felkerimplement non-stub strverscmp
2013-02-22 Rich Felkerreplace stub with working strcasestr
2013-02-22 Rich Felkerfix wrong return value from wmemmove on forward copies
2012-12-27 Rich Felkerfix alignment logic in strlcpy
2012-10-22 Rich Felkersimplify logic in stpcpy; avoid copying first aligned...
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