summary refs log tree commit diff
path: root/string
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01131-131/+131
* <string.h>: Define __CORRECT_ISO_CPP_STRING_H_PROTO for Clang [BZ #25232]Kamlesh Kumar2019-12-051-1/+2
* S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler2019-11-271-6/+35
* Change most internal uses of time to __clock_gettime.Adhemerval Zanella2019-10-301-2/+2
* string/endian.h: Restore the __USE_MISC conditionalsAlistair Francis2019-10-021-5/+7
* Disable warnings in string/tester.c at top level.Joseph Myers2019-10-021-114/+14
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-013-34/+57
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07130-130/+130
* Use generic memset/memcpy/memmove in benchtestsWilco Dijkstra2019-08-302-6/+10
* Fix spellings of contributor names in comments and docPaul Eggert2019-08-231-1/+1
* Don't use the argument to time.Zack Weinberg2019-08-211-1/+1
* Declare memccpy, strdup, strndup for C2X.Joseph Myers2019-08-131-3/+3
* Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler2019-06-192-2/+4
* Improve performance of memmemWilco Dijkstra2019-06-121-42/+85
* Improve performance of strstrWilco Dijkstra2019-06-122-51/+123
* Add some spaces before '('.Joseph Myers2019-02-275-19/+19
* Break more lines before not after operators.Joseph Myers2019-02-252-6/+6
* Break some lines before not after operators.Joseph Myers2019-02-222-6/+6
* Only build libm with -fno-math-errno (bug 24024)Aurelien Jarno2019-01-072-0/+67
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01129-129/+129
* 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