about summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2018-09-193-4/+36
* Speedup first memmem matchRajalakshmi Srinivasaraghavan2018-08-281-0/+4
* Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2018-08-032-45/+35
* 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
* 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