about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Improve stpncpy performance by using __strnlen/memcpy/memset rather than aWilco Dijkstra2015-08-191-54/+5
* Port the 0x7efe...feff pattern to GCC 6.Paul Eggert2015-08-184-32/+8
* stpncpy: fix size checking [BZ #18975]Zack Weinberg2015-08-141-1/+1
* powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella2015-08-112-13/+9
* Modify several tests to use test-skeleton.cArjun Shankar2015-08-062-4/+10
* Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra2015-08-051-0/+19
* Improve memccpy performance by using memchr/memcpy/mempcpy rather thanWilco Dijkstra2015-08-051-7/+4
* This patch improves strncpy performance by using strnlen/memcpy rather than a...Wilco Dijkstra2015-08-051-54/+5
* remove unnecessary memset in strcollLeonhard Holz2015-06-221-2/+5
* remove now unused idxnow in strcollLeonhard Holz2015-06-221-1/+0
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-021-0/+1
* Fix pathconf basename namespace (bug 18444).Joseph Myers2015-05-221-2/+4
* Improve strcoll with strdiff.Leonhard Holz2015-05-121-1/+37
* Use correct signedness in wcsncmpStefan Liebler2015-04-131-49/+129
* Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab2015-03-042-12/+4
* Rather than using a C implementation of memmove, directly call memmove, whichWilco Dijkstra2015-02-271-9/+5
* Rather than using a C implementation of memset, directly call memset, whichWilco Dijkstra2015-02-271-55/+2
* Remove unused definitionsLeonhard Holz2015-02-112-2/+0
* Fix memory handling in strxfrm_l [BZ #16009]Leonhard Holz2015-01-131-94/+394
* Revert "Suppress warning in string/tester.c for gcc 4.9"Ondřej Bílka2015-01-061-3/+3
* Suppress warning in string/tester.c for gcc 4.9Ondřej Bílka2015-01-061-3/+3
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-02121-121/+121
* * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.Richard Earnshaw2014-12-231-8/+2
* Simplify strncat.Ondřej Bílka2014-12-191-44/+3
* Ignore warning in string/tester.c.Torvald Riegel2014-12-161-0/+8
* Don't use __warn_memset_zero_len for gcc-5.0 or newerSiddhesh Poyarekar2014-11-271-0/+6
* Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers2014-11-261-3/+2
* Fix test-strchr.c warnings for wide string testing.Joseph Myers2014-11-261-3/+5
* Fix typo.Wilco Dijkstra2014-11-241-1/+1
* Improve performance of strncpy.Wilco Dijkstra2014-11-241-9/+5
* Improve strcpy performance.Wilco Dijkstra2014-11-241-12/+1
* Speed up strcoll by inliningLeonhard Holz2014-11-241-2/+2
* Fix build of C mempcpy and stpcpy.Joseph Myers2014-11-142-0/+2
* Fix locale memmem namespace (bug 17585).Joseph Myers2014-11-121-3/+6
* Fix tst-strcoll-overflow returning before timeout (BZ #17506)Leonhard Holz2014-11-121-0/+1
* Modify several tests to use test-skeleton.cArjun Shankar2014-11-055-10/+25
* This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra2014-10-241-4/+2
* This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra2014-10-241-20/+1
* Fix up incorrect formatting in last commitSiddhesh Poyarekar2014-10-171-4/+4
* strcoll: improve performance by removing the cache (#15884)Leonhard Holz2014-10-171-318/+26
* Move findidx nested functions to top-level.Roland McGrath2014-09-112-8/+6
* PowerPC: optimized memmove for POWER7/PPC64Adhemerval Zanella2014-07-071-1/+1
* string/memchr.c: Merge from gnulibWill Newton2014-07-041-139/+94
* Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar2014-07-032-2/+0
* Update feature guard for strdup/strndup in <bits/string2.h>Andreas Schwab2014-06-161-2/+2
* Remove redundant C locale settings.Joseph Myers2014-06-071-3/+0
* Include LOCPATH in default test environment.Joseph Myers2014-06-041-5/+0
* Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller2014-05-011-0/+28
* string: Cosmetic cleanup of string functionsWill Newton2014-04-0710-47/+10
* PowerPC: optimized strpbrk for POWER7Adhemerval Zanella2014-03-201-10/+6