x86-64: Define __memcmpeq in ld.so
[platform/upstream/glibc.git] / string /
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
2019-08-30 Wilco DijkstraUse generic memset/memcpy/memmove in benchtests
2019-08-23 Paul EggertFix spellings of contributor names in comments and doc
2019-08-21 Zack WeinbergDon't use the argument to time.
2019-08-13 Joseph MyersDeclare memccpy, strdup, strndup for C2X.
2019-06-19 Stefan LieblerFix gcc 9 build errors for make xcheck. [BZ #24556]
2019-06-12 Wilco DijkstraImprove performance of memmem
2019-06-12 Wilco DijkstraImprove performance of strstr
2019-02-27 Joseph MyersAdd some spaces before '('.
2019-02-25 Joseph MyersBreak more lines before not after operators.
2019-02-22 Joseph MyersBreak some lines before not after operators.
2019-01-07 Aurelien JarnoOnly build libm with -fno-math-errno (bug 24024)
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-09-19 Wilco DijkstraFix strstr bug with huge needles (bug 23637)
2018-08-28 Rajalakshmi Sriniv... Speedup first memmem match
2018-08-03 Wilco DijkstraSimplify and speedup strstr/strcasestr first match
2018-07-26 Stefan LieblerFix string/tst-xbzero-opt if build with gcc head.
2018-07-24 H.J. LuAdd <bits/indirect-return.h>
2018-07-16 Wilco DijkstraImprove strstr performance
2018-06-30 Carlos O'Donelllibc: Extend __libc_freeres framework (Bug 23329).
2018-06-26 Florian WeimerRun thread shutdown functions in an explicit order
2018-06-20 Joseph MyersFix tst-cmp.c build with GCC mainline.
2018-06-20 Joseph MyersFix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline.
2018-06-14 Joseph MyersIgnore -Wrestrict for one strncat test.
2018-05-23 H.J. LuAdd a test case for [BZ #23196]
2018-05-23 Andreas SchwabDon't write beyond destination in __mempcpy_avx512_no_v...
2018-03-23 Andrew SenkevichFix i386 memmove issue (bug 22644).
2018-02-26 Joseph MyersFix another -Os strcoll build issue.
next