summaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2010-04-19tst-fmemopen: Do not write test file in $srcdir.Roland McGrath
2010-03-26Fix printf format warning for si_band.Richard Henderson
2010-01-09Add support for XPG7 testing.Ulrich Drepper
2009-10-30Avoid warning in scanf test.Ulrich Drepper
2009-10-30Implement mkstemps and mkstemps64.Ulrich Drepper
2009-09-29Check for integer overflows in formatting functionsAndreas Schwab
2009-08-23Print sign of NaN values.Ulrich Drepper
2009-07-29Preserve SSE registers in runtime relocations on x86-64.Ulrich Drepper
2009-05-16remove subsumed .gitignore entries and filesJim Meyering
2009-05-16remove mpn-copy.mk from .gitignore filesJim Meyering
2009-05-16remove COPYING* from .gitignore filesJim Meyering
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering
2009-04-26* sysdeps/unix/sysv/linux/libc_pthread_init.c (__libc_pthread_init):Ulrich Drepper
2009-04-26* sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf.Ulrich Drepper
2009-04-25* stdio-common/stdio_lim.h.in (L_cuserid): Not part of POSIX sinceUlrich Drepper
2009-04-24* stdio-common/psiginfo.c: Include <errno.h>.Ulrich Drepper
2009-04-23* stdio-common/printf.h: Add missing const to register_printf_modifier.Ulrich Drepper
2009-04-14* sysdeps/x86-64/strrchr.S: New file.Ulrich Drepper
2009-04-11* stdio-common/printf.h (struct printf_info): Add user element.Ulrich Drepper
2009-04-10Simplified code and possible copy problem fixed.Ulrich Drepper
2009-04-10* stdio-common/vfprintf.c (vfprintf): Slightly more compact code.Ulrich Drepper
2009-02-26* libio/stdio.h: dprintf, fmemopen, getdelim, getline,Ulrich Drepper
2009-02-26* locale/langinfo.h: nl_langinfo_l is in POSIX 2008.Ulrich Drepper
2009-02-06[BZ #9823]Ulrich Drepper
2008-07-26* stdio-common/printf_fp.c (___printf_fp): Give wide outout codeUlrich Drepper
2008-07-25[BZ #6698]Ulrich Drepper
2008-07-20* locale/setlocale.c (setlocale): Take the setlocale lock earlier.Ulrich Drepper
2008-07-15* stdio-common/vfprintf.c (_IO_helper_overflow): In case _IO_sputncvs/fedora-glibc-20080716T0944Ulrich Drepper
2008-07-08* stdio-common/Makefile: Add rules to build and run tst-setvbuf1.Ulrich Drepper
2008-05-24* libio/stdio.h (vscanf): Fix -std=c99 redirect. Jakub Jelinek
2008-03-30* stdio-common/vfprintf.c (vfprintf): Correct overflow test.Ulrich Drepper
2007-12-10[BZ #5424, BZ #5428, BZ #5451]Ulrich Drepper
2007-12-07[BZ #5441, BZ #5452, BZ #5454]Ulrich Drepper
2007-11-06* stdio-common/vfprintf.c (vfprintf): Compute necessary buffer sizeUlrich Drepper
2007-10-28* stdio-common/Makefile (tests): Add bug20.Ulrich Drepper
2007-10-28[BZ #5225]Ulrich Drepper
2007-10-10* stdio-common/printf-parse.h: Include string.h and wchar.h.Ulrich Drepper
2007-09-18* include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper
2007-09-15* stdio-common/vfscanf.c (_IO_vfwscanf): Add support for 'm'Ulrich Drepper
2007-08-26* stdio-common/Makefile: Avoid format string warning for tst-sprint.Ulrich Drepper
2007-08-22[BZ #4588]Ulrich Drepper
2007-08-11* nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper
2007-08-01* stdlib/tst-strtod2.c (do_test): Use %tu in fmt string for ptrdiff_tUlrich Drepper
2007-07-31* stdio-common/tfformat.c (sprint_doubles): Add 12 new tests.Jakub Jelinek
2007-07-29[BZ 4858]Ulrich Drepper
2007-07-28* nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known toUlrich Drepper
2007-07-19* libio/iopopen.c (_IO_new_proc_open): Don't close child_std_endUlrich Drepper
2007-07-08* stdio-common/vfscanf.c (_IO_vfscanf): Add additional test for EOFUlrich Drepper
2007-07-07* libio/wstrops.c (_IO_wstr_underflow): Clear errno beforeUlrich Drepper
2007-07-07[BZ #4745]Ulrich Drepper