aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-31string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-11-12Don't use nested function in test-ffsSiddhesh Poyarekar
2020-11-12Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar
2020-11-05Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar
2020-10-26Amend grammar and add a descriptionJonny Grant
2020-09-24strcmp: Add a testcase for page boundaryH.J. Lu
2020-09-24strncmp: Add a testcase for page boundary [BZ #25933]H.J. Lu
2020-09-07Disable -Wstringop-overread for some string testsJoseph Myers
2020-09-07string: Fix GCC 11 `-Werror=stringop-overread' errorMaciej W. Rozycki
2020-08-26string: test strncasecmp and strncpy near page boundariesRaphael Moreira Zinsly
2020-07-13string: Make tst-strerror/tst-strsignal unsupported if msgfmt is not installedAdhemerval Zanella
2020-07-08string: Move tst-strsignal tst-strerror to tests-containerAdhemerval Zanella
2020-07-08string: Fix prototype mismatch in sigabbrev_np, __sigdescr_npFlorian Weimer
2020-07-07tst-strsignal: fix checking for RT signals supportSamuel Thibault
2020-07-07string: Add strerrorname_np and strerrordesc_npAdhemerval Zanella
2020-07-07string: Add sigabbrev_np and sigdescr_npAdhemerval Zanella
2020-07-07string: Add strerror_l on test-strerror-errnoAdhemerval Zanella
2020-07-07string: Add strerror, strerror_r, and strerror_l testAdhemerval Zanella
2020-07-07string: Add strsignal testAdhemerval Zanella
2020-07-07string: Simplify strerror_rAdhemerval Zanella
2020-07-07string: Use tls-internal on strerror_lAdhemerval Zanella
2020-07-07string: Implement strerror in terms of strerror_lAdhemerval Zanella
2020-07-07string: Remove old TLS usage on strsignalAdhemerval Zanella
2020-07-07signal: Move sys_errlist to a compat symbolAdhemerval Zanella
2020-07-07signal: Move sys_siglist to a compat symbolAdhemerval Zanella
2020-05-14string: Fix string/tst-memmove-overflow to compile with GCC 7Florian Weimer
2020-05-13arm: XFAIL string/tst-memmove-overflow due to bug 25620Florian Weimer
2020-05-12string: Add string/tst-memmove-overflow, a test case for bug 25620Florian Weimer
2020-05-04improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]Martin Sebor
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-12-05<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar
2019-11-27S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella
2019-10-02string/endian.h: Restore the __USE_MISC conditionalsAlistair Francis
2019-10-02Disable warnings in string/tester.c at top level.Joseph Myers
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert
2019-08-21Don't use the argument to time.Zack Weinberg
2019-08-13Declare memccpy, strdup, strndup for C2X.Joseph Myers
2019-06-19Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler
2019-06-12Improve performance of memmemWilco Dijkstra
2019-06-12Improve performance of strstrWilco Dijkstra
2019-02-27Add some spaces before '('.Joseph Myers
2019-02-25Break more lines before not after operators.Joseph Myers
2019-02-22Break some lines before not after operators.Joseph Myers
2019-01-07Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno