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