| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix lost wcslen symbol | Andreas Schwab | 2011-10-24 | 1 | -3/+3 |
* | Add optimized wcslen and strnlen for x86-32 | Liubov Dmitrieva | 2011-10-23 | 1 | -3/+8 |
* | Add wcschr test cases | Liubov Dmitrieva | 2011-10-23 | 2 | -1/+3 |
* | Add wcslen test cases | Liubov Dmitrieva | 2011-10-23 | 2 | -1/+3 |
* | Fix signedness in wcscmp comparison | Liubov Dmitrieva | 2011-10-23 | 1 | -2/+2 |
* | Fix lost wmemcmp symbol | Andreas Schwab | 2011-10-15 | 1 | -2/+2 |
* | Optimized memcmp and wmemcmp for x86-64 and x86-32 | Liubov Dmitrieva | 2011-10-15 | 1 | -9/+12 |
* | Move wide char tests to wcsmbs directory | Ulrich Drepper | 2011-09-08 | 3 | -2/+7 |
* | Add x86-32 optimized wcscmp | Ulrich Drepper | 2011-09-05 | 1 | -2/+5 |
* | Fix visibility of declarations of wcpcpy and wcpncpy. | Ulrich Drepper | 2011-04-01 | 1 | -2/+2 |
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 1 | -5/+5 |
* | Remove __restrict quals from wmemcmp prototype. | Jakub Jelinek | 2011-03-10 | 1 | -2/+1 |
* | Declare wcpcpy and wcpncpy only under _GNU_SOURCE | Andreas Schwab | 2010-12-10 | 1 | -2/+0 |
* | Fix use of restrict in wchar.h | Andreas Schwab | 2010-12-10 | 2 | -22/+28 |
* | Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp | Ulrich Drepper | 2010-10-03 | 1 | -0/+2 |
* | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 2010-06-14 | 1 | -8/+8 |
* | Unify wint_t handling in wchar.h and wctype.h. | Ulrich Drepper | 2010-03-24 | 1 | -8/+8 |
* | Add support for XPG7 testing. | Ulrich Drepper | 2010-01-09 | 2 | -8/+8 |
* | Remove redundant .gitignore files. | Andreas Schwab | 2009-05-16 | 1 | -6/+0 |
* | rename each .cvsignore file to .gitignore | Jim Meyering | 2009-05-15 | 1 | -0/+0 |
* | * wcsmbs/wcsatcliff.c (MEMCHR): Define. | Ulrich Drepper | 2009-04-07 | 1 | -0/+1 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 1 | -8/+8 |
* | Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2009-01-29 | 1 | -0/+51 |
* | * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object cvs/fedora-glibc-20090102T2110 cvs/fedora-glibc-20090102T2040 | Ulrich Drepper | 2009-01-02 | 1 | -0/+4 |
* | [BZ #9694] | Ulrich Drepper | 2008-12-29 | 1 | -3/+3 |
* | [BZ #9677] | Ulrich Drepper | 2008-12-26 | 1 | -1/+5 |
* | [BZ #5443] | Ulrich Drepper | 2008-04-11 | 1 | -4/+4 |
* | [BZ #5424, BZ #5428, BZ #5451] | Ulrich Drepper | 2007-12-10 | 1 | -0/+5 |
* | Define __need_FILE also for __USE_XOPEN2K. | Ulrich Drepper | 2007-11-26 | 1 | -1/+1 |
* | [BZ #2633] | Ulrich Drepper | 2007-10-07 | 1 | -20/+26 |
* | * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros. | Ulrich Drepper | 2007-10-03 | 1 | -8/+8 |
* | * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ define | Ulrich Drepper | 2007-09-26 | 1 | -38/+190 |
* | [BZ #4963] | Ulrich Drepper | 2007-09-23 | 3 | -6/+30 |
* | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 2007-09-18 | 10 | -4/+335 |
* | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2007-09-15 | 3 | -17/+65 |
* | * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. | Jakub Jelinek | 2007-08-16 | 1 | -3/+1 |
* | * sysdeps/unix/dirstream.h (struct __dirstream): Move lock member | Ulrich Drepper | 2007-08-03 | 1 | -90/+0 |
* | * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. | Ulrich Drepper | 2007-07-28 | 1 | -12/+18 |
* | * include/features.h (__USE_ISOC95): New define. | Ulrich Drepper | 2007-07-19 | 1 | -2/+2 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 2 | -28/+28 |
* | [BZ #2648] | Ulrich Drepper | 2007-02-17 | 1 | -1/+1 |
* | * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value of | Ulrich Drepper | 2007-01-19 | 1 | -3/+3 |
* | * libio/stdio.h: Move open_wmemstream prototype to ... | Ulrich Drepper | 2006-09-27 | 1 | -0/+7 |
* | * wcsmbs/wchar.h (btowc, wctob): Don't optimize in C++. | Ulrich Drepper | 2006-03-27 | 1 | -0/+2 |
* | * wcsmbs/wchar.h (__wcstol_internal, __wcstoul_internal): Declare these | Roland McGrath | 2006-03-16 | 1 | -4/+8 |
* | * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed. | Roland McGrath | 2006-01-14 | 2 | -27/+28 |
* | * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): New | Roland McGrath | 2006-01-14 | 4 | -21/+74 |
* | * wcsmbs/bits/wchar2.h (vswprintf): Call __vswprintf_alias rather than | Ulrich Drepper | 2006-01-10 | 1 | -2/+2 |
* | * posix/tst-execle1.c (do_test): Add a const. | Roland McGrath | 2005-12-27 | 1 | -2/+2 |
* | * iconv/gconv.c: Demangle pointers before use if necessary. cvs/fedora-glibc-20051219T1003 | Ulrich Drepper | 2005-12-19 | 8 | -46/+90 |