aboutsummaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)AuthorFilesLines
2011-05-21Set stream errors in more casesUlrich Drepper2-1/+7
2011-02-20Fix allocation when handling positional parameters in printf.Petr Baudis3-3/+25
2011-02-16Conditionalize use of SIGRTMIN in psiginfo.Samuel Thibault1-1/+6
2011-02-15Fix two printf handler issues.Jakub Jelinek2-7/+13
2011-01-12Fix grouping when rounding increases number of integer digits.Ulrich Drepper3-9/+102
2010-12-24Always allow overwriting printf modifiers etc.Ulrich Drepper1-7/+13
2010-10-11psiginfo relied too much on sys_siglist.Ulrich Drepper1-2/+21
2010-10-11Unify psiginfo output.Ulrich Drepper1-5/+6
2010-04-19tst-fmemopen: Do not write test file in $srcdir.Roland McGrath1-6/+12
2010-03-26Fix printf format warning for si_band.Richard Henderson1-1/+1
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-11/+11
2009-10-30Avoid warning in scanf test.Ulrich Drepper1-1/+0
2009-10-30Implement mkstemps and mkstemps64.Ulrich Drepper5-10/+11
2009-09-29Check for integer overflows in formatting functionsAndreas Schwab2-20/+40
2009-08-23Print sign of NaN values.Ulrich Drepper3-23/+122
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2-0/+2
2009-05-16remove subsumed .gitignore entries and filesJim Meyering1-8/+0
2009-05-16remove mpn-copy.mk from .gitignore filesJim Meyering1-1/+1
2009-05-16remove COPYING* from .gitignore filesJim Meyering1-1/+1
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering1-0/+0
2009-04-26* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper1-3/+3
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper1-1/+1
2009-04-25* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX sinceUlrich Drepper1-2/+4
2009-04-24* stdio-common/psiginfo.c: Include <errno.h>.Ulrich Drepper1-0/+1
2009-04-23* stdio-common/printf.h: Add missing const to register_printf_modifier.Ulrich Drepper2-3/+3
2009-04-14* sysdeps/x86-64/strrchr.S: New file.Ulrich Drepper1-1/+1
2009-04-11* stdio-common/printf.h (struct printf_info): Add user element.Ulrich Drepper10-88/+491
2009-04-10Simplified code and possible copy problem fixed.Ulrich Drepper1-17/+3
2009-04-10* stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper1-8/+15
2009-02-26* libio/stdio.h: dprintf, fmemopen, getdelim, getline,Ulrich Drepper1-0/+5
2009-02-26* locale/langinfo.h: nl_langinfo_l is in POSIX 2008.Ulrich Drepper5-2/+249
2009-02-06[BZ #9823]Ulrich Drepper1-2/+2
2008-07-26* stdio-common/printf_fp.c (___printf_fp): Give wide outout codeUlrich Drepper1-0/+4
2008-07-25[BZ #6698]Ulrich Drepper3-13/+38
2008-07-20* locale/setlocale.c (setlocale): Take the setlocale lock earlier.Ulrich Drepper1-2/+7
2008-07-15* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputncvs/fedora-glibc-20080716T0944Ulrich Drepper1-1/+5
2008-07-08* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.Ulrich Drepper3-2/+27
2008-05-24* libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek5-2/+376
2008-03-30* stdio-common/vfprintf.c (vfprintf): Correct overflow test.Ulrich Drepper1-1/+2
2007-12-10[BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper3-10/+56
2007-12-07[BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper3-2/+17
2007-11-06* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer sizeUlrich Drepper2-14/+21
2007-10-28* stdio-common/Makefile (tests): Add bug20.Ulrich Drepper2-1/+33
2007-10-28[BZ #5225]Ulrich Drepper1-8/+10
2007-10-10* stdio-common/printf-parse.h: Include string.h and wchar.h.Ulrich Drepper4-56/+24
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper12-58/+784
2007-09-15* stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper1-3/+96
2007-08-26* stdio-common/Makefile: Avoid format string warning for tst-sprint.Ulrich Drepper1-0/+2
2007-08-22[BZ #4588]Ulrich Drepper1-7/+7
2007-08-11* nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper6-16/+20