summaryrefslogtreecommitdiff
path: root/stdio-common
AgeCommit message (Expand)Author
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-30Remove miscellaneous __STDC__ conditionals.Joseph Myers
2012-01-24Fix gets problemsUlrich Drepper
2012-01-08sscanf always calls reallocPaul Pluzhnikov
2012-01-07Remove pre-ISO C supportUlrich Drepper
2012-01-01Better gets prototype and fallout from removalUlrich Drepper
2011-12-17Fix extension of array in extended printf format handlingUlrich Drepper
2011-10-08isinf returns the sign of the number, use it in printf*Ulrich Drepper
2011-09-10Cleanup of configuration optionsUlrich Drepper
2011-09-09Fix boundary conditions in scanfUlrich Drepper
2011-09-09Merge branch 'master' of ssh://sourceware.org/git/glibcUlrich Drepper
2011-08-20Add test for BZ 13114Ulrich Drepper
2011-06-10Quash some new warnings from GCC 4.6.Roland McGrath
2011-05-21Set stream errors in more casesUlrich Drepper
2011-02-20Fix allocation when handling positional parameters in printf.Petr Baudis
2011-02-16Conditionalize use of SIGRTMIN in psiginfo.Samuel Thibault
2011-02-15Fix two printf handler issues.Jakub Jelinek
2011-01-12Fix grouping when rounding increases number of integer digits.Ulrich Drepper
2010-12-24Always allow overwriting printf modifiers etc.Ulrich Drepper
2010-10-11psiginfo relied too much on sys_siglist.Ulrich Drepper
2010-10-11Unify psiginfo output.Ulrich Drepper
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