nss: Unnest nested function add_key
[platform/upstream/glibc.git] / string /
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.
2018-02-15 Joseph MyersUse libc_hidden_* for argz_next, __argz_next (bug 15105).
2018-02-06 Joseph MyersUnify and simplify bits/byteswap.h, bits/byteswap-16...
2018-02-06 Joseph MyersMove string/testcopy.c to test-driver.c and xmalloc...
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-18 Joseph MyersDisable strncat test array-bounds warnings for GCC 8.
2017-12-11 H.J. Lustring: Replace = with += in CFLAGS-xxx.c
2017-11-14 Joseph MyersFix string/tester.c build with GCC 8.
2017-11-14 Joseph MyersFix string/bug-strncat1.c build with GCC 8.
2017-10-30 Florian Weimerffsl, ffsll: Declare under __USE_MISC, not just __USE_GNU
2017-10-01 H.J. LuHide internal __strsep function [BZ #18822]
2017-08-23 H.J. Lustring/stratcliff.c: Replace int with size_t [BZ #21982]
2017-08-18 H.J. LuMark internal argz functions with attribute_hidden...
2017-08-08 Joseph MyersDo not use __ptr_t.
2017-07-06 Joseph MyersIncrease some test timeouts.
2017-06-23 Florian Weimerx86-64: memcmp-avx2-movbe.S needs saturating subtractio...
2017-06-21 Zack WeinbergUse locale_t, not __locale_t, throughout glibc
2017-06-21 Zack WeinbergRename xlocale.h to bits/types/__locale_t.h.
next