Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make endian.h usable for assembler | Chung-Lin Tang | 2012-06-15 | 1 | -1/+1 |
* | Add __wur to GNU version of strerror_r. | Cyril Hrubis | 2012-06-15 | 1 | -3/+2 |
* | Use RAX_LP/RDX_LP on SAVE_PTR in x86_64 strtok.S | H.J. Lu | 2012-06-14 | 2 | -1/+39 |
* | Remove use of INTDEF/INTUSE in stdio-common | Andreas Schwab | 2012-06-01 | 1 | -6/+2 |
* | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | 2012-05-24 | 2 | -4/+4 |
* | Fix strspn warning with -Wconversion | Andreas Jaeger | 2012-05-09 | 1 | -2/+2 |
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 2 | -13/+13 |
* | Remove all traces of reg_char. | David S. Miller | 2012-04-18 | 11 | -20/+12 |
* | Add byteswap-16.h for __bswap_16 | H.J. Lu | 2012-04-06 | 1 | -2/+2 |
* | Add __bswap_64 definition for non GCC compilers. | Andreas Jaeger | 2012-04-03 | 2 | -11/+18 |
* | Testsuite #include fixes. | Thomas Schwinge | 2012-04-02 | 3 | -3/+8 |
* | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | 2012-03-20 | 1 | -1/+1 |
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -3/+1 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 115 | -345/+230 |
* | Remove miscellaneous __STDC__ conditionals. | Joseph Myers | 2012-01-30 | 4 | -26/+8 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 6 | -322/+313 |
* | Fix problem with reuse of test-strcpy for wide char testing | Ulrich Drepper | 2012-01-07 | 1 | -2/+5 |
* | WP fixes | Ulrich Drepper | 2011-12-17 | 1 | -3/+5 |
* | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 2011-12-17 | 1 | -9/+8 |
* | WP cleanup | Ulrich Drepper | 2011-12-17 | 2 | -11/+11 |
* | Fix WP | Ulrich Drepper | 2011-12-17 | 1 | -5/+7 |
* | Add tests for wcsrchr and wcscpy | Ulrich Drepper | 2011-12-17 | 2 | -88/+150 |
* | Fix access after end of search string in regex matcher | Andreas Schwab | 2011-11-30 | 2 | -4/+4 |
* | Add strchrnul performance test | Ulrich Drepper | 2011-10-29 | 3 | -8/+23 |
* | Fix strchr test | Andreas Schwab | 2011-10-25 | 1 | -11/+15 |
* | Fix strnlen change | Ulrich Drepper | 2011-10-23 | 1 | -6/+4 |
* | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 2011-10-23 | 1 | -2/+9 |
* | Fix WS | Ulrich Drepper | 2011-10-23 | 1 | -7/+7 |
* | Add wcschr test cases | Liubov Dmitrieva | 2011-10-23 | 1 | -53/+78 |
* | Add wcslen test cases | Liubov Dmitrieva | 2011-10-23 | 1 | -39/+46 |
* | More WS fixes | Ulrich Drepper | 2011-10-23 | 1 | -4/+4 |
* | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 2011-10-23 | 1 | -14/+75 |
* | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | 2011-10-19 | 2 | -1/+190 |
* | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 2011-10-15 | 1 | -15/+32 |
* | Add memrchr tests | Andreas Schwab | 2011-10-13 | 1 | -2/+33 |
* | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | 2011-10-12 | 1 | -2/+9 |
* | delete 4 lines with unused "define" macros in test-memcmp | Liubov Dmitrieva | 2011-10-07 | 1 | -4/+0 |
* | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | 2011-09-09 | 1 | -0/+1 |
* | Move wide char tests to wcsmbs directory | Ulrich Drepper | 2011-09-08 | 3 | -7/+3 |
* | New comprehensive test for wmemcmp | Liubov Dmitrieva | 2011-09-08 | 3 | -42/+64 |
* | More warning patrol. | Roland McGrath | 2011-08-14 | 1 | -5/+2 |
* | Provide better output in string tests | Ulrich Drepper | 2011-08-04 | 1 | -2/+4 |
* | Cleanup wcscmp test addition | Ulrich Drepper | 2011-08-04 | 1 | -206/+149 |
* | New comprehensive test for wcscmp | Liubov Dmitrieva | 2011-08-04 | 3 | -24/+160 |
* | Add more tests for strcat and strncat. | Ulrich Drepper | 2011-07-21 | 1 | -3/+90 |
* | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | 2011-07-19 | 1 | -2/+4 |
* | Fix alloca accounting in strxfm | Andreas Schwab | 2011-07-19 | 1 | -2/+3 |
* | Add string/test-strncat.c | Ulrich Drepper | 2011-07-06 | 2 | -1/+300 |
* | Fix last change | Ulrich Drepper | 2011-05-21 | 1 | -17/+12 |
* | Always fill output buffer in XPG strerror function | Ulrich Drepper | 2011-05-21 | 1 | -8/+9 |