| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662] | Florian Weimer | 2017-06-23 | 1 | -5/+6 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 6 | -11/+11 |
* | Rename xlocale.h to bits/types/__locale_t.h. | Zack Weinberg | 2017-06-20 | 2 | -2/+4 |
* | Fix fallout from bits/string.h removal. | Zack Weinberg | 2017-06-20 | 1 | -17/+0 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 5 | -70/+31 |
* | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 2017-06-14 | 1 | -5/+5 |
* | Fix build issue on x86. | Wilco Dijkstra | 2017-06-12 | 1 | -0/+1 |
* | 2017-06-12 Wilco Dijkstra <wdijkstr@arm.com> | Wilco Dijkstra | 2017-06-12 | 4 | -134/+4 |
* | Add more tests for memchr | H.J. Lu | 2017-06-08 | 1 | -0/+17 |
* | Add memchr tests for n == 0 | H.J. Lu | 2017-05-25 | 1 | -0/+4 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 2 | -0/+12 |
* | Fix rawmemchr build with GCC 8. | Joseph Myers | 2017-05-10 | 1 | -0/+8 |
* | Add page tests to string/test-strnlen. | Wainer dos Santos Moschetta | 2017-04-05 | 1 | -0/+54 |
* | Fix i686 memchr overflow calculation (BZ#21182) | Adhemerval Zanella | 2017-03-29 | 1 | -0/+6 |
* | Update string tests to use the support test driver. | Wainer dos Santos Moschetta | 2017-03-23 | 44 | -93/+87 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 1 | -14/+0 |
* | Remove the str(n)dup inlines from string/bits/string2.h. Although inlining | Wilco Dijkstra | 2017-03-13 | 1 | -59/+0 |
* | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 2017-03-01 | 3 | -3/+2 |
* | Miscellaneous low-risk changes preparing for _ISOMAC testsuite. | Zack Weinberg | 2017-03-01 | 1 | -4/+0 |
* | Split DIAG_* macros to new header libc-diag.h. | Zack Weinberg | 2017-02-25 | 2 | -2/+2 |
* | Add missing header files throughout the testsuite. | Zack Weinberg | 2017-02-16 | 2 | -0/+3 |
* | Clean up redundancies between string.h and strings.h. | Zack Weinberg | 2017-02-16 | 2 | -141/+37 |
* | Remove the str(n)cmp inlines from string/bits/string2.h. The strncmp | Wilco Dijkstra | 2017-02-15 | 1 | -58/+0 |
* | GLIBC uses strchr (s, '\0') as an idiom to find the end of a string. | Wilco Dijkstra | 2017-02-10 | 1 | -10/+0 |
* | string/tst-strcoll-overflow: Do not accept timeout as test result | Florian Weimer | 2017-01-25 | 2 | -24/+18 |
* | S390: Fix FAIL in test string/tst-xbzero-opt [BZ #21006] | Stefan Liebler | 2017-01-17 | 1 | -0/+8 |
* | Make endian-conversion macros always return correct types (bug 16458). | Joseph Myers | 2017-01-11 | 3 | -14/+65 |
* | Move fortified explicit_bzero back to string3 | Adhemerval Zanella | 2017-01-09 | 2 | -9/+9 |
* | Use fortify macros for b{zero,copy} along decl from strings.h | Adhemerval Zanella | 2017-01-05 | 4 | -21/+54 |
* | Fix string/tester.c for GCC 7 -Wstringop-overflow=. | Joseph Myers | 2017-01-04 | 1 | -0/+57 |
* | Fix x86 strncat optimized implementation for large sizes | Adhemerval Zanella | 2017-01-03 | 1 | -0/+15 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 126 | -126/+126 |
* | Fix x86_64 memchr for large input sizes | Adhemerval Zanella | 2016-12-27 | 1 | -5/+4 |
* | Disable stack protector in early static initialization [BZ #7065] | Nick Alcock | 2016-12-26 | 1 | -0/+4 |
* | This patch cleans up the strsep implementation and improves performance. | Wilco Dijkstra | 2016-12-21 | 3 | -113/+67 |
* | Do not require memset elimination in explicit_bzero test | Florian Weimer | 2016-12-20 | 2 | -9/+20 |
* | New string function explicit_bzero (from OpenBSD). | Zack Weinberg | 2016-12-16 | 8 | -4/+375 |
* | Fix typos and missing closing bracket in test-memchr.c | Adhemerval Zanella | 2016-12-16 | 1 | -2/+2 |
* | Fix powerpc64/power7 memchr for large input sizes | Adhemerval Zanella | 2016-12-16 | 1 | -9/+29 |
* | Improve strtok and strtok_r performance. Instead of calling strpbrk which | Wilco Dijkstra | 2016-12-14 | 4 | -89/+49 |
* | Improve generic rawmemchr for targets that don't have an | Wilco Dijkstra | 2016-12-14 | 1 | -149/+6 |
* | Correct comments in string.h re strcoll_l, strxfrm_l. | Zack Weinberg | 2016-11-16 | 1 | -5/+3 |
* | Fix typo in string/bits/string2.h. | Zack Weinberg | 2016-11-14 | 1 | -1/+1 |
* | Bug 20729: Fix building with -Os. | Carlos O'Donell | 2016-10-29 | 1 | -0/+13 |
* | Remove C++ style comments from string3.h | Adhemerval Zanella | 2016-09-29 | 1 | -1/+1 |
* | string: More tests for strcmp, strcasecmp, strncmp, strncasecmp | Florian Weimer | 2016-08-26 | 2 | -1/+213 |
* | Fix wide-char testsuite SIGBUS on platforms such as Sparc. | David S. Miller | 2016-08-02 | 1 | -0/+6 |
* | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 2016-08-02 | 1 | -3/+5 |
* | Clear destination buffer updated by the previous run | H.J. Lu | 2016-05-18 | 2 | -0/+7 |
* | Move mempcpy, strcpy and stpcpy inlines to string/string-inlines.c as compati... | Wilco Dijkstra | 2016-04-18 | 2 | -350/+347 |