about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-241-23/+41
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2022-01-273-3/+130
* test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2022-01-271-0/+30
* test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2022-01-271-1/+3
* Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar2020-11-101-15/+0
* string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installedAdhemerval Zanella2020-07-133-1/+14
* string: Move tst-strsignal tst-strerror to tests-containerAdhemerval Zanella2020-07-081-1/+3
* string: Fix prototype mismatch in sigabbrev_np, __sigdescr_npFlorian Weimer2020-07-082-2/+2
* tst-strsignal: fix checking for RT signals supportSamuel Thibault2020-07-071-4/+8
* string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella2020-07-075-1/+61
* string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella2020-07-077-9/+134
* string: Add strerror_l on test-strerror-errnoAdhemerval Zanella2020-07-071-0/+5
* string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella2020-07-072-1/+78
* string: Add strsignal testAdhemerval Zanella2020-07-072-2/+61
* string: Simplify strerror_rAdhemerval Zanella2020-07-071-39/+2
* string: Use tls-internal on strerror_lAdhemerval Zanella2020-07-071-15/+6
* string: Implement strerror in terms of strerror_lAdhemerval Zanella2020-07-072-25/+12
* string: Remove old TLS usage on strsignalAdhemerval Zanella2020-07-071-91/+21
* signal: Move sys_errlist to a compat symbolAdhemerval Zanella2020-07-073-16/+7
* signal: Move sys_siglist to a compat symbolAdhemerval Zanella2020-07-071-1/+1
* string: Fix string/tst-memmove-overflow to compile with GCC 7Florian Weimer2020-05-141-2/+2
* arm: XFAIL string/tst-memmove-overflow due to bug 25620Florian Weimer2020-05-131-2/+21
* string: Add string/tst-memmove-overflow, a test case for bug 25620Florian Weimer2020-05-122-1/+156
* improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor2020-05-042-14/+24
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01131-131/+131
* <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2019-12-051-1/+2
* S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler2019-11-271-6/+35
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-2/+2
* string/endian.h: Restore the __USE_MISC conditionalsAlistair Francis2019-10-021-5/+7
* Disable warnings in string/tester.c at top level.Joseph Myers2019-10-021-114/+14
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-013-34/+57
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07130-130/+130
* Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra2019-08-302-6/+10
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-231-1/+1
* Don't use the argument to time.Zack Weinberg2019-08-211-1/+1
* Declare memccpy, strdup, strndup for C2X.Joseph Myers2019-08-131-3/+3
* Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler2019-06-192-2/+4
* Improve performance of memmemWilco Dijkstra2019-06-121-42/+85
* Improve performance of strstrWilco Dijkstra2019-06-122-51/+123
* Add some spaces before '('.Joseph Myers2019-02-275-19/+19
* Break more lines before not after operators.Joseph Myers2019-02-252-6/+6
* Break some lines before not after operators.Joseph Myers2019-02-222-6/+6
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-072-0/+67
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01129-129/+129
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2018-09-193-4/+36
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2018-08-281-0/+4
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2018-08-032-45/+35
* Fix string/tst-xbzero-opt if build with gcc head.Stefan Liebler2018-07-261-0/+15
* Add <bits/indirect-return.h>H.J. Lu2018-07-241-1/+9