linux: bits/in.h: sync with latest kernel headers
[jlayton/glibc.git] / stdio-common /
2014-01-07 Ondřej BílkaFix integer overflow in vfwprintf. Fixes bug 14286.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-11-18 Ondřej BílkaDo not let scanf("%4p") accept "(nil)". Fixes bug 16055
2013-10-31 Andreas SchwabFix parsing of 0e+0 as float
2013-10-29 Andreas SchwabLet tst-swscanf find its locale
2013-10-12 Yuri ChornoivanFix typos.
2013-10-11 Eric BiggersFix fwrite() reading beyond end of buffer in error...
2013-10-04 Alan ModraPowerPC floating point little-endian [1 of 15]
2013-09-24 Olivier LangloisFix tst-long-dbl-fphex swprintf length calculation.
2013-08-30 Ondřej BílkaFix typos.
2013-06-07 Joseph MyersAvoid use of "register" as optimization hint.
2013-06-06 Ondrej BilkaFix leading whitespaces.
2013-06-05 Joseph MyersRemove trailing whitespace.
2013-05-26 Thomas Schwinge * stdio-common/bug26.c (main): Correct fscanf template.
2013-04-15 Thomas SchwingeFix coding-style violation.
2013-04-11 Andreas SchwabDon't accept exp char without preceding digits in scanf...
2013-04-05 Thomas SchwingeMore tests for external charater sequences representing...
2013-04-05 Thomas SchwingeProperly collect individual tests' results.
2013-03-15 Thomas SchwingeBetter distinguish between NaN/qNaN/sNaN.
2013-03-15 Thomas SchwingeRemove unused declarations.
2013-03-06 Paul PluzhnikovReplace __builtin_expect(..., 0) with __glibc_unlikely().
2013-03-05 Paul Pluzhnikov * stdio-common/vfprintf.c (vfprintf): Check malloc...
2013-02-13 Joseph MyersRemove __ptrvalue, __bounded and __unbounded.
2013-01-11 H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-12-06 Siddhesh PoyarekarAdd newline to last test in stdio-common/tst-put-error.c
2012-12-05 Joseph MyersIncrease width of padded output in stdio-common/tst...
2012-11-20 Joseph MyersFix more set-but-not-used warnings in _itowa.c.
2012-11-16 Siddhesh Poyarekarprintf should return negative value on error
2012-11-04 Thomas Schwinge[BZ #157] Remove include/stub-tag.h for good.
2012-10-24 Joseph MyersDefine and use $(run-built-tests).
2012-09-28 Jeff Law2012-09-28 Andreas Schwab <schwab@linux-m68k.org>
2012-09-25 Dmitry V. LevinSet "fail on error" mode directly in testsuite shell...
2012-09-24 Joseph MyersMake printf respect the rounding mode for hex output...
2012-09-14 Joseph MyersMake printf respect the rounding mode for decimal outpu...
2012-08-18 Andreas JaegerFix last patch: Add missing DUMMY variable
2012-08-17 Roland McGrathClean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
2012-08-16 Roland McGrathSuppress -Wunused-but-set warnings in GMP code.
2012-07-30 Roland McGrathFix lots of bitrot for stub configurations.
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-31 Andreas SchwabRemove use of INTDEF/INTUSE in stdio-common
2012-05-25 Jeff Law2012-05-24 Jeff Law <law@redhat.com>
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-05-21 Andreas Jaeger[BZ #13691], Revert breakage of iconv() converter for...
2012-05-18 H.J. LuCheck _ITOA_NEEDED and use _ITOA_WORD_TYPE
2012-05-17 Chris MetcalfBump up stdio bug22 timeout from 30 seconds to 60 seconds
2012-04-28 Andreas SchwabFix formatting of denormal IBM long double numbers
2012-04-02 David S. MillerTighten up vfprintf width, precision, and total length...
2012-03-27 Andreas JaegerMerge branch 'elf-move'
2012-03-21 H.J. LuAdd _ITOA_NEEDED and _ITOA_WORD_TYPE
2012-03-20 H.J. LuMove stdio-common/_itoa.h to sysdeps/generic
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-10 Paul EggertReplace FSF snail mail address with URL in miscellaneou...
2012-03-09 Joseph MyersInstall bits/stdio_lim.h in install-headers.
2012-03-08 Ulrich DrepperClean up tst-fphex test
2012-03-08 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-03-08 Marek PolacekFix up long double fphex test
2012-03-08 Marek PolacekEnhance fphex test.
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
2012-03-07 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-03-07 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperFormatting fixes
2012-03-06 Marek PolacekFix up long double fphex.
2012-03-05 Kees Cook2012-03-02 Kees Cook <keescook@chromium.org>
2012-03-05 Kees Cook2012-03-02 Kees Cook <keescook@chromium.org>
2012-02-27 Roland McGrathRemove a spurious const in tst-fmemopen.
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-31 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-30 Joseph MyersRemove miscellaneous __STDC__ conditionals.
2012-01-25 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-24 Ulrich DrepperFix gets problems
2012-01-09 Paul Pluzhnikovsscanf always calls realloc
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-03 Ulrich DrepperMerge branch 'c11'
2012-01-01 Ulrich DrepperBetter gets prototype and fallout from removal
2011-12-18 Ulrich DrepperFix extension of array in extended printf format handling
2011-10-08 Ulrich Drepperisinf returns the sign of the number, use it in printf*
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-09-10 Ulrich DrepperFix boundary conditions in scanf
2011-09-09 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-20 Roland McGrathMerge branch 'roland/x86-tcb-align'
2011-08-20 Ulrich DrepperAdd test for BZ 13114
2011-06-11 Roland McGrathQuash some new warnings from GCC 4.6.
2011-05-21 Ulrich DrepperSet stream errors in more cases
2011-02-20 Petr BaudisFix allocation when handling positional parameters...
2011-02-17 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-02-16 Samuel ThibaultConditionalize use of SIGRTMIN in psiginfo.
2011-02-15 Jakub JelinekFix two printf handler issues.
2011-01-13 Ulrich DrepperFix grouping when rounding increases number of integer...
2010-12-25 Ulrich DrepperAlways allow overwriting printf modifiers etc.
2010-10-11 Ulrich Drepperpsiginfo relied too much on sys_siglist.
2010-10-11 Ulrich DrepperUnify psiginfo output.
2010-04-19 Roland McGrathtst-fmemopen: Do not write test file in $srcdir.
2010-03-26 Richard HendersonFix printf format warning for si_band.
2010-01-09 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-09 Ulrich DrepperAdd support for XPG7 testing.
2009-10-30 Ulrich DrepperAvoid warning in scanf test.
2009-10-30 Ulrich DrepperImplement mkstemps and mkstemps64.
2009-09-29 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
next