| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-04-25 | * stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX since |  Ulrich Drepper | 1 | -2/+4 |
| 2009-04-24 | * stdio-common/psiginfo.c: Include <errno.h>. |  Ulrich Drepper | 1 | -0/+1 |
| 2009-04-23 | * stdio-common/printf.h: Add missing const to register_printf_modifier. |  Ulrich Drepper | 2 | -3/+3 |
| 2009-04-14 | * sysdeps/x86-64/strrchr.S: New file. |  Ulrich Drepper | 1 | -1/+1 |
| 2009-04-11 | * stdio-common/printf.h (struct printf_info): Add user element. |  Ulrich Drepper | 10 | -87/+490 |
| 2009-04-10 | Simplified code and possible copy problem fixed. |  Ulrich Drepper | 1 | -17/+3 |
| 2009-04-10 | * stdio-common/vfprintf.c (vfprintf): Slightly more compact code. |  Ulrich Drepper | 1 | -8/+15 |
| 2009-02-26 | * libio/stdio.h: dprintf, fmemopen, getdelim, getline, |  Ulrich Drepper | 1 | -0/+5 |
| 2009-02-26 | * locale/langinfo.h: nl_langinfo_l is in POSIX 2008. |  Ulrich Drepper | 5 | -2/+249 |
| 2009-02-06 | [BZ #9823] |  Ulrich Drepper | 1 | -2/+2 |
| 2008-07-26 | * stdio-common/printf_fp.c (___printf_fp): Give wide outout code |  Ulrich Drepper | 1 | -0/+4 |
| 2008-07-25 | [BZ #6698] |  Ulrich Drepper | 3 | -13/+38 |
| 2008-07-20 | * locale/setlocale.c (setlocale): Take the setlocale lock earlier. |  Ulrich Drepper | 1 | -2/+7 |
| 2008-07-15 | * stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputncvs/fedora-glibc-20080716T0944 |  Ulrich Drepper | 1 | -1/+5 |
| 2008-07-08 | * stdio-common/Makefile: Add rules to build and run tst-setvbuf1. |  Ulrich Drepper | 3 | -2/+27 |
| 2008-05-24 | * libio/stdio.h (vscanf): Fix -std=c99 redirect. |  Jakub Jelinek | 5 | -2/+376 |
| 2008-03-30 | * stdio-common/vfprintf.c (vfprintf): Correct overflow test. |  Ulrich Drepper | 1 | -1/+2 |
| 2007-12-10 | [BZ #5424, BZ #5428, BZ #5451] |  Ulrich Drepper | 3 | -10/+56 |
| 2007-12-07 | [BZ #5441, BZ #5452, BZ #5454] |  Ulrich Drepper | 3 | -2/+17 |
| 2007-11-06 | * stdio-common/vfprintf.c (vfprintf): Compute necessary buffer size |  Ulrich Drepper | 2 | -14/+21 |
| 2007-10-28 | * stdio-common/Makefile (tests): Add bug20. |  Ulrich Drepper | 2 | -1/+33 |
| 2007-10-28 | [BZ #5225] |  Ulrich Drepper | 1 | -8/+10 |
| 2007-10-10 | * stdio-common/printf-parse.h: Include string.h and wchar.h. |  Ulrich Drepper | 4 | -56/+24 |
| 2007-09-18 | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, |  Ulrich Drepper | 12 | -58/+784 |
| 2007-09-15 | * stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm' |  Ulrich Drepper | 1 | -3/+96 |
| 2007-08-26 | * stdio-common/Makefile: Avoid format string warning for tst-sprint. |  Ulrich Drepper | 1 | -0/+2 |
| 2007-08-22 | [BZ #4588] |  Ulrich Drepper | 1 | -7/+7 |
| 2007-08-11 | * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostemp |  Ulrich Drepper | 6 | -16/+20 |
| 2007-08-01 | * stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_t |  Ulrich Drepper | 1 | -1/+1 |
| 2007-07-31 | * stdio-common/tfformat.c (sprint_doubles): Add 12 new tests. |  Jakub Jelinek | 1 | -0/+12 |
| 2007-07-29 | [BZ 4858] |  Ulrich Drepper | 2 | -1/+6 |
| 2007-07-28 | * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to |  Ulrich Drepper | 3 | -1/+4 |
| 2007-07-19 | * libio/iopopen.c (_IO_new_proc_open): Don't close child_std_end |  Ulrich Drepper | 2 | -1/+93 |
| 2007-07-08 | * stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOF |  Ulrich Drepper | 4 | -4/+75 |
| 2007-07-07 | * libio/wstrops.c (_IO_wstr_underflow): Clear errno before |  Ulrich Drepper | 3 | -3/+15 |
| 2007-07-07 | [BZ #4745] |  Ulrich Drepper | 2 | -1/+43 |
| 2007-06-08 | * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove |  Ulrich Drepper | 1 | -1/+24 |
| 2007-06-04 | * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c |  Ulrich Drepper | 2 | -1/+60 |
| 2007-05-21 | [BZ #4514] |  Ulrich Drepper | 2 | -4/+28 |
| 2007-05-07 | * stdio-common/vfprintf.c (process_string_arg): Optimize |  Ulrich Drepper | 1 | -2/+3 |
| 2007-05-05 | * stdio-common/vfprintf.c (process_string_arg): Adjust call to |  Ulrich Drepper | 1 | -2/+2 |
| 2007-05-02 | * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than |  Ulrich Drepper | 1 | -1/+2 |
| 2007-05-01 | * stdio-common/test-vfprintf.c (main): Add test for large |  Ulrich Drepper | 1 | -3/+5 |
| 2007-05-01 | [BZ #4438] |  Ulrich Drepper | 1 | -9/+15 |
| 2007-04-30 | * stdio-common/printf_fp.c (___printf_fp): Don't print negative sign |  Ulrich Drepper | 2 | -1/+9 |
| 2007-04-27 | [BZ #4342] |  Ulrich Drepper | 1 | -2/+2 |
| 2007-04-27 | (_IO_vfscanf_internal): Allow hexa-decimal floats without exponent. |  Ulrich Drepper | 1 | -3/+2 |
| 2007-04-16 | * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4 |  Ulrich Drepper | 2 | -4/+10 |
| 2007-03-17 | * elf/dl-open.c (dl_open_worker): Declare l in 2 differentcvs/fedora-glibc-20070317T2130 |  Ulrich Drepper | 1 | -1/+2 |
| 2007-02-21 | [BZ #4070] |  Ulrich Drepper | 2 | -32/+62 |