Age | Commit message (Expand) | Author | Files | Lines |
2015-05-12 | Improve strcoll with strdiff. | Leonhard Holz | 1 | -0/+1 |
2015-05-05 | Add __nonnull attribute to wcscpy and wcsncpy [BZ#18265] | Daniel Marjamäki | 1 | -2/+4 |
2015-04-15 | powerpc: Fix __wcschr static build | Adhemerval Zanella | 1 | -12/+5 |
2015-04-13 | Use correct signedness in wcsncmp | Stefan Liebler | 3 | -19/+21 |
2015-04-03 | Handle mblen return code when n is zero. | Ondřej Bílka | 2 | -0/+6 |
2015-02-11 | Remove unused definitions | Leonhard Holz | 2 | -2/+0 |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 82 | -82/+82 |
2014-12-10 | Fix strftime wcschr namespace (bug 17634). | Joseph Myers | 1 | -0/+7 |
2014-11-26 | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers | 7 | -122/+0 |
2014-11-12 | Fix __printf_fp wmemset namespace (bug 17574). | Joseph Myers | 1 | -2/+4 |
2014-11-05 | Modify several tests to use test-skeleton.c | Arjun Shankar | 8 | -16/+40 |
2014-09-12 | Complete the removal of __gconv_translit_find | Florian Weimer | 9 | -9/+0 |
2014-06-04 | Include LOCPATH in default test environment. | Joseph Myers | 1 | -7/+0 |
2014-02-26 | Consistently include Makeconfig after defining subdir. | Joseph Myers | 1 | -0/+2 |
2014-02-10 | Use glibc_likely instead __builtin_expect. | Ondřej Bílka | 4 | -5/+5 |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | 88 | -88/+88 |
2013-12-06 | PowerPC: multiarch wcscpy for PowerPC32 | Adhemerval Zanella | 1 | -1/+5 |
2013-12-06 | PowerPC: multiarch wcsrchr for PowerPC32 | Adhemerval Zanella | 1 | -1/+4 |
2013-06-07 | Avoid use of "register" as optimization hint. | Joseph Myers | 11 | -23/+23 |
2013-05-16 | Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). | Ryan S. Arnold | 1 | -1/+1 |
2013-02-17 | Sort Versions files | Andreas Jaeger | 1 | -4/+4 |
2013-01-10 | Remove __GNUC__ conditions for "long long" from string.h and wchar.h. | Joseph Myers | 1 | -4/+4 |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 88 | -93/+88 |
2013-01-01 | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 1 | -2/+1 |
2012-10-19 | Add wcsmbs IFUNC tests | H.J. Lu | 7 | -0/+122 |
2012-08-17 | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 1 | -3/+2 |
2012-05-31 | tests: move -D_FORTIFY_SOURCE to CPPFLAGS | Mike Frysinger | 1 | -1/+1 |
2012-05-21 | [BZ #13691], Revert breakage of iconv() converter for TCVN-5712. | Andreas Jaeger | 2 | -85/+1 |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | 3 | -28/+28 |
2012-03-30 | Fix a bug when converting strings with 1 character using TCVN5712-1 | Tulio Magno Quites Machado Filho | 2 | -1/+85 |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -1/+0 |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 82 | -246/+164 |
2012-01-24 | Use newly built locales for tst-c16c32-1. | Joseph Myers | 1 | -0/+1 |
2012-01-21 | Fix version check in uchar.h | Ulrich Drepper | 1 | -1/+1 |
2012-01-08 | Simplify char16_t implementation | Ulrich Drepper | 5 | -228/+43 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 3 | -174/+174 |
2012-01-07 | More char16_t and char32_t support | Ulrich Drepper | 6 | -53/+241 |
2012-01-06 | Fix C11 header changes for C++. | Joseph Myers | 1 | -2/+2 |
2012-01-03 | Typo in test for C11-capable compiler | Ulrich Drepper | 2 | -4/+4 |
2012-01-01 | Add uchar.h support, part 1 | Ulrich Drepper | 10 | -13/+363 |
2012-01-01 | Start of uchar.h work | Ulrich Drepper | 2 | -1/+77 |
2012-01-01 | Add missing restrict in mbrtowc declaration | Ulrich Drepper | 1 | -1/+1 |
2011-12-17 | Optimized wcschr and wcscpy for x86-64 and x86-32 | Ulrich Drepper | 1 | -1/+4 |
2011-12-17 | Add tests for wcsrchr and wcscpy | Ulrich Drepper | 3 | -1/+5 |
2011-10-25 | Use correct signedness in default implementations of wcscmp and wmemcmp | Andreas Schwab | 2 | -20/+20 |
2011-10-24 | Fix lost wcslen symbol | Andreas Schwab | 1 | -3/+3 |
2011-10-23 | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 1 | -3/+8 |
2011-10-23 | Add wcschr test cases | Liubov Dmitrieva | 2 | -1/+3 |
2011-10-23 | Add wcslen test cases | Liubov Dmitrieva | 2 | -1/+3 |
2011-10-23 | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 1 | -2/+2 |