summary refs log tree commit diff
path: root/stdio-common
Commit message (Expand)AuthorAgeFilesLines
* Set stream errors in more casesUlrich Drepper2011-05-212-1/+7
* Fix allocation when handling positional parameters in printf.Petr Baudis2011-02-203-3/+25
* Conditionalize use of SIGRTMIN in psiginfo.Samuel Thibault2011-02-161-1/+6
* Fix two printf handler issues.Jakub Jelinek2011-02-152-7/+13
* Fix grouping when rounding increases number of integer digits.Ulrich Drepper2011-01-123-9/+102
* Always allow overwriting printf modifiers etc.Ulrich Drepper2010-12-241-7/+13
* psiginfo relied too much on sys_siglist.Ulrich Drepper2010-10-111-2/+21
* Unify psiginfo output.Ulrich Drepper2010-10-111-5/+6
* tst-fmemopen: Do not write test file in $srcdir.Roland McGrath2010-04-191-6/+12
* Fix printf format warning for si_band.Richard Henderson2010-03-261-1/+1
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-11/+11
* Avoid warning in scanf test.Ulrich Drepper2009-10-301-1/+0
* Implement mkstemps and mkstemps64.Ulrich Drepper2009-10-305-10/+11
* Check for integer overflows in formatting functionsAndreas Schwab2009-09-292-20/+40
* Print sign of NaN values.Ulrich Drepper2009-08-233-23/+122
* Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper2009-07-292-0/+2
* remove subsumed .gitignore entries and filesJim Meyering2009-05-161-8/+0
* remove mpn-copy.mk from .gitignore filesJim Meyering2009-05-161-1/+1
* remove COPYING* from .gitignore filesJim Meyering2009-05-161-1/+1
* rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
* * sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper2009-04-261-3/+3
* * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper2009-04-261-1/+1
* * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX sinceUlrich Drepper2009-04-251-2/+4
* * stdio-common/psiginfo.c: Include <errno.h>.Ulrich Drepper2009-04-241-0/+1
* * stdio-common/printf.h: Add missing const to register_printf_modifier.Ulrich Drepper2009-04-232-3/+3
* * sysdeps/x86-64/strrchr.S: New file.Ulrich Drepper2009-04-141-1/+1
* * stdio-common/printf.h (struct printf_info): Add user element.Ulrich Drepper2009-04-1110-88/+491
* Simplified code and possible copy problem fixed.Ulrich Drepper2009-04-101-17/+3
* * stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper2009-04-101-8/+15
* * libio/stdio.h: dprintf, fmemopen, getdelim, getline,Ulrich Drepper2009-02-261-0/+5
* * locale/langinfo.h: nl_langinfo_l is in POSIX 2008.Ulrich Drepper2009-02-265-2/+249
* [BZ #9823]Ulrich Drepper2009-02-061-2/+2
* * stdio-common/printf_fp.c (___printf_fp): Give wide outout codeUlrich Drepper2008-07-261-0/+4
* [BZ #6698]Ulrich Drepper2008-07-253-13/+38
* * locale/setlocale.c (setlocale): Take the setlocale lock earlier.Ulrich Drepper2008-07-201-2/+7
* * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputn cvs/fedora-glibc-20080716T0944Ulrich Drepper2008-07-151-1/+5
* * stdio-common/Makefile: Add rules to build and run tst-setvbuf1.Ulrich Drepper2008-07-083-2/+27
* * libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek2008-05-245-2/+376
* * stdio-common/vfprintf.c (vfprintf): Correct overflow test.Ulrich Drepper2008-03-301-1/+2
* [BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper2007-12-103-10/+56
* [BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper2007-12-073-2/+17
* * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer sizeUlrich Drepper2007-11-062-14/+21
* * stdio-common/Makefile (tests): Add bug20.Ulrich Drepper2007-10-282-1/+33
* [BZ #5225]Ulrich Drepper2007-10-281-8/+10
* * stdio-common/printf-parse.h: Include string.h and wchar.h.Ulrich Drepper2007-10-104-56/+24
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-1812-58/+784
* * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper2007-09-151-3/+96
* * stdio-common/Makefile: Avoid format string warning for tst-sprint.Ulrich Drepper2007-08-261-0/+2
* [BZ #4588]Ulrich Drepper2007-08-221-7/+7
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-116-16/+20