summary refs log tree commit diff
path: root/wcsmbs
Commit message (Expand)AuthorAgeFilesLines
* 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
* * wcsmbs/bits/wchar2.h (vswprintf): Call __vswprintf_alias rather thanUlrich Drepper2006-01-101-2/+2
* * posix/tst-execle1.c (do_test): Add a const.Roland McGrath2005-12-271-2/+2
* * iconv/gconv.c: Demangle pointers before use if necessary. cvs/fedora-glibc-20051219T1003Ulrich Drepper2005-12-198-46/+90
* (to_wc): Mark as const. (to_mb): Likewise.Ulrich Drepper2005-12-191-5/+5
* Moved to csu/errno-loc.c.Ulrich Drepper2005-12-148-0/+217
* 2005-12-13 Ulrich Drepper <drepper@redhat.com>Ulrich Drepper2005-12-141-1/+4
* * wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8.Ulrich Drepper2005-10-152-2/+3
* [BZ #714]Ulrich Drepper2005-09-251-5/+5
* * Makefile (LOCALES): Add zh_TW.EUC-TW.Ulrich Drepper2005-09-252-1/+68
* * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) byUlrich Drepper2005-08-221-4/+6
* * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,Ulrich Drepper2005-08-081-24/+24
* * debug/mbstowcs_chk.c: New file.Ulrich Drepper2005-07-251-1/+1
* * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.Ulrich Drepper2005-07-242-1/+11
* * wcsmbs/bits/wchar2.h: Use __FILE not FILE.Ulrich Drepper2005-07-241-8/+8
* (__vfwprintf_chk, __vwprintf_chk): Use __gnuc_va_list rather than _G_va_list.Ulrich Drepper2005-07-221-2/+2
* 2005-07-21 Roland McGrath <roland@redhat.com>Roland McGrath2005-07-221-2/+2
* * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.Ulrich Drepper2005-07-211-4/+3
* * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,Ulrich Drepper2005-07-201-0/+111
* * wcsmbs/bits/wchar2.h: Use __REDIRECT_NTH instead of __REDIRECTUlrich Drepper2005-07-151-40/+39
* * wcsmbs/bits/wchar2.h: New file.Ulrich Drepper2005-07-153-2/+298
* * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright. cvs/fedora-glibc-20050401T1444Ulrich Drepper2005-04-013-3/+30