aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2018-09-19Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra3-4/+36
2018-08-28Speedup first memmem matchRajalakshmi Srinivasaraghavan1-0/+4
2018-08-03Simplify and speedup strstr/strcasestr first matchWilco Dijkstra2-45/+35
2018-07-26Fix string/tst-xbzero-opt if build with gcc head.Stefan Liebler1-0/+15
2018-07-24Add <bits/indirect-return.h>H.J. Lu1-1/+9
2018-07-16Improve strstr performanceWilco Dijkstra6-33/+35
2018-06-29libc: Extend __libc_freeres framework (Bug 23329).Carlos O'Donell1-2/+1
2018-06-26Run thread shutdown functions in an explicit orderFlorian Weimer1-9/+3
2018-06-20Fix tst-cmp.c build with GCC mainline.Joseph Myers1-0/+15
2018-06-20Fix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline.Joseph Myers2-0/+16
2018-06-14Ignore -Wrestrict for one strncat test.Joseph Myers1-0/+4
2018-05-23Add a test case for [BZ #23196]H.J. Lu1-0/+47
2018-05-23Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab1-0/+1
2018-03-23Fix i386 memmove issue (bug 22644).Andrew Senkevich1-0/+58
2018-02-26Fix another -Os strcoll build issue.Joseph Myers1-0/+11
2018-02-15Use libc_hidden_* for argz_next, __argz_next (bug 15105).Joseph Myers1-0/+2
2018-02-06Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu...Joseph Myers3-2/+96
2018-02-06Move string/testcopy.c to test-driver.c and xmalloc (bug 19667).Joseph Myers1-7/+9
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers127-127/+127
2017-12-18Disable strncat test array-bounds warnings for GCC 8.Joseph Myers1-2/+6
2017-12-11string: Replace = with += in CFLAGS-xxx.cH.J. Lu1-9/+9
2017-11-14Fix string/tester.c build with GCC 8.Joseph Myers1-2/+44
2017-11-14Fix string/bug-strncat1.c build with GCC 8.Joseph Myers1-0/+8
2017-10-30ffsl, ffsll: Declare under __USE_MISC, not just __USE_GNUFlorian Weimer1-1/+1
2017-10-01Hide internal __strsep function [BZ #18822]H.J. Lu1-0/+1
2017-08-23string/stratcliff.c: Replace int with size_t [BZ #21982]H.J. Lu1-109/+167
2017-08-18Mark internal argz functions with attribute_hidden [BZ #18822]H.J. Lu1-26/+0
2017-08-08Do not use __ptr_t.Joseph Myers2-19/+13
2017-07-06Increase some test timeouts.Joseph Myers1-1/+1
2017-06-23x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer1-5/+6
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg6-11/+11
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2-2/+4
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg1-17/+0
2017-06-20Remove bits/string.h.Zack Weinberg5-70/+31
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg1-5/+5
2017-06-12Fix build issue on x86.Wilco Dijkstra1-0/+1
2017-06-122017-06-12 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra4-134/+4
2017-06-08Add more tests for memchrH.J. Lu1-0/+17
2017-05-25Add memchr tests for n == 0H.J. Lu1-0/+4
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg2-0/+12
2017-05-10Fix rawmemchr build with GCC 8.Joseph Myers1-0/+8
2017-04-05Add page tests to string/test-strnlen.Wainer dos Santos Moschetta1-0/+54
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella1-0/+6
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta44-93/+87
2017-03-16Remove C++ namespace handling from glibc headers.Joseph Myers1-14/+0
2017-03-13 Remove the str(n)dup inlines from string/bits/string2.h. Although inliningWilco Dijkstra1-59/+0
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg3-3/+2
2017-03-01Miscellaneous low-risk changes preparing for _ISOMAC testsuite.Zack Weinberg1-4/+0
2017-02-25Split DIAG_* macros to new header libc-diag.h.Zack Weinberg2-2/+2
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg2-0/+3