about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
...
* string: Work around GCC PR 98512 in rawmemchrFlorian Weimer2021-02-191-11/+15
* strchr: Add additional benchmarks and testsnoah2021-02-081-1/+25
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02139-139/+139
* string: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-312-13/+22
* treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2020-12-111-1/+1
* Don't use nested function in test-ffsSiddhesh Poyarekar2020-11-121-22/+14
* Use __builtin___stpncpy_chk when availableSiddhesh Poyarekar2020-11-121-1/+8
* Remove __warn_memset_zero_len [BZ #25399]Siddhesh Poyarekar2020-11-051-15/+0
* Amend grammar and add a descriptionJonny Grant2020-10-261-3/+4
* strcmp: Add a testcase for page boundaryH.J. Lu2020-09-241-0/+33
* strncmp: Add a testcase for page boundary [BZ #25933]H.J. Lu2020-09-241-0/+33
* Disable -Wstringop-overread for some string testsJoseph Myers2020-09-072-0/+11
* string: Fix GCC 11 `-Werror=stringop-overread' errorMaciej W. Rozycki2020-09-071-0/+4
* string: test strncasecmp and strncpy near page boundariesRaphael Moreira Zinsly2020-08-262-0/+78
* 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