packaging: add libc_malloc_debug.so.0
[platform/upstream/glibc.git] / string /
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
2020-11-12 Siddhesh PoyarekarDon't use nested function in test-ffs
2020-11-12 Siddhesh PoyarekarUse __builtin___stpncpy_chk when available
2020-11-05 Siddhesh PoyarekarRemove __warn_memset_zero_len [BZ #25399]
2020-10-26 Jonny GrantAmend grammar and add a description
2020-09-24 H.J. Lustrcmp: Add a testcase for page boundary
2020-09-24 H.J. Lustrncmp: Add a testcase for page boundary [BZ #25933]
2020-09-07 Joseph MyersDisable -Wstringop-overread for some string tests
2020-09-07 Maciej W. Rozyckistring: Fix GCC 11 `-Werror=stringop-overread' error
2020-08-26 Raphael Moreira... string: test strncasecmp and strncpy near page boundaries
2020-07-13 Adhemerval Zanellastring: Make tst-strerror/tst-strsignal unsupported...
2020-07-08 Adhemerval Zanellastring: Move tst-strsignal tst-strerror to tests-container
2020-07-08 Florian Weimerstring: Fix prototype mismatch in sigabbrev_np, __sigde...
2020-07-07 Samuel Thibaulttst-strsignal: fix checking for RT signals support
2020-07-07 Adhemerval Zanellastring: Add strerrorname_np and strerrordesc_np
2020-07-07 Adhemerval Zanellastring: Add sigabbrev_np and sigdescr_np
2020-07-07 Adhemerval Zanellastring: Add strerror_l on test-strerror-errno
2020-07-07 Adhemerval Zanellastring: Add strerror, strerror_r, and strerror_l test
2020-07-07 Adhemerval Zanellastring: Add strsignal test
2020-07-07 Adhemerval Zanellastring: Simplify strerror_r
2020-07-07 Adhemerval Zanellastring: Use tls-internal on strerror_l
2020-07-07 Adhemerval Zanellastring: Implement strerror in terms of strerror_l
2020-07-07 Adhemerval Zanellastring: Remove old TLS usage on strsignal
2020-07-07 Adhemerval Zanellasignal: Move sys_errlist to a compat symbol
2020-07-07 Adhemerval Zanellasignal: Move sys_siglist to a compat symbol
2020-05-14 Florian Weimerstring: Fix string/tst-memmove-overflow to compile...
2020-05-13 Florian Weimerarm: XFAIL string/tst-memmove-overflow due to bug 25620
2020-05-12 Florian Weimerstring: Add string/tst-memmove-overflow, a test case...
2020-05-04 Martin Seborimprove out-of-bounds checking with GCC 10 attribute...
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-12-05 Kamlesh Kumar<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO...
2019-11-27 Stefan LieblerS390: Fix handling of needles crossing a page in strstr...
2019-10-30 Adhemerval ZanellaChange most internal uses of time to __clock_gettime.
2019-10-02 Alistair Francisstring/endian.h: Restore the __USE_MISC conditionals
2019-10-02 Joseph MyersDisable warnings in string/tester.c at top level.
2019-10-01 Alistair FrancisSplit up endian.h to minimize exposure of BYTE_ORDER.
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
next