summaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-18Disable strncat test array-bounds warnings for GCC 8.Joseph Myers
2017-12-11string: Replace = with += in CFLAGS-xxx.cH.J. Lu
2017-11-14Fix string/tester.c build with GCC 8.Joseph Myers
2017-11-14Fix string/bug-strncat1.c build with GCC 8.Joseph Myers
2017-10-30ffsl, ffsll: Declare under __USE_MISC, not just __USE_GNUFlorian Weimer
2017-10-01Hide internal __strsep function [BZ #18822]H.J. Lu
2017-08-23string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu
2017-08-18Mark internal argz functions with attribute_hidden [BZ #18822]H.J. Lu
2017-08-08Do not use __ptr_t.Joseph Myers
2017-07-06Increase some test timeouts.Joseph Myers
2017-06-23x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-12Fix build issue on x86.Wilco Dijkstra
2017-06-122017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra
2017-06-08Add more tests for memchrH.J. Lu
2017-05-25Add memchr tests for n == 0H.J. Lu
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-10Fix rawmemchr build with GCC 8.Joseph Myers
2017-04-05Add page tests to string/test-strnlen.Wainer dos Santos Moschetta
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg
2017-02-15Remove the str(n)cmp inlines from string/bits/string2.h. The strncmpWilco Dijkstra
2017-02-10GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.Wilco Dijkstra
2017-01-25string/tst-strcoll-overflow: Do not accept timeout as test resultFlorian Weimer
2017-01-17S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]Stefan Liebler
2017-01-11Make endian-conversion macros always return correct types (bug 16458).Joseph Myers
2017-01-09Move fortified explicit_bzero back to string3Adhemerval Zanella
2017-01-05Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella
2017-01-04Fix string/tester.c for GCC 7 -Wstringop-overflow=.Joseph Myers
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra
2016-12-20Do not require memset elimination in explicit_bzero testFlorian Weimer
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg
2016-12-16Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella