about summary refs log tree commit diff
path: root/wcsmbs
Commit message (Expand)AuthorAgeFilesLines
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-171-1/+4
* Add tests for wcsrchr and wcscpyUlrich Drepper2011-12-173-1/+5
* Use correct signedness in default implementations of wcscmp and wmemcmpAndreas Schwab2011-10-252-20/+20
* Fix lost wcslen symbolAndreas Schwab2011-10-241-3/+3
* Add optimized wcslen and strnlen for x86-32Liubov Dmitrieva2011-10-231-3/+8
* Add wcschr test casesLiubov Dmitrieva2011-10-232-1/+3
* Add wcslen test casesLiubov Dmitrieva2011-10-232-1/+3
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-2/+2
* Fix lost wmemcmp symbolAndreas Schwab2011-10-151-2/+2
* Optimized memcmp and wmemcmp for x86-64 and x86-32Liubov Dmitrieva2011-10-151-9/+12
* Move wide char tests to wcsmbs directoryUlrich Drepper2011-09-083-2/+7
* Add x86-32 optimized wcscmpUlrich Drepper2011-09-051-2/+5
* Fix visibility of declarations of wcpcpy and wcpncpy.Ulrich Drepper2011-04-011-2/+2
* Fix typos in comments.Ulrich Drepper2011-04-011-5/+5
* Remove __restrict quals from wmemcmp prototype.Jakub Jelinek2011-03-101-2/+1
* Declare wcpcpy and wcpncpy only under _GNU_SOURCEAndreas Schwab2010-12-101-2/+0
* Fix use of restrict in wchar.hAndreas Schwab2010-12-102-22/+28
* Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmpUlrich Drepper2010-10-031-0/+2
* Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek2010-06-141-8/+8
* Unify wint_t handling in wchar.h and wctype.h.Ulrich Drepper2010-03-241-8/+8
* Add support for XPG7 testing.Ulrich Drepper2010-01-092-8/+8
* Remove redundant .gitignore files.Andreas Schwab2009-05-161-6/+0
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
* * wcsmbs/wcsatcliff.c (MEMCHR): Define.Ulrich Drepper2009-04-071-0/+1
* * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-261-8/+8
* Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2009-01-291-0/+51
* * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Create temporary state object cvs/fedora-glibc-20090102T2110 cvs/fedora-glibc-20090102T2040Ulrich Drepper2009-01-021-0/+4
* [BZ #9694]Ulrich Drepper2008-12-291-3/+3
* [BZ #9677]Ulrich Drepper2008-12-261-1/+5
* [BZ #5443]Ulrich Drepper2008-04-111-4/+4
* [BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper2007-12-101-0/+5
* Define __need_FILE also for __USE_XOPEN2K.Ulrich Drepper2007-11-261-1/+1
* [BZ #2633]Ulrich Drepper2007-10-071-20/+26
* * misc/sys/cdefs.h (__REDIRECT_LDBL, __REDIRECT_NTH_LDBL): New macros.Ulrich Drepper2007-10-031-8/+8
* * misc/sys/cdefs.h (__warndecl, __errordecl): For GCC 4.3+ defineUlrich Drepper2007-09-261-38/+190
* [BZ #4963]Ulrich Drepper2007-09-233-6/+30
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-1810-4/+335
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-153-17/+65
* * stdlib/bits/stdlib-ldbl.h (__strtold_internal): Remove. Jakub Jelinek2007-08-161-3/+1
* * sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper2007-08-031-90/+0
* * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code.Ulrich Drepper2007-07-281-12/+18
* * include/features.h (__USE_ISOC95): New define.Ulrich Drepper2007-07-191-2/+2
* * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline.Ulrich Drepper2007-03-172-28/+28
* [BZ #2648]Ulrich Drepper2007-02-171-1/+1
* * wcsmbs/wchar.h (wcstoll): Fix comment, function returns value ofUlrich Drepper2007-01-191-3/+3
* * libio/stdio.h: Move open_wmemstream prototype to ...Ulrich Drepper2006-09-271-0/+7
* * wcsmbs/wchar.h (btowc, wctob): Don't optimize in C++.Ulrich Drepper2006-03-271-0/+2
* * wcsmbs/wchar.h (__wcstol_internal, __wcstoul_internal): Declare theseRoland McGrath2006-03-161-4/+8
* * sysdeps/ieee754/ldbl-opt/nldbl-compat.h (NLDBL_HIDDEN): Removed.Roland McGrath2006-01-142-27/+28
* * math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowardf): NewRoland McGrath2006-01-144-21/+74