packaging: update version to 2.19
[platform/upstream/glibc.git] / stdio-common /
2015-02-06 Paul PluzhnikovCVE-2015-1472: wscanf allocates too little memory
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-12-30 Chris MetcalfFix some warnings in the absence of FP round/exception...
2014-12-30 H.J. LuReplace %ld with %jd and cast to intmax_t
2014-12-17 Stefan LieblerGet rid of format warning in bug-vfprintf-nargs.c.
2014-12-16 Arjun ShankarModify stdio-common/tst-fseek.c to use test-skeleton.c
2014-12-16 Allan McRaestdio-common/Makefile: readd bug26 testcase
2014-12-15 Adhemerval Zanellastdio-common: Include <libc-internal.h> in some tests
2014-12-15 Jeff LawCVE-2012-3406: Stack overflow in vfprintf [BZ #16617]
2014-12-11 Roland McGrathEliminate -Wno-format from printf/scanf tests.
2014-12-10 Joseph MyersDisable -Wdeprecated-declarations for register_printf_f...
2014-12-10 Joseph MyersDisable -Wdiv-by-zero for some tests in stdio-common...
2014-12-10 Joseph MyersAdd macros for diagnostic control, use for scanf %a...
2014-11-27 Joseph MyersFix stdio-common/tst-fmemopen.c format warnings.
2014-11-25 Joseph MyersFix warning in stdio-common/tst-printf-round.c.
2014-11-24 Joseph MyersFix perror fileno namespace (bug 17633).
2014-11-12 Joseph MyersFix __printf_fp wmemset namespace (bug 17574).
2014-11-05 Adhemerval Zanellalibio: Refactor tst-fmemopen to use test-skeleton.c
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-10-09 Joseph MyersRemove stray *_internal aliases (bug 14132).
2014-09-29 Kostya Serebryanyremove nested function hack_digit
2014-06-06 Joseph MyersDon't require test wrappers to preserve environment...
2014-06-04 Joseph MyersInclude LOCPATH in default test environment.
2014-05-17 Richard HendersonMerge remote-tracking branch 'origin/roland/nptl-alpha'
2014-05-16 Joseph MyersUse existing makefile variables for dependencies on...
2014-05-01 Andreas SchwabCorrectly handle %p in wprintf (BZ #16890)
2014-03-17 Will NewtonRevert "Fix _IO_JUMPS_OFFSET -Wundef warnings"
2014-03-17 Will NewtonFix _IO_JUMPS_OFFSET -Wundef warnings
2014-03-06 Joseph MyersEnumerate tests with special rules in tests-special...
2014-02-28 Roland McGrathAdd missing } in Versions file.
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21 Joseph MyersGenerate .test-result files for tests with special...
2014-02-14 Joseph MyersSplit up rules for tests that compare output with basel...
2014-02-12 Joseph MyersRemove indirection in stdio-common tests dependencies.
2014-02-11 David S. MillerFix tst-sscanf and tst-swscanf on 64-bit.
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
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.
next