about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein2022-11-241-23/+41
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2022-01-273-3/+130
* test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu2022-01-271-0/+30
* test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu2022-01-271-1/+3
* <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2019-12-051-1/+2
* Improve performance of memmemWilco Dijkstra2019-09-131-42/+85
* Improve performance of strstrWilco Dijkstra2019-09-132-51/+123
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2019-09-131-0/+4
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2019-09-132-45/+35
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-082-0/+67
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2018-09-213-4/+36
* Fix string/tst-xbzero-opt if build with gcc head.Stefan Liebler2018-07-261-0/+15
* Add <bits/indirect-return.h>H.J. Lu2018-07-241-1/+9
* Improve strstr performanceWilco Dijkstra2018-07-166-33/+35
* libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell2018-06-291-2/+1
* Run thread shutdown functions in an explicit orderFlorian Weimer2018-06-261-9/+3
* Fix tst-cmp.c build with GCC mainline.Joseph Myers2018-06-201-0/+15
* Fix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline.Joseph Myers2018-06-202-0/+16
* Ignore -Wrestrict for one strncat test.Joseph Myers2018-06-141-0/+4
* Add a test case for [BZ #23196]H.J. Lu2018-05-231-0/+47
* Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab2018-05-231-0/+1
* Fix i386 memmove issue (bug 22644).Andrew Senkevich2018-03-231-0/+58
* Fix another -Os strcoll build issue.Joseph Myers2018-02-261-0/+11
* Use libc_hidden_* for argz_next, __argz_next (bug 15105).Joseph Myers2018-02-151-0/+2
* Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers2018-02-063-2/+96
* Move string/testcopy.c to test-driver.c and xmalloc (bug 19667).Joseph Myers2018-02-061-7/+9
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-01127-127/+127
* Disable strncat test array-bounds warnings for GCC 8.Joseph Myers2017-12-181-2/+6
* string: Replace = with += in CFLAGS-xxx.cH.J. Lu2017-12-111-9/+9
* Fix string/tester.c build with GCC 8.Joseph Myers2017-11-141-2/+44
* Fix string/bug-strncat1.c build with GCC 8.Joseph Myers2017-11-141-0/+8
* ffsl, ffsll: Declare under __USE_MISC, not just __USE_GNUFlorian Weimer2017-10-301-1/+1
* Hide internal __strsep function [BZ #18822]H.J. Lu2017-10-011-0/+1
* string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu2017-08-231-109/+167
* Mark internal argz functions with attribute_hidden [BZ #18822]H.J. Lu2017-08-181-26/+0
* Do not use __ptr_t.Joseph Myers2017-08-082-19/+13
* 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