summaryrefslogtreecommitdiff
path: root/wcsmbs
AgeCommit message (Expand)Author
2011-10-25Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab
2011-10-24Fix lost wcslen symbolAndreas Schwab
2011-10-23Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva
2011-10-23Add wcschr test casesLiubov Dmitrieva
2011-10-23Add wcslen test casesLiubov Dmitrieva
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva
2011-10-15Fix lost wmemcmp symbolAndreas Schwab
2011-10-15Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva
2011-09-08Move wide char tests to wcsmbs directoryUlrich Drepper
2011-09-05Add x86-32 optimized wcscmpUlrich Drepper
2011-04-01Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper
2011-04-01Fix typos in comments.Ulrich Drepper
2011-03-10Remove __restrict quals from wmemcmp prototype.Jakub Jelinek
2010-12-10Declare wcpcpy and wcpncpy only under _GNU_SOURCEAndreas Schwab
2010-12-10Fix use of restrict in wchar.hAndreas Schwab
2010-10-03Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper
2010-06-14Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek
2010-03-24Unify wint_t handling in wchar.h and wctype.h.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering
2009-04-07* wcsmbs/wcsatcliff.c (MEMCHR): Define.Ulrich Drepper
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper
2009-01-29 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper
2009-01-02* wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state objectcvs/fedora-glibc-20090102T2110cvs/fedora-glibc-20090102T2040Ulrich Drepper
2008-12-29[BZ #9694]Ulrich Drepper
2008-12-26[BZ #9677]Ulrich Drepper
2008-04-11[BZ #5443]Ulrich Drepper
2007-12-10[BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper
2007-11-26Define __need_FILE also for __USE_XOPEN2K.Ulrich Drepper
2007-10-07[BZ #2633]Ulrich Drepper
2007-10-03* misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.Ulrich Drepper
2007-09-26* misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper
2007-09-23[BZ #4963]Ulrich Drepper
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper
2007-09-15* misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper
2007-08-16* stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. Jakub Jelinek
2007-08-03* sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper
2007-07-28* iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper
2007-07-19* include/features.h (__USE_ISOC95): New define.Ulrich Drepper
2007-03-17* configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper
2007-02-17[BZ #2648]Ulrich Drepper
2007-01-19* wcsmbs/wchar.h (wcstoll): Fix comment, function returns value ofUlrich Drepper
2006-09-27* libio/stdio.h: Move open_wmemstream prototype to ...Ulrich Drepper
2006-03-27* wcsmbs/wchar.h (btowc, wctob): Don't optimize in C++.Ulrich Drepper
2006-03-16* wcsmbs/wchar.h (__wcstol_internal, __wcstoul_internal): Declare theseRoland McGrath
2006-01-14* sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed.Roland McGrath
2006-01-14* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath
2006-01-10* wcsmbs/bits/wchar2.h (vswprintf): Call __vswprintf_alias rather thanUlrich Drepper
2005-12-27* posix/tst-execle1.c (do_test): Add a const.Roland McGrath