]> git.ipfire.org Git - thirdparty/glibc.git/history - string
Update nss tests to new skeleton
[thirdparty/glibc.git] / string /
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.
2017-06-20  Zack WeinbergFix fallout from bits/string.h removal.
2017-06-20  Zack WeinbergRemove bits/string.h.
2017-06-14  Zack WeinbergRemove __need macros from errno.h (__need_Emath, __need...
2017-06-12  Wilco DijkstraFix build issue on x86.
2017-06-12  Wilco Dijkstra2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>
2017-06-08  H.J. LuAdd more tests for memchr
2017-05-25  H.J. LuAdd memchr tests for n == 0
2017-05-11  Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-05-10  Joseph MyersFix rawmemchr build with GCC 8.
2017-04-05  Wainer dos Santos... Add page tests to string/test-strnlen.
2017-03-29  Adhemerval ZanellaFix i686 memchr overflow calculation (BZ#21182)
2017-03-23  Wainer dos Santos... Update string tests to use the support test driver.
2017-03-16  Joseph MyersRemove C++ namespace handling from glibc headers.
2017-03-13  Wilco Dijkstra Remove the str(n)dup inlines from string/bits/string2...
2017-03-02  Zack WeinbergNarrowing the visibility of libc-internal.h even further.
2017-03-02  Zack WeinbergMiscellaneous low-risk changes preparing for _ISOMAC...
2017-02-25  Zack WeinbergSplit DIAG_* macros to new header libc-diag.h.
2017-02-16  Zack WeinbergAdd missing header files throughout the testsuite.
2017-02-16  Zack WeinbergClean up redundancies between string.h and strings.h.
2017-02-15  Wilco DijkstraRemove the str(n)cmp inlines from string/bits/string2...
2017-02-10  Wilco DijkstraGLIBC uses strchr (s, '\0') as an idiom to find the...
2017-01-25  Florian Weimerstring/tst-strcoll-overflow: Do not accept timeout...
2017-01-17  Stefan LieblerS390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]
2017-01-11  Joseph MyersMake endian-conversion macros always return correct...
2017-01-09  Adhemerval ZanellaMove fortified explicit_bzero back to string3
2017-01-05  Adhemerval ZanellaUse fortify macros for b{zero,copy} along decl from...
2017-01-04  Joseph MyersFix string/tester.c for GCC 7 -Wstringop-overflow=.
2017-01-03  Adhemerval ZanellaFix x86 strncat optimized implementation for large...
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-27  Adhemerval ZanellaFix x86_64 memchr for large input sizes
2016-12-26  Nick AlcockDisable stack protector in early static initialization...
2016-12-21  Wilco DijkstraThis patch cleans up the strsep implementation and...
2016-12-20  Florian WeimerDo not require memset elimination in explicit_bzero...
2016-12-16  Zack WeinbergNew string function explicit_bzero (from OpenBSD).
2016-12-16  Adhemerval ZanellaFix typos and missing closing bracket in test-memchr.c
2016-12-16  Adhemerval ZanellaFix powerpc64/power7 memchr for large input sizes
2016-12-14  Wilco DijkstraImprove strtok and strtok_r performance. Instead of...
2016-12-14  Wilco DijkstraImprove generic rawmemchr for targets that don't have an
2016-11-16  Zack WeinbergCorrect comments in string.h re strcoll_l, strxfrm_l.
2016-11-14  Zack WeinbergFix typo in string/bits/string2.h.
2016-10-30  Carlos O'DonellBug 20729: Fix building with -Os.
2016-09-30  Adhemerval ZanellaRemove C++ style comments from string3.h
2016-08-26  Florian Weimerstring: More tests for strcmp, strcasecmp, strncmp...
2016-08-03  David S. MillerFix wide-char testsuite SIGBUS on platforms such as...
2016-08-02  Joseph MyersSupport __STDC_WANT_LIB_EXT2__ feature test macro.
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...
next