Age | Commit message (Expand) | Author | Files | Lines |
2023-09-15 | string: Fix tester build with fortify enable with gcc < 12 | Mahesh Bodapati | 1 | -3/+8 |
2023-07-26 | string: Fix tester build with fortify enable with gcc 6 | Adhemerval Zanella Netto | 1 | -0/+9 |
2023-07-24 | string: Fix tester with fortify enabled | Adhemerval Zanella Netto | 1 | -4/+8 |
2023-07-24 | string: Fix bug-strncat1 with fortify enabled | Adhemerval Zanella Netto | 1 | -6/+8 |
2023-07-05 | Exclude routines from fortification | Frédéric Bérat | 1 | -0/+17 |
2023-06-15 | string: strerror must not return NULL (bug 30555) | Florian Weimer | 3 | -4/+87 |
2023-06-14 | Implement strlcpy and strlcat [BZ #178] | Florian Weimer | 8 | -0/+314 |
2023-06-02 | Fix all the remaining misspellings -- BZ 25337 | Paul Pluzhnikov | 9 | -9/+9 |
2023-04-21 | string: Add tests for strndup (BZ #30266) | Joe Simmons-Talbott | 2 | -0/+201 |
2023-04-21 | string: Add tests for strdup (BZ #30266) | Joe Simmons-Talbott | 2 | -0/+202 |
2023-04-21 | string: Allow use of test-string.h for non-ifunc implementations. | Joe Simmons-Talbott | 1 | -2/+2 |
2023-04-06 | <string.h>: Make strchrnul, strcasestr, memmem available by default | Florian Weimer | 1 | -3/+3 |
2023-03-02 | Fix stringop-overflow warning in test-strncat. | Stefan Liebler | 1 | -0/+1 |
2023-02-08 | string: Disable stack protector in early static initialization | Adhemerval Zanella | 1 | -0/+2 |
2023-02-08 | string: Add libc_hidden_proto for memrchr | Adhemerval Zanella | 1 | -0/+1 |
2023-02-08 | string: Add libc_hidden_proto for strchrnul | Adhemerval Zanella | 1 | -0/+1 |
2023-02-06 | string: Hook up the default implementation on test-strrchr | Adhemerval Zanella | 1 | -14/+24 |
2023-02-06 | string: Hook up the default implementation on test-memrchr | Adhemerval Zanella | 1 | -0/+7 |
2023-02-06 | string: Hook up the default implementation on test-memchr | Adhemerval Zanella | 1 | -11/+20 |
2023-02-06 | string: Hook up the default implementation on test-strcpy | Adhemerval Zanella | 1 | -10/+24 |
2023-02-06 | string: Hook up the default implementation on test-stpcpy | Adhemerval Zanella | 1 | -11/+21 |
2023-02-06 | string: Hook up the default implementation on test-strncmp | Adhemerval Zanella | 1 | -0/+16 |
2023-02-06 | string: Hook up the default implementation on test-strcmp | Adhemerval Zanella | 1 | -0/+22 |
2023-02-06 | string: Hook up the default implementation on test-strchr | Adhemerval Zanella | 1 | -15/+38 |
2023-02-06 | string: Hook up the default implementation on test-strnlen | Adhemerval Zanella | 1 | -11/+24 |
2023-02-06 | string: Hook up the default implementation on test-strlen | Adhemerval Zanella | 1 | -17/+14 |
2023-02-06 | string: Improve generic strrchr with memrchr and strlen | Adhemerval Zanella | 1 | -17/+1 |
2023-02-06 | string: Improve generic memrchr | Adhemerval Zanella | 1 | -157/+39 |
2023-02-06 | string: Improve generic strnlen with memchr | Adhemerval Zanella | 1 | -132/+5 |
2023-02-06 | string: Improve generic memchr | Adhemerval Zanella | 1 | -125/+51 |
2023-02-06 | string: Improve generic strcpy | Adhemerval Zanella | 1 | -1/+5 |
2023-02-06 | string: Improve generic stpcpy | Adhemerval Zanella | 1 | -6/+86 |
2023-02-06 | string: Improve generic strncmp | Adhemerval Zanella | 1 | -37/+101 |
2023-02-06 | string: Improve generic strcmp | Adhemerval Zanella | 1 | -16/+94 |
2023-02-06 | string: Improve generic strchr | Adhemerval Zanella | 1 | -156/+8 |
2023-02-06 | string: Improve generic strchrnul | Adhemerval Zanella | 1 | -133/+22 |
2023-02-06 | string: Improve generic strlen | Adhemerval Zanella | 1 | -70/+22 |
2023-02-06 | Parameterize OP_T_THRES from memcopy.h | Richard Henderson | 1 | -3/+0 |
2023-02-06 | Parameterize op_t from memcopy.h | Adhemerval Zanella | 1 | -1/+0 |
2023-02-06 | Replace rawmemchr (s, '\0') with strchr | Wilco Dijkstra | 1 | -1/+1 |
2023-01-31 | x86: Fix strncat-avx2.S reading past length [BZ #30065] | Noah Goldstein | 1 | -1/+24 |
2023-01-12 | string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444] | Adhemerval Zanella | 1 | -0/+24 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 143 | -143/+143 |
2022-11-08 | string: Add len=0 to {w}memcmp{eq} tests and benchtests | Noah Goldstein | 1 | -6/+10 |
2022-11-01 | configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases | Adhemerval Zanella | 1 | -0/+9 |
2022-10-28 | Use uintptr_t in string/tester for pointer alignment | Szabolcs Nagy | 1 | -6/+7 |
2022-10-18 | String: Improve test coverage for memchr | Sunil K Pandey | 1 | -0/+1 |
2022-10-10 | String: Improve test coverage for memchr | Sunil K Pandey | 1 | -2/+5 |
2022-09-28 | x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591] | Noah Goldstein | 1 | -29/+41 |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 2 | -3/+3 |