about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
...
* Parameterize op_t from memcopy.hAdhemerval Zanella2023-02-061-1/+0
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-1/+1
* x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein2023-01-311-1/+24
* string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]Adhemerval Zanella2023-01-121-0/+24
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06143-143/+143
* string: Add len=0 to {w}memcmp{eq} tests and benchtestsNoah Goldstein2022-11-081-6/+10
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+9
* Use uintptr_t in string/tester for pointer alignmentSzabolcs Nagy2022-10-281-6/+7
* String: Improve test coverage for memchrSunil K Pandey2022-10-181-0/+1
* String: Improve test coverage for memchrSunil K Pandey2022-10-101-2/+5
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-09-281-29/+41
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-222-3/+3
* x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein2022-06-081-1/+56
* string.h: Fix boolean spelling in commentsH.J. Lu2022-06-031-1/+1
* String: Improve overflow test coverage for strnlenSunil K Pandey2022-05-251-0/+2
* string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich2022-05-231-1/+1
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-132-5/+5
* string: Replace outdated comments in strlen().Ricardo Bittencourt2022-04-091-11/+5
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-0625-230/+43
* test-memcpy: Actually reverse source and destinationSiddhesh Poyarekar2022-04-061-22/+24
* Increase the test timeout of some string testsSzabolcs Nagy2022-04-012-0/+2
* string: Expand page cross test cases in test-strncmp.cNoah Goldstein2022-03-251-1/+26
* string: Expand page cross test cases in test-strcmp.cNoah Goldstein2022-03-251-1/+14
* string: Expand page cross tests in test-strncasecmp.cNoah Goldstein2022-03-251-12/+154
* string: Expand page cross tests in test-strcasecmp.cNoah Goldstein2022-03-251-12/+100
* ia64: Remove bzero optimizationAdhemerval Zanella2022-02-231-2/+2
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2022-02-161-0/+23
* String: Strength memset tests in test-memset.cNoah Goldstein2022-02-151-15/+21
* String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein2022-02-112-16/+16
* string: Sort headers, routines, tests and tests-translationH.J. Lu2022-02-051-44/+166
* string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein2022-02-032-21/+306
* string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein2022-02-032-69/+0
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-3/+5
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01143-143/+143
* String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin2021-12-071-2/+3
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2021-12-031-0/+28
* String: Split memcpy tests so that parallel build is fasterNoah Goldstein2021-11-104-298/+367
* test-memcpy.c: Double TIMEOUT to (8 * 60)H.J. Lu2021-11-072-1/+4
* string: Make tests birdirectional test-memcpy.cNoah Goldstein2021-11-062-28/+214
* String: Add __memcmpeq as build targetNoah Goldstein2021-10-272-1/+25
* String: Add tests for __memcmpeqNoah Goldstein2021-10-263-14/+45
* String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein2021-10-261-0/+1
* String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein2021-10-264-0/+38
* Correct access attribute on memfrob (bug 28475)Joseph Myers2021-10-201-1/+1
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-202-3/+4
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0361-71/+0
* Fix error message in memmove test to display correct src pointerSunil K Pandey2021-08-261-1/+1
* Update string/test-memmove.c to cover 16KB copyH.J. Lu2021-08-201-0/+48
* tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar2021-07-281-2/+3