Age | Commit message (Expand) | Author |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers |
2012-12-27 | BZ#14317: Optimze __xpg_strerror_r | 2012-12-27 Bruno Haible |
2012-11-06 | Use memcpy in memmove when possible | Maxim Kuvyrkov |
2012-10-24 | Define and use $(run-built-tests). | Joseph Myers |
2012-10-19 | Add string IFUNC tests | H.J. Lu |
2012-10-19 | Add a testcase for BZ #14716 | H.J. Lu |
2012-10-15 | Fix BZ #14716: memmem crash | Maxim Kuvyrkov |
2012-10-12 | Avoid PLT references from __get_clockfreq on powerpc | Andreas Schwab |
2012-10-11 | Framework to test IFUNC implementations on target | H.J. Lu |
2012-10-11 | Use IFUNC memmove/memset in x86-64 bcopy/bzero | H.J. Lu |
2012-10-08 | Fix BZ #14602: strstr and strcasestr return wrong result. | Maxim Kuvyrkov |
2012-10-06 | Add a strstr test for page boundary | H.J. Lu |
2012-10-05 | Add a testase for BZ #14602 | H.J. Lu |
2012-10-05 | Test strcasestr/strchr/strstr under all implementations | H.J. Lu |
2012-08-21 | Micro-optimize critical path of strstr, strcase and memmem. | Maxim Kuvyrkov |
2012-08-21 | Use pointers for traversing arrays in strstr, strcasestr and memmem. | Maxim Kuvyrkov |
2012-08-21 | Detect EOL on-the-fly in strstr, strcasestr and memmem. | Maxim Kuvyrkov |
2012-08-21 | Optimize first-character loop of strstr, strcasestr and memmem. | Maxim Kuvyrkov |
2012-08-15 | Fix segmentation fault in strncasecmp for i686 | Liubov Dmitrieva |
2012-08-15 | Remove local redefinition of MAX macro. | Roland McGrath |
2012-06-15 | Make endian.h usable for assembler | Chung-Lin Tang |
2012-06-15 | Add __wur to GNU version of strerror_r. | Cyril Hrubis |
2012-06-14 | Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S | H.J. Lu |
2012-06-01 | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab |
2012-05-24 | Remove use of INTDEF/INTUSE in intl | Andreas Schwab |
2012-05-09 | Fix strspn warning with -Wconversion | Andreas Jaeger |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek |
2012-04-18 | Remove all traces of reg_char. | David S. Miller |
2012-04-06 | Add byteswap-16.h for __bswap_16 | H.J. Lu |
2012-04-03 | Add __bswap_64 definition for non GCC compilers. | Andreas Jaeger |
2012-04-02 | Testsuite #include fixes. | Thomas Schwinge |
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert |
2012-01-30 | Remove miscellaneous __STDC__ conditionals. | Joseph Myers |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper |
2012-01-07 | Fix problem with reuse of test-strcpy for wide char testing | Ulrich Drepper |
2011-12-17 | WP fixes | Ulrich Drepper |
2011-12-17 | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper |
2011-12-17 | WP cleanup | Ulrich Drepper |
2011-12-17 | Fix WP | Ulrich Drepper |
2011-12-17 | Add tests for wcsrchr and wcscpy | Ulrich Drepper |
2011-11-30 | Fix access after end of search string in regex matcher | Andreas Schwab |
2011-10-29 | Add strchrnul performance test | Ulrich Drepper |
2011-10-25 | Fix strchr test | Andreas Schwab |
2011-10-23 | Fix strnlen change | Ulrich Drepper |
2011-10-23 | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva |
2011-10-23 | Fix WS | Ulrich Drepper |
2011-10-23 | Add wcschr test cases | Liubov Dmitrieva |
2011-10-23 | Add wcslen test cases | Liubov Dmitrieva |