aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
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
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-09-19Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra
2018-08-28Speedup first memmem matchRajalakshmi Srinivasaraghavan
2018-08-03Simplify and speedup strstr/strcasestr first matchWilco Dijkstra
2018-07-26Fix string/tst-xbzero-opt if build with gcc head.Stefan Liebler
2018-07-24Add <bits/indirect-return.h>H.J. Lu
2018-07-16Improve strstr performanceWilco Dijkstra
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer
2018-06-20Fix tst-cmp.c build with GCC mainline.Joseph Myers
2018-06-20Fix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline.Joseph Myers
2018-06-14Ignore -Wrestrict for one strncat test.Joseph Myers
2018-05-23Add a test case for [BZ #23196]H.J. Lu