Age | Commit message (Expand) | Author | Files | Lines |
2019-10-02 | string/endian.h: Restore the __USE_MISC conditionals | Alistair Francis | 1 | -5/+7 |
2019-10-02 | Disable warnings in string/tester.c at top level. | Joseph Myers | 1 | -114/+14 |
2019-10-01 | Split up endian.h to minimize exposure of BYTE_ORDER. | Alistair Francis | 3 | -34/+57 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 130 | -130/+130 |
2019-08-30 | Use generic memset/memcpy/memmove in benchtests | Wilco Dijkstra | 2 | -6/+10 |
2019-08-23 | Fix spellings of contributor names in comments and doc | Paul Eggert | 1 | -1/+1 |
2019-08-21 | Don't use the argument to time. | Zack Weinberg | 1 | -1/+1 |
2019-08-13 | Declare memccpy, strdup, strndup for C2X. | Joseph Myers | 1 | -3/+3 |
2019-06-19 | Fix gcc 9 build errors for make xcheck. [BZ #24556] | Stefan Liebler | 2 | -2/+4 |
2019-06-12 | Improve performance of memmem | Wilco Dijkstra | 1 | -42/+85 |
2019-06-12 | Improve performance of strstr | Wilco Dijkstra | 2 | -51/+123 |
2019-02-27 | Add some spaces before '('. | Joseph Myers | 5 | -19/+19 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 2 | -6/+6 |
2019-02-22 | Break some lines before not after operators. | Joseph Myers | 2 | -6/+6 |
2019-01-07 | Only build libm with -fno-math-errno (bug 24024) | Aurelien Jarno | 2 | -0/+67 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 129 | -129/+129 |
2018-09-19 | Fix strstr bug with huge needles (bug 23637) | Wilco Dijkstra | 3 | -4/+36 |
2018-08-28 | Speedup first memmem match | Rajalakshmi Srinivasaraghavan | 1 | -0/+4 |
2018-08-03 | Simplify and speedup strstr/strcasestr first match | Wilco Dijkstra | 2 | -45/+35 |
2018-07-26 | Fix string/tst-xbzero-opt if build with gcc head. | Stefan Liebler | 1 | -0/+15 |
2018-07-24 | Add <bits/indirect-return.h> | H.J. Lu | 1 | -1/+9 |
2018-07-16 | Improve strstr performance | Wilco Dijkstra | 6 | -33/+35 |
2018-06-29 | libc: Extend __libc_freeres framework (Bug 23329). | Carlos O'Donell | 1 | -2/+1 |
2018-06-26 | Run thread shutdown functions in an explicit order | Florian Weimer | 1 | -9/+3 |
2018-06-20 | Fix tst-cmp.c build with GCC mainline. | Joseph Myers | 1 | -0/+15 |
2018-06-20 | Fix bug-strspn1.c, bug-strpbrk1.c build with GCC mainline. | Joseph Myers | 2 | -0/+16 |
2018-06-14 | Ignore -Wrestrict for one strncat test. | Joseph Myers | 1 | -0/+4 |
2018-05-23 | Add a test case for [BZ #23196] | H.J. Lu | 1 | -0/+47 |
2018-05-23 | Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196) | Andreas Schwab | 1 | -0/+1 |
2018-03-23 | Fix i386 memmove issue (bug 22644). | Andrew Senkevich | 1 | -0/+58 |
2018-02-26 | Fix another -Os strcoll build issue. | Joseph Myers | 1 | -0/+11 |
2018-02-15 | Use libc_hidden_* for argz_next, __argz_next (bug 15105). | Joseph Myers | 1 | -0/+2 |
2018-02-06 | Unify and simplify bits/byteswap.h, bits/byteswap-16.h headers (bug 14508, bu... | Joseph Myers | 3 | -2/+96 |
2018-02-06 | Move string/testcopy.c to test-driver.c and xmalloc (bug 19667). | Joseph Myers | 1 | -7/+9 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 127 | -127/+127 |
2017-12-18 | Disable strncat test array-bounds warnings for GCC 8. | Joseph Myers | 1 | -2/+6 |
2017-12-11 | string: Replace = with += in CFLAGS-xxx.c | H.J. Lu | 1 | -9/+9 |
2017-11-14 | Fix string/tester.c build with GCC 8. | Joseph Myers | 1 | -2/+44 |
2017-11-14 | Fix string/bug-strncat1.c build with GCC 8. | Joseph Myers | 1 | -0/+8 |
2017-10-30 | ffsl, ffsll: Declare under __USE_MISC, not just __USE_GNU | Florian Weimer | 1 | -1/+1 |
2017-10-01 | Hide internal __strsep function [BZ #18822] | H.J. Lu | 1 | -0/+1 |
2017-08-23 | string/stratcliff.c: Replace int with size_t [BZ #21982] | H.J. Lu | 1 | -109/+167 |
2017-08-18 | Mark internal argz functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -26/+0 |
2017-08-08 | Do not use __ptr_t. | Joseph Myers | 2 | -19/+13 |
2017-07-06 | Increase some test timeouts. | Joseph Myers | 1 | -1/+1 |
2017-06-23 | x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662] | Florian Weimer | 1 | -5/+6 |
2017-06-20 | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 6 | -11/+11 |
2017-06-20 | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 2 | -2/+4 |
2017-06-20 | Fix fallout from bits/string.h removal. | Zack Weinberg | 1 | -17/+0 |
2017-06-20 | Remove bits/string.h. | Zack Weinberg | 5 | -70/+31 |