Update for glibc 2.24 release.
[platform/upstream/glibc.git] / string /
2016-05-18 H.J. LuClear destination buffer updated by the previous run
2016-04-18 Wilco DijkstraMove mempcpy, strcpy and stpcpy inlines to string/strin...
2016-04-15 Wilco DijkstraRemove pre GCC3.2 optimizations from string/bits/string2.h.
2016-04-01 Adhemerval ZanellaUse PTR_ALIGN_DOWN on strcspn and strspn
2016-04-01 Adhemerval ZanellaImprove generic strpbrk performance
2016-04-01 Adhemerval ZanellaImprove generic strspn performance
2016-04-01 Wilco DijkstraImprove generic strcspn performance
2016-02-18 H.J. LuAdd _STRING_INLINE_unaligned and string_private.h
2016-01-25 Stefan LieblerS390: Fix build failure in test string/tst-endian.c...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-20 Joseph MyersConvert miscellaneous function definitions to prototype...
2015-10-20 Joseph MyersConvert 29 more function definitions to prototype style...
2015-10-16 Joseph MyersConvert 703 function definitions to prototype style.
2015-10-09 Carlos O'DonellFix typo in bug-strcoll2 (Bug 18589)
2015-10-08 Carlos O'Donellstrcoll: Add bug-strcoll2 to testsuite (Bug 18589).
2015-10-08 Carlos O'Donellstrcoll: Remove incorrect STRDIFF-based optimization...
2015-09-28 Martin SeborLet 'make check subdirs=string' succeed even when it...
2015-09-08 Joseph MyersMove bits/libc-lock.h and bits/libc-lockP.h out of...
2015-08-26 Stefan LieblerS390: Optimize wmemset.
2015-08-26 Stefan LieblerS390: Optimize memccpy.
2015-08-26 Stefan LieblerS390: Optimize memchr, rawmemchr and wmemchr.
2015-08-26 Stefan LieblerS390: Optimize strcspn and wcscspn.
2015-08-26 Stefan LieblerS390: Optimize strpbrk and wcspbrk.
2015-08-26 Stefan LieblerS390: Optimize strspn and wcsspn.
2015-08-26 Stefan LieblerS390: Optimize strchrnul and wcschrnul.
2015-08-26 Stefan LieblerS390: Optimize strchr and wcschr.
2015-08-26 Stefan LieblerS390: Optimize strcmp and wcscmp.
2015-08-26 Stefan LieblerS390: Optimize strncat wcsncat.
2015-08-26 Stefan LieblerS390: Optimize strcat and wcscat.
2015-08-26 Stefan LieblerS390: Optimize stpncpy and wcpncpy.
2015-08-26 Stefan LieblerS390: Optimize strncpy and wcsncpy.
2015-08-26 Stefan LieblerS390: Optimize stpcpy and wcpcpy.
2015-08-26 Stefan LieblerS390: Optimize strnlen and wcsnlen.
2015-08-26 Stefan LieblerS390: Optimize strlen and wcslen.
2015-08-19 Wilco DijkstraImprove stpncpy performance by using __strnlen/memcpy...
2015-08-18 Paul EggertPort the 0x7efe...feff pattern to GCC 6.
2015-08-15 Zack Weinbergstpncpy: fix size checking [BZ #18975]
2015-08-11 Adhemerval Zanellapowerpc: Use default strcpy optimization for POWER7
2015-08-06 Arjun ShankarModify several tests to use test-skeleton.c
2015-08-05 Wilco DijkstraImprove performance of mempcpy by inlining and using...
2015-08-05 Wilco DijkstraImprove memccpy performance by using memchr/memcpy...
2015-08-05 Wilco DijkstraThis patch improves strncpy performance by using strnle...
2015-06-22 Leonhard Holzremove unnecessary memset in strcoll
2015-06-22 Leonhard Holzremove now unused idxnow in strcoll
2015-06-02 Joseph MyersUse libc_hidden_proto / libc_hidden_def with __strnlen.
2015-05-22 Joseph MyersFix pathconf basename namespace (bug 18444).
2015-05-12 Leonhard HolzImprove strcoll with strdiff.
2015-04-13 Stefan LieblerUse correct signedness in wcsncmp
2015-03-04 Andreas SchwabDon't define __CORRECT_ISO_CPP_STRING_H_PROTO for non...
2015-02-27 Wilco DijkstraRather than using a C implementation of memmove, direct...
2015-02-27 Wilco DijkstraRather than using a C implementation of memset, directl...
2015-02-11 Leonhard HolzRemove unused definitions
2015-01-13 Leonhard HolzFix memory handling in strxfrm_l [BZ #16009]
2015-01-06 Ondřej BílkaRevert "Suppress warning in string/tester.c for gcc...
2015-01-06 Ondřej BílkaSuppress warning in string/tester.c for gcc 4.9
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-23 Richard Earnshaw* string/stpcpy.c (__stpcpy): Rewrite using strlen...
2014-12-19 Ondřej Bílka Simplify strncat.
2014-12-16 Torvald RiegelIgnore warning in string/tester.c.
2014-11-27 Siddhesh PoyarekarDon't use __warn_memset_zero_len for gcc-5.0 or newer
2014-11-26 Joseph MyersRemove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.
2014-11-26 Joseph MyersFix test-strchr.c warnings for wide string testing.
2014-11-24 Wilco DijkstraFix typo.
2014-11-24 Wilco DijkstraImprove performance of strncpy.
2014-11-24 Wilco DijkstraImprove strcpy performance.
2014-11-24 Leonhard HolzSpeed up strcoll by inlining
2014-11-14 Joseph MyersFix build of C mempcpy and stpcpy.
2014-11-12 Joseph MyersFix locale memmem namespace (bug 17585).
2014-11-12 Leonhard HolzFix tst-strcoll-overflow returning before timeout ...
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-10-24 Wilco DijkstraThis patch improves strncat performance by using strlen...
2014-10-24 Wilco DijkstraThis patch improves strcat performance by using strlen...
2014-10-17 Siddhesh PoyarekarFix up incorrect formatting in last commit
2014-10-17 Leonhard Holzstrcoll: improve performance by removing the cache...
2014-09-11 Roland McGrathMove findidx nested functions to top-level.
2014-07-07 Adhemerval ZanellaPowerPC: optimized memmove for POWER7/PPC64
2014-07-04 Will Newtonstring/memchr.c: Merge from gnulib
2014-07-02 Siddhesh PoyarekarFix -Wundef warning on PAGE_COPY_THRESHOLD
2014-06-16 Andreas SchwabUpdate feature guard for strdup/strndup in <bits/string2.h>
2014-06-07 Joseph MyersRemove redundant C locale settings.
2014-06-04 Joseph MyersInclude LOCPATH in default test environment.
2014-05-01 David S. MillerFix v9/64-bit strcmp when string ends in multiple zero...
2014-04-07 Will Newtonstring: Cosmetic cleanup of string functions
2014-03-21 Adhemerval ZanellaPowerPC: optimized strpbrk for POWER7
2014-03-20 Adhemerval ZanellaPowerPC: optimized strcspn for PPC64/POWER7
2014-03-11 Vidya RanganathanPowerPC: strspn optimization for PPC64/POWER7
2014-03-06 Joseph MyersEnumerate tests with special rules in tests-special...
2014-03-03 Rajalakshmi Sriniv... PowerPC: strrchr optimization for POWER7/PPC64
2014-02-28 Ondřej BílkaMake strtok benchmark competive.
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21 Joseph MyersGenerate .test-result files for tests with special...
2014-02-21 Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-14 Joseph MyersSplit up rules for tests that compare output with basel...
2014-02-13 Joseph MyersClean up trivially redundant __USE_MISC conditionals.
2014-02-12 Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-23 Brooks MosesDefine __CORRECT_ISO_CPP_STRING_H_PROTO correctly for...
2013-12-13 Adhemerval ZanellaPowerPC: multiarch wordcopy for PowerPC64
2013-12-13 Adhemerval ZanellaPowerPC: multirach memcmp for PowerPC64
next