about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-162-0/+3
* Clean up redundancies between string.h and strings.h.Zack Weinberg2017-02-162-141/+37
* Remove the str(n)cmp inlines from string/bits/string2.h. The strncmpWilco Dijkstra2017-02-151-58/+0
* GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.Wilco Dijkstra2017-02-101-10/+0
* string/tst-strcoll-overflow: Do not accept timeout as test resultFlorian Weimer2017-01-252-24/+18
* S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006]Stefan Liebler2017-01-171-0/+8
* Make endian-conversion macros always return correct types (bug 16458).Joseph Myers2017-01-113-14/+65
* Move fortified explicit_bzero back to string3Adhemerval Zanella2017-01-092-9/+9
* Use fortify macros for b{zero,copy} along decl from strings.hAdhemerval Zanella2017-01-054-21/+54
* Fix string/tester.c for GCC 7 -Wstringop-overflow=.Joseph Myers2017-01-041-0/+57
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-031-0/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01126-126/+126
* Fix x86_64 memchr for large input sizesAdhemerval Zanella2016-12-271-5/+4
* Disable stack protector in early static initialization [BZ #7065]Nick Alcock2016-12-261-0/+4
* This patch cleans up the strsep implementation and improves performance.Wilco Dijkstra2016-12-213-113/+67
* Do not require memset elimination in explicit_bzero testFlorian Weimer2016-12-202-9/+20
* New string function explicit_bzero (from OpenBSD).Zack Weinberg2016-12-168-4/+375
* Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella2016-12-161-2/+2
* Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella2016-12-161-9/+29
* Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra2016-12-144-89/+49
* Improve generic rawmemchr for targets that don't have anWilco Dijkstra2016-12-141-149/+6
* Correct comments in string.h re strcoll_l, strxfrm_l.Zack Weinberg2016-11-161-5/+3
* Fix typo in string/bits/string2.h.Zack Weinberg2016-11-141-1/+1
* Bug 20729: Fix building with -Os.Carlos O'Donell2016-10-291-0/+13
* Remove C++ style comments from string3.hAdhemerval Zanella2016-09-291-1/+1
* string: More tests for strcmp, strcasecmp, strncmp, strncasecmpFlorian Weimer2016-08-262-1/+213
* Fix wide-char testsuite SIGBUS on platforms such as Sparc.David S. Miller2016-08-021-0/+6
* Support __STDC_WANT_LIB_EXT2__ feature test macro.Joseph Myers2016-08-021-3/+5
* Clear destination buffer updated by the previous runH.J. Lu2016-05-182-0/+7
* Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati...Wilco Dijkstra2016-04-182-350/+347
* Remove pre GCC3.2 optimizations from string/bits/string2.h.Wilco Dijkstra2016-04-152-439/+21
* Use PTR_ALIGN_DOWN on strcspn and strspnAdhemerval Zanella2016-04-012-2/+5
* Improve generic strpbrk performanceAdhemerval Zanella2016-04-013-68/+26
* Improve generic strspn performanceAdhemerval Zanella2016-04-013-86/+81
* Improve generic strcspn performanceWilco Dijkstra2016-04-014-78/+83
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-181-5/+5
* S390: Fix build failure in test string/tst-endian.c with gcc 6.Stefan Liebler2016-01-251-0/+23
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04122-122/+122
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-203-19/+5
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-201-2/+1
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1611-42/+13
* Fix typo in bug-strcoll2 (Bug 18589)Carlos O'Donell2015-10-092-2/+3
* strcoll: Add bug-strcoll2 to testsuite (Bug 18589).Carlos O'Donell2015-10-082-3/+4
* strcoll: Remove incorrect STRDIFF-based optimization (Bug 18589).Carlos O'Donell2015-10-082-37/+94
* Let 'make check subdirs=string' succeed even when it's invokedMartin Sebor2015-09-282-2/+14
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-081-1/+1
* S390: Optimize wmemset.Stefan Liebler2015-08-261-32/+58
* S390: Optimize memccpy.Stefan Liebler2015-08-261-0/+4
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-261-34/+57
* S390: Optimize strcspn and wcscspn.Stefan Liebler2015-08-261-13/+34