summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2026-02-18elf: Use dl-symbol-redir-ifunc.h instead _dl_strlenAdhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-27Define C23 header version macrosJoseph Myers
2025-11-21Enable --enable-fortify-source with clangAdhemerval Zanella
2025-11-20Implement C23 const-preserving standard library macrosJoseph Myers
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-01Implement C23 memset_explicit (bug 32378)Joseph Myers
2025-05-16Remove <libc-tsd.h>Florian Weimer
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-23string: Suppress Clang warnings on tester.cH.J. Lu
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella
2024-12-23Fix build without stack protector [BZ #32494]H.J. Lu
2024-12-22Add include/libc-misc.hH.J. Lu
2024-12-18Hide memset/bzero from compilerH.J. Lu
2024-12-14tester.c: Use -Wmemset-transposed-args for GCC 5 or newerH.J. Lu
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-08-19string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)Florian Weimer
2024-08-15x86: Fix bug in strchrnul-evex512 [BZ #32078]Noah Goldstein
2024-08-01Enhanced test coverage for strncmp, wcsncmpFlorian Weimer
2024-08-01Enhance test coverage for strnlen, wcsnlenFlorian Weimer
2024-04-11wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella
2024-04-11wcsmbs: Add test-wcsstrAdhemerval Zanella
2024-02-27string: Improve fortify with clangAdhemerval Zanella
2024-02-05Fix stringop-overflow warning in tst-strlcat2.Stefan Liebler
2024-02-01string: Use builtins for ffs and ffsllAdhemerval Zanella Netto
2024-02-01Refer to C23 in place of C2X in glibcJoseph Myers
2024-01-23string: Disable stack protector for memset in early static initializationAdhemerval Zanella
2024-01-01string: Add additional output in test-strchr failureNoah Goldstein
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-31string: Add internal memswap implementationAdhemerval Zanella
2023-10-17Add strlcat/wcslcat testcase.Sunil K Pandey
2023-10-17Add strlcpy/wcslcpy testcaseSunil K Pandey
2023-08-18string: Fix tester build with fortify enable with gcc < 12Mahesh Bodapati
2023-07-26string: Fix tester build with fortify enable with gcc 6Adhemerval Zanella Netto
2023-07-24string: Fix tester with fortify enabledAdhemerval Zanella Netto
2023-07-24string: Fix bug-strncat1 with fortify enabledAdhemerval Zanella Netto
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-15string: strerror must not return NULL (bug 30555)Florian Weimer
2023-06-14Implement strlcpy and strlcat [BZ #178]Florian Weimer
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-04-21string: Add tests for strndup (BZ #30266)Joe Simmons-Talbott
2023-04-21string: Add tests for strdup (BZ #30266)Joe Simmons-Talbott
2023-04-21string: Allow use of test-string.h for non-ifunc implementations.Joe Simmons-Talbott
2023-04-06<string.h>: Make strchrnul, strcasestr, memmem available by defaultFlorian Weimer
2023-03-02Fix stringop-overflow warning in test-strncat.Stefan Liebler
2023-02-08string: Disable stack protector in early static initializationAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strrchrAdhemerval Zanella