aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers131-131/+131
2019-12-05<string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar1-1/+2
2019-11-27S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler1-6/+35
2019-10-30Change most internal uses of time to __clock_gettime.Adhemerval Zanella1-2/+2
2019-10-02string/endian.h: Restore the __USE_MISC conditionalsAlistair Francis1-5/+7
2019-10-02Disable warnings in string/tester.c at top level.Joseph Myers1-114/+14
2019-10-01Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis3-34/+57
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert130-130/+130
2019-08-30Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra2-6/+10
2019-08-23Fix spellings of contributor names in comments and docPaul Eggert1-1/+1
2019-08-21Don't use the argument to time.Zack Weinberg1-1/+1
2019-08-13Declare memccpy, strdup, strndup for C2X.Joseph Myers1-3/+3
2019-06-19Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler2-2/+4
2019-06-12Improve performance of memmemWilco Dijkstra1-42/+85
2019-06-12Improve performance of strstrWilco Dijkstra2-51/+123
2019-02-27Add some spaces before '('.Joseph Myers5-19/+19
2019-02-25Break more lines before not after operators.Joseph Myers2-6/+6
2019-02-22Break some lines before not after operators.Joseph Myers2-6/+6
2019-01-07Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2-0/+67
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers129-129/+129
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