]> git.ipfire.org Git - thirdparty/glibc.git/history - string
Regenerate libc.pot
[thirdparty/glibc.git] / string /
2023-07-05  Frédéric BératExclude routines from fortification
2023-06-15  Florian Weimerstring: strerror must not return NULL (bug 30555)
2023-06-14  Florian WeimerImplement strlcpy and strlcat [BZ #178]
2023-06-02  Paul PluzhnikovFix all the remaining misspellings -- BZ 25337
2023-04-21  Joe Simmons-Talbottstring: Add tests for strndup (BZ #30266)
2023-04-21  Joe Simmons-Talbottstring: Add tests for strdup (BZ #30266)
2023-04-21  Joe Simmons-Talbottstring: Allow use of test-string.h for non-ifunc implem...
2023-04-06  Florian Weimer<string.h>: Make strchrnul, strcasestr, memmem availabl...
2023-03-02  Stefan LieblerFix stringop-overflow warning in test-strncat.
2023-02-08  Adhemerval Zanellastring: Disable stack protector in early static initial...
2023-02-08  Adhemerval Zanellastring: Add libc_hidden_proto for memrchr
2023-02-08  Adhemerval Zanellastring: Add libc_hidden_proto for strchrnul
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Hook up the default implementation on test...
2023-02-06  Adhemerval Zanellastring: Improve generic strrchr with memrchr and strlen
2023-02-06  Adhemerval Zanellastring: Improve generic memrchr
2023-02-06  Adhemerval Zanellastring: Improve generic strnlen with memchr
2023-02-06  Adhemerval Zanellastring: Improve generic memchr
2023-02-06  Adhemerval Zanellastring: Improve generic strcpy
2023-02-06  Adhemerval Zanellastring: Improve generic stpcpy
2023-02-06  Adhemerval Zanellastring: Improve generic strncmp
2023-02-06  Adhemerval Zanellastring: Improve generic strcmp
2023-02-06  Adhemerval Zanellastring: Improve generic strchr
2023-02-06  Adhemerval Zanellastring: Improve generic strchrnul
2023-02-06  Adhemerval Zanellastring: Improve generic strlen
2023-02-06  Richard HendersonParameterize OP_T_THRES from memcopy.h
2023-02-06  Adhemerval ZanellaParameterize op_t from memcopy.h
2023-02-06  Wilco DijkstraReplace rawmemchr (s, '\0') with strchr
2023-02-01  Noah Goldsteinx86: Fix strncat-avx2.S reading past length [BZ #30065]
2023-01-12  Adhemerval Zanellastring: Suppress -Wmaybe-unitialized for wordcopy ...
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-09  Noah Goldsteinstring: Add len=0 to {w}memcmp{eq} tests and benchtests
2022-11-01  Adhemerval Zanellaconfigure: Use -Wno-ignored-attributes if compiler...
2022-10-28  Szabolcs NagyUse uintptr_t in string/tester for pointer alignment
2022-10-18  Sunil K PandeyString: Improve test coverage for memchr
2022-10-10  Sunil K PandeyString: Improve test coverage for memchr
2022-09-29  Noah Goldsteinx86: Fix wcsnlen-avx2 page cross length comparison...
2022-09-22  Adhemerval Zanella... Use '%z' instead of '%Z' on printf functions
2022-06-09  Noah Goldsteinx86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
2022-06-03  H.J. Lustring.h: Fix boolean spelling in comments
2022-05-25  Sunil K PandeyString: Improve overflow test coverage for strnlen
2022-05-23  Sergei Trofimovichstring.h: fix __fortified_attr_access macro call [BZ...
2022-04-14  Noah GoldsteinReplace {u}int_fast{16|32} with {u}int32_t
2022-04-09  Ricardo Bittencourtstring: Replace outdated comments in strlen().
2022-04-06  Siddhesh Poyarekartests/string: Drop simple/stupid/builtin tests
2022-04-06  Siddhesh Poyarekartest-memcpy: Actually reverse source and destination
2022-04-01  Szabolcs NagyIncrease the test timeout of some string tests
2022-03-25  Noah Goldsteinstring: Expand page cross test cases in test-strncmp.c
2022-03-25  Noah Goldsteinstring: Expand page cross test cases in test-strcmp.c
2022-03-25  Noah Goldsteinstring: Expand page cross tests in test-strncasecmp.c
2022-03-25  Noah Goldsteinstring: Expand page cross tests in test-strcasecmp.c
2022-02-23  Adhemerval Zanellaia64: Remove bzero optimization
2022-02-17  H.J. Lustring: Add a testcase for wcsncmp with SIZE_MAX [BZ...
2022-02-16  Noah Goldsteinx86: Fix bug in strncmp-evex and strncmp-avx2 [BZ ...
2022-02-15  Noah GoldsteinString: Strength memset tests in test-memset.c
2022-02-11  Noah GoldsteinString: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'
2022-02-06  H.J. Lustring: Sort headers, routines, tests and tests-translation
2022-02-03  Noah Goldsteinstring: Improve coverage in test-strcmp.c and test...
2022-02-03  Noah Goldsteinstring/test-str*cmp: remove stupid_[strcmp, strncmp...
2022-01-12  Siddhesh Poyarekardebug: Synchronize feature guards in fortified function...
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-12-08  John David AnglinString: test-memcpy used unaligned types for buffers...
2021-12-04  Noah Goldsteinx86-64: Use notl in EVEX strcmp [BZ #28646]
2021-11-11  Noah GoldsteinString: Split memcpy tests so that parallel build is...
2021-11-07  H.J. Lutest-memcpy.c: Double TIMEOUT to (8 * 60)
2021-11-06  Noah Goldsteinstring: Make tests birdirectional test-memcpy.c
2021-10-27  Noah GoldsteinString: Add __memcmpeq as build target
2021-10-26  Noah GoldsteinString: Add tests for __memcmpeq
2021-10-26  Noah GoldsteinString: Add hidden defs for __memcmpeq() to enable...
2021-10-26  Noah GoldsteinString: Add support for __memcmpeq() ABI on all targets
2021-10-20  Joseph MyersCorrect access attribute on memfrob (bug 28475)
2021-10-20  Siddhesh PoyarekarDon't add access size hints to fortifiable functions
2021-09-03  Siddhesh PoyarekarRemove "Contributed by" lines
2021-08-26  Sunil K PandeyFix error message in memmove test to display correct...
2021-08-20  H.J. LuUpdate string/test-memmove.c to cover 16KB copy
2021-07-28  Siddhesh Poyarekartests: use xmalloc to allocate implementation array
2021-06-24  Noah GoldsteinString: Add three more overflow tests cases to test...
2021-06-23  Noah GoldsteinString: Add overflow tests for strnlen, memchr, and...
2021-06-03  Sunil K PandeyImprove test coverage of strnlen function
2021-06-03  Florian Weimerdlfcn: Cleanups after -ldl is no longer required
2021-06-02  Sunil K PandeyImprove test coverage of strlen function
2021-05-19  Noah Goldsteinx86: Expand bench-memcmp.c and test-memcmp.c
2021-04-20  H.J. LuReindent string/test-memmove.c
2021-04-19  Noah Goldsteinx86: Expand test-memset.c and bench-memset.c
2021-04-16  noahx86: Expanding test-memmove.c, test-memcpy.c, bench...
2021-03-27  H.J. Lutest-strnlen.c: Check that strnlen won't go beyond...
2021-03-27  H.J. Lutest-strnlen.c: Initialize wchar_t string with wmemset...
2021-02-19  Florian Weimerstring: Work around GCC PR 98512 in rawmemchr
2021-02-08  noahstrchr: Add additional benchmarks and tests
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-12-31  Siddhesh Poyarekarstring: Enable __FORTIFY_LEVEL=3
2020-12-11  Dmitry V. Levintreewide: fix incorrect spelling of indices in comments
next