| Commit message (Expand) | Author | Age | Files | Lines |
* | S390: Optimize wmemset. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize memchr, rawmemchr and wmemchr. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strcspn and wcscspn. | Stefan Liebler | 2015-08-26 | 1 | -1/+2 |
* | S390: Optimize strpbrk and wcspbrk. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strspn and wcsspn. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strchrnul and wcschrnul. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strncat wcsncat. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strcat and wcscat. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize stpncpy and wcpncpy. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize strncpy and wcsncpy. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | S390: Optimize stpcpy and wcpcpy. | Stefan Liebler | 2015-08-26 | 1 | -1/+2 |
* | S390: Optimize strnlen and wcsnlen. | Stefan Liebler | 2015-08-26 | 1 | -1/+1 |
* | Use correct signedness in wcsncmp | Stefan Liebler | 2015-04-13 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests. | Joseph Myers | 2014-11-26 | 1 | -2/+0 |
* | Include LOCPATH in default test environment. | Joseph Myers | 2014-06-04 | 1 | -7/+0 |
* | Consistently include Makeconfig after defining subdir. | Joseph Myers | 2014-02-26 | 1 | -0/+2 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -1/+1 |
* | Add script to update copyright notices and reformat some to facilitate its use. | Joseph Myers | 2013-01-01 | 1 | -2/+1 |
* | Add wcsmbs IFUNC tests | H.J. Lu | 2012-10-19 | 1 | -0/+2 |
* | Clean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO. | Roland McGrath | 2012-08-17 | 1 | -3/+2 |
* | tests: move -D_FORTIFY_SOURCE to CPPFLAGS | Mike Frysinger | 2012-05-31 | 1 | -1/+1 |
* | [BZ #13691], Revert breakage of iconv() converter for TCVN-5712. | Andreas Jaeger | 2012-05-21 | 1 | -2/+1 |
* | Fix a bug when converting strings with 1 character using TCVN5712-1 | Tulio Magno Quites Machado Filho | 2012-03-30 | 1 | -1/+2 |
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -1/+0 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Use newly built locales for tst-c16c32-1. | Joseph Myers | 2012-01-24 | 1 | -0/+1 |
* | More char16_t and char32_t support | Ulrich Drepper | 2012-01-07 | 1 | -1/+2 |
* | Add uchar.h support, part 1 | Ulrich Drepper | 2012-01-01 | 1 | -1/+2 |
* | Start of uchar.h work | Ulrich Drepper | 2012-01-01 | 1 | -1/+1 |
* | Add tests for wcsrchr and wcscpy | Ulrich Drepper | 2011-12-17 | 1 | -1/+1 |
* | Add wcschr test cases | Liubov Dmitrieva | 2011-10-23 | 1 | -1/+1 |
* | Add wcslen test cases | Liubov Dmitrieva | 2011-10-23 | 1 | -1/+1 |
* | Move wide char tests to wcsmbs directory | Ulrich Drepper | 2011-09-08 | 1 | -2/+3 |
* | [BZ #4963] | Ulrich Drepper | 2007-09-23 | 1 | -1/+2 |
* | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 2007-09-18 | 1 | -2/+12 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 2006-01-14 | 1 | -2/+3 |
* | 2005-12-13 Ulrich Drepper <drepper@redhat.com> | Ulrich Drepper | 2005-12-14 | 1 | -1/+4 |
* | * wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8. | Ulrich Drepper | 2005-10-15 | 1 | -0/+1 |
* | * Makefile (LOCALES): Add zh_TW.EUC-TW. | Ulrich Drepper | 2005-09-25 | 1 | -1/+1 |
* | * wcsmbs/Makefile: Add rules to build and run tst-wchar-h. | Ulrich Drepper | 2005-07-24 | 1 | -1/+2 |
* | 2005-07-21 Roland McGrath <roland@redhat.com> | Roland McGrath | 2005-07-22 | 1 | -2/+2 |
* | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 2004-12-22 | 1 | -10/+4 |
* | 2.5-18.1 | Jakub Jelinek | 2007-07-12 | 1 | -4/+10 |
* | Update. | Ulrich Drepper | 2004-08-05 | 1 | -2/+2 |
* | (tests): Add tst-wcpncpy. | Ulrich Drepper | 2003-07-22 | 1 | -2/+2 |
* | Update. | Ulrich Drepper | 2002-08-29 | 1 | -2/+2 |
* | * wcsmbs/Makefile (strtox-CFLAGS): New variable, | Roland McGrath | 2002-07-22 | 1 | -14/+15 |
* | Update to LGPL v2.1. | Andreas Jaeger | 2001-07-06 | 1 | -8/+8 |