aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella1-0/+6
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta44-93/+87
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-14/+0
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-59/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg3-3/+2
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg1-4/+0
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2-2/+2
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg2-0/+3
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg2-141/+37
2017-02-15Remove the str(n)cmp inlines from string/bits/string2.h. The strncmpWilco Dijkstra1-58/+0
2017-02-10GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.Wilco Dijkstra1-10/+0
2017-01-25string/tst-strcoll-overflow: Do not accept timeout as test resultFlorian Weimer2-24/+18
2017-01-17S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]Stefan Liebler1-0/+8
2017-01-11Make endian-conversion macros always return correct types (bug 16458).Joseph Myers3-14/+65
2017-01-09Move fortified explicit_bzero back to string3Adhemerval Zanella2-9/+9
2017-01-05Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella4-21/+54
2017-01-04Fix string/tester.c for GCC 7 -Wstringop-overflow=.Joseph Myers1-0/+57
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella1-0/+15
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers126-126/+126
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella1-5/+4
2016-12-26Disable stack protector in early static initialization [BZ #7065]Nick Alcock1-0/+4
2016-12-21This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra3-113/+67
2016-12-20Do not require memset elimination in explicit_bzero testFlorian Weimer2-9/+20
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg8-4/+375
2016-12-16Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella1-2/+2
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella1-9/+29
2016-12-14Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra4-89/+49
2016-12-14Improve generic rawmemchr for targets that don't have anWilco Dijkstra1-149/+6
2016-11-16Correct comments in string.h re strcoll_l, strxfrm_l.Zack Weinberg1-5/+3
2016-11-14Fix typo in string/bits/string2.h.Zack Weinberg1-1/+1
2016-10-29Bug 20729: Fix building with -Os.Carlos O'Donell1-0/+13
2016-09-29Remove C++ style comments from string3.hAdhemerval Zanella1-1/+1
2016-08-26string: More tests for strcmp, strcasecmp, strncmp, strncasecmpFlorian Weimer2-1/+213
2016-08-02Fix wide-char testsuite SIGBUS on platforms such as Sparc.David S. Miller1-0/+6
2016-08-02Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers1-3/+5
2016-05-18Clear destination buffer updated by the previous runH.J. Lu2-0/+7
2016-04-18Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...Wilco Dijkstra2-350/+347
2016-04-15Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra2-439/+21
2016-04-01Use PTR_ALIGN_DOWN on strcspn and strspnAdhemerval Zanella2-2/+5
2016-04-01Improve generic strpbrk performanceAdhemerval Zanella3-68/+26
2016-04-01Improve generic strspn performanceAdhemerval Zanella3-86/+81
2016-04-01Improve generic strcspn performanceWilco Dijkstra4-78/+83
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu1-5/+5
2016-01-25S390: Fix build failure in test string/tst-endian.c with gcc 6.Stefan Liebler1-0/+23
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers122-122/+122
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers3-19/+5
2015-10-20Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers1-2/+1
2015-10-16Convert 703 function definitions to prototype style.Joseph Myers11-42/+13
2015-10-09Fix typo in bug-strcoll2 (Bug 18589)Carlos O'Donell2-2/+3
2015-10-08strcoll: Add bug-strcoll2 to testsuite (Bug 18589).Carlos O'Donell2-3/+4