Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-24 | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | |
2012-05-09 | Fix strspn warning with -Wconversion | Andreas Jaeger | |
[BZ #14083] Fix warning when using strspn with -Wconversion: $ gcc -Wconversion -O t.c t.c: In function ‘main’: t.c:8:7: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] | |||
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | |
2012-04-18 | Remove all traces of reg_char. | David S. Miller | |
* sysdeps/generic/memcopy.h (reg_char): Delete. * debug/strcat_chk.c: Use char, not reg_char. * debug/strcpy_chk.c: Likewise. * debug/strncat_chk.c: Likewise. * debug/strncpy_chk.c: Likewise. * string/memchr.c: Likewise. * string/memrchr.c: Likewise. * string/rawmemchr.c: Likewise. * string/strcat.c: Likewise. * string/strchr.c: Likewise. * string/strchrnul.c: Likewise. * string/strcmp.c: Likewise. * string/strcpy.c: Likewise. * string/strncat.c: Likewise. * string/strncmp.c: Likewise. * string/strncpy.c: Likewise. | |||
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 | |
[BZ#13926] Currently __bswap_64 is not defined at all for non-GCC compilers. Define it but guard it with __GLIBC_HAVE_LONG_LONG. endian.h uses __bswap_64, make the functions only available if __GLIBC_HAVE_LONG_LONG is defined. | |||
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 | |
No more __const. | |||
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 | |
2011-10-23 | More WS fixes | Ulrich Drepper | |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | |
2011-10-19 | Optimize x86-64 rawmemchr and add test | Ulrich Drepper | |
2011-10-15 | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | |
2011-10-13 | Add memrchr tests | Andreas Schwab | |
2011-10-12 | Optimized memchr, memrchr, rawmemchr for x86-32 | Liubov Dmitrieva | |
2011-10-07 | delete 4 lines with unused "define" macros in test-memcmp | Liubov Dmitrieva | |
2011-09-09 | string/strncat.c: fix compilation for some architectures | Denis Zaitceff | |
2011-09-08 | Move wide char tests to wcsmbs directory | Ulrich Drepper | |
2011-09-08 | New comprehensive test for wmemcmp | Liubov Dmitrieva | |
2011-08-14 | More warning patrol. | Roland McGrath | |
2011-08-04 | Provide better output in string tests | Ulrich Drepper | |
If IMPL is called with a macro for the first parameter the macro does not get expanded before the string is stored in the impl_t data structure. | |||
2011-08-04 | Cleanup wcscmp test addition | Ulrich Drepper | |
2011-08-04 | New comprehensive test for wcscmp | Liubov Dmitrieva | |
2011-07-21 | Add more tests for strcat and strncat. | Ulrich Drepper | |
2011-07-19 | Improve 64 bit strcat functions with SSE2/SSSE3 | Liubov Dmitrieva | |
2011-07-19 | Fix alloca accounting in strxfm | Andreas Schwab | |
2011-07-06 | Add string/test-strncat.c | Ulrich Drepper | |
2011-05-21 | Fix last change | Ulrich Drepper | |
And optimize a bit. | |||
2011-05-21 | Always fill output buffer in XPG strerror function | Ulrich Drepper | |
2011-05-21 | Nicer output for negative error numbers in strerror_r | Ulrich Drepper | |
2011-04-07 | Revert "Fix strncmp page test to limit length to size of object" | Andreas Schwab | |
This reverts commit e513f34605747f43eed259519b6fb847591861d2. | |||
2011-04-05 | Fix strncmp page test to limit length to size of object | Andreas Schwab | |
2011-03-21 | Fix whitespace issue. | Ulrich Drepper | |