about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of memmemWilco Dijkstra2019-09-131-42/+85
* Improve performance of strstrWilco Dijkstra2019-09-132-51/+123
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2019-09-133-4/+36
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2019-09-131-0/+4
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2019-09-132-45/+35
* Improve strstr performanceWilco Dijkstra2019-09-136-33/+35
* Fix string/bug-strncat1.c build with GCC 8.Joseph Myers2018-10-221-0/+8
* Ignore -Wrestrict for one strncat test.Joseph Myers2018-10-221-0/+4
* Disable strncat test array-bounds warnings for GCC 8.Joseph Myers2018-10-221-2/+6
* Fix string/tester.c build with GCC 8.Joseph Myers2018-10-221-2/+44
* Add a test case for [BZ #23196]H.J. Lu2018-05-241-0/+47
* Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab2018-05-241-0/+1
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-05-171-0/+58
* string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu2017-09-111-109/+167
* Increase some test timeouts.Joseph Myers2017-07-061-1/+1
* x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer2017-06-231-5/+6
* Use locale_t, not __locale_t, throughout glibcZack Weinberg2017-06-206-11/+11
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-202-2/+4
* Fix fallout from bits/string.h removal.Zack Weinberg2017-06-201-17/+0
* Remove bits/string.h.Zack Weinberg2017-06-205-70/+31
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-141-5/+5
* Fix build issue on x86.Wilco Dijkstra2017-06-121-0/+1
* 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2017-06-124-134/+4
* Add more tests for memchrH.J. Lu2017-06-081-0/+17
* Add memchr tests for n == 0H.J. Lu2017-05-251-0/+4
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-112-0/+12
* Fix rawmemchr build with GCC 8.Joseph Myers2017-05-101-0/+8
* Add page tests to string/test-strnlen.Wainer dos Santos Moschetta2017-04-051-0/+54
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-03-291-0/+6
* Update string tests to use the support test driver.Wainer dos Santos Moschetta2017-03-2344-93/+87
* Remove C++ namespace handling from glibc headers.Joseph Myers2017-03-161-14/+0
* Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra2017-03-131-59/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-013-3/+2
* Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg2017-03-011-4/+0
* Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2017-02-252-2/+2
* 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