aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2015-08-11powerpc: Use default strcpy optimization for POWER7Adhemerval Zanella2-13/+9
2015-08-06Modify several tests to use test-skeleton.cArjun Shankar2-4/+10
2015-08-05Improve performance of mempcpy by inlining and using memcpy. EnableWilco Dijkstra1-0/+19
2015-08-05Improve memccpy performance by using memchr/memcpy/mempcpy rather thanWilco Dijkstra1-7/+4
2015-08-05This patch improves strncpy performance by using strnlen/memcpy rather than a...Wilco Dijkstra1-54/+5
2015-06-22remove unnecessary memset in strcollLeonhard Holz1-2/+5
2015-06-22remove now unused idxnow in strcollLeonhard Holz1-1/+0
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers1-0/+1
2015-05-22Fix pathconf basename namespace (bug 18444).Joseph Myers1-2/+4
2015-05-12Improve strcoll with strdiff.Leonhard Holz1-1/+37
2015-04-13Use correct signedness in wcsncmpStefan Liebler1-49/+129
2015-03-04Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab2-12/+4
2015-02-27Rather than using a C implementation of memmove, directly call memmove, whichWilco Dijkstra1-9/+5
2015-02-27Rather than using a C implementation of memset, directly call memset, whichWilco Dijkstra1-55/+2
2015-02-11Remove unused definitionsLeonhard Holz2-2/+0
2015-01-13Fix memory handling in strxfrm_l [BZ #16009]Leonhard Holz1-94/+394
2015-01-06Revert "Suppress warning in string/tester.c for gcc 4.9"Ondřej Bílka1-3/+3
2015-01-06Suppress warning in string/tester.c for gcc 4.9Ondřej Bílka1-3/+3
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers121-121/+121
2014-12-23* string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.Richard Earnshaw1-8/+2
2014-12-19 Simplify strncat.Ondřej Bílka1-44/+3
2014-12-16Ignore warning in string/tester.c.Torvald Riegel1-0/+8
2014-11-27Don't use __warn_memset_zero_len for gcc-5.0 or newerSiddhesh Poyarekar1-0/+6
2014-11-26Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.Joseph Myers1-3/+2
2014-11-26Fix test-strchr.c warnings for wide string testing.Joseph Myers1-3/+5
2014-11-24Fix typo.Wilco Dijkstra1-1/+1
2014-11-24Improve performance of strncpy.Wilco Dijkstra1-9/+5
2014-11-24Improve strcpy performance.Wilco Dijkstra1-12/+1
2014-11-24Speed up strcoll by inliningLeonhard Holz1-2/+2
2014-11-14Fix build of C mempcpy and stpcpy.Joseph Myers2-0/+2
2014-11-12Fix locale memmem namespace (bug 17585).Joseph Myers1-3/+6
2014-11-12Fix tst-strcoll-overflow returning before timeout (BZ #17506)Leonhard Holz1-0/+1
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar5-10/+25
2014-10-24This patch improves strncat performance by using strlen. Strlen has a fast C ...Wilco Dijkstra1-4/+2
2014-10-24This patch improves strcat performance by using strlen and strcpy. Strlen has...Wilco Dijkstra1-20/+1
2014-10-17Fix up incorrect formatting in last commitSiddhesh Poyarekar1-4/+4
2014-10-17strcoll: improve performance by removing the cache (#15884)Leonhard Holz1-318/+26
2014-09-11Move findidx nested functions to top-level.Roland McGrath2-8/+6
2014-07-07PowerPC: optimized memmove for POWER7/PPC64Adhemerval Zanella1-1/+1
2014-07-04string/memchr.c: Merge from gnulibWill Newton1-139/+94
2014-07-03Fix -Wundef warning on PAGE_COPY_THRESHOLDSiddhesh Poyarekar2-2/+0
2014-06-16Update feature guard for strdup/strndup in <bits/string2.h>Andreas Schwab1-2/+2
2014-06-07Remove redundant C locale settings.Joseph Myers1-3/+0
2014-06-04Include LOCPATH in default test environment.Joseph Myers1-5/+0
2014-05-01Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller1-0/+28
2014-04-07string: Cosmetic cleanup of string functionsWill Newton10-47/+10
2014-03-20PowerPC: optimized strpbrk for POWER7Adhemerval Zanella1-10/+6
2014-03-20PowerPC: optimized strcspn for PPC64/POWER7Adhemerval Zanella1-15/+6
2014-03-11PowerPC: strspn optimization for PPC64/POWER7Vidya Ranganathan1-3/+4
2014-03-06Enumerate tests with special rules in tests-special variable.Joseph Myers1-1/+4