Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-14 | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 1 | -5/+5 |
2017-06-12 | Fix build issue on x86. | Wilco Dijkstra | 1 | -0/+1 |
2017-06-12 | 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 4 | -134/+4 |
2017-06-08 | Add more tests for memchr | H.J. Lu | 1 | -0/+17 |
2017-05-25 | Add memchr tests for n == 0 | H.J. Lu | 1 | -0/+4 |
2017-05-11 | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2 | -0/+12 |
2017-05-10 | Fix rawmemchr build with GCC 8. | Joseph Myers | 1 | -0/+8 |
2017-04-05 | Add page tests to string/test-strnlen. | Wainer dos Santos Moschetta | 1 | -0/+54 |
2017-03-29 | Fix i686 memchr overflow calculation (BZ#21182) | Adhemerval Zanella | 1 | -0/+6 |
2017-03-23 | Update string tests to use the support test driver. | Wainer dos Santos Moschetta | 44 | -93/+87 |
2017-03-16 | Remove C++ namespace handling from glibc headers. | Joseph Myers | 1 | -14/+0 |
2017-03-13 | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 1 | -59/+0 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 3 | -3/+2 |
2017-03-01 | Miscellaneous low-risk changes preparing for _ISOMAC testsuite. | Zack Weinberg | 1 | -4/+0 |
2017-02-25 | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg | 2 | -2/+2 |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg | 2 | -0/+3 |
2017-02-16 | Clean up redundancies between string.h and strings.h. | Zack Weinberg | 2 | -141/+37 |
2017-02-15 | Remove the str(n)cmp inlines from string/bits/string2.h. The strncmp | Wilco Dijkstra | 1 | -58/+0 |
2017-02-10 | GLIBC uses strchr (s, '\0') as an idiom to find the end of a string. | Wilco Dijkstra | 1 | -10/+0 |
2017-01-25 | string/tst-strcoll-overflow: Do not accept timeout as test result | Florian Weimer | 2 | -24/+18 |
2017-01-17 | S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006] | Stefan Liebler | 1 | -0/+8 |
2017-01-11 | Make endian-conversion macros always return correct types (bug 16458). | Joseph Myers | 3 | -14/+65 |
2017-01-09 | Move fortified explicit_bzero back to string3 | Adhemerval Zanella | 2 | -9/+9 |
2017-01-05 | Use fortify macros for b{zero,copy} along decl from strings.h | Adhemerval Zanella | 4 | -21/+54 |
2017-01-04 | Fix string/tester.c for GCC 7 -Wstringop-overflow=. | Joseph Myers | 1 | -0/+57 |
2017-01-03 | Fix x86 strncat optimized implementation for large sizes | Adhemerval Zanella | 1 | -0/+15 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 126 | -126/+126 |
2016-12-27 | Fix x86_64 memchr for large input sizes | Adhemerval Zanella | 1 | -5/+4 |
2016-12-26 | Disable stack protector in early static initialization [BZ #7065] | Nick Alcock | 1 | -0/+4 |