packaging: update version to 2.19
[platform/upstream/glibc.git] / stdlib /
2015-01-07 Eric Biggerssetenv fix memory leak when setting large, duplicate...
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 Chris MetcalfFix a couple of -Wundef warnings.
2014-12-16 Arjun ShankarModify stdlib/tst-bsearch.c to use test-skeleton.c
2014-11-24 Siddhesh PoyarekarRemove NOT_IN_libc
2014-11-19 Siddhesh PoyarekarAdd new macro IN_MODULE to identify module in which...
2014-11-13 Joseph MyersUse prototype definition for __strtol.
2014-11-13 Joseph MyersFix strtoll / strtoull namespace for 32-bit (bug 17594).
2014-11-12 Joseph MyersFix qsort_r namespace (bug 17571).
2014-11-05 Arjun ShankarModify several tests to use test-skeleton.c
2014-10-09 Joseph MyersDon't use INTDEF/INTUSE with __cxa_atexit (bug 14132).
2014-09-30 Will Newtonstdlib/tst-strtod-round.c: Fix build on ARM
2014-09-19 Andreas Krebbelstdlib/longlong.h: Add __udiv_w_sdiv prototype.
2014-09-12 Roland McGrathDon't use a nested function in rpmatch.
2014-09-10 Florian WeimerTurn on -Werror=implicit-function-declaration
2014-08-03 Mike Frysingertst-setcontext: fix style
2014-07-03 Maciej W. Rozyckistdlib/tst-strtod-overflow: Bump timeout up yet
2014-06-21 Roland McGrathClean up HAVE_CONFIG_H and STDC_HEADERS.
2014-06-20 Maciej W. Rozyckistdlib/tst-qsort2.c: Fix off-by-one argc interpretation...
2014-06-06 Joseph MyersDon't require test wrappers to preserve environment...
2014-06-04 Joseph MyersInclude LOCPATH in default test environment.
2014-05-20 Aurelien JarnoFix strtold on 32-bit sparc (and probably others) ...
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-14 Will Newtonstdlib/gmp-impl.h: Silence -Wundef warning for USE_STAC...
2014-05-01 Steve Ellcey2014-05-01 Steve Ellcey <sellcey@mips.com>
2014-04-22 Yufeng Zhang[AArch64] Use GCC builtins to count leading/tailing...
2014-04-17 Will Newtonstdlib/tst-setcontext.c: Check for clobbering of signal...
2014-03-06 Joseph MyersEnumerate tests with special rules in tests-special...
2014-02-26 Joseph MyersConsistently include Makeconfig after defining subdir.
2014-02-21 Joseph MyersGenerate .test-result files for tests with special...
2014-02-21 Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-13 Joseph MyersClean up trivially redundant __USE_MISC conditionals.
2014-02-12 Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
2014-02-11 Ondřej BílkaRemove unused variable from stdlib/setenv.c
2014-02-10 Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-02-10 Ondřej BílkaFix previous commit.
2014-02-10 Ondřej BílkaDeduplicate setenv.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-04 Joseph MyersUpdate longlong.h from GCC.
2013-11-18 Andreas SchwabProperly handle unavailable elements in LC_MONETARY...
2013-11-13 Joseph MyersFix strtod rounding of half the least subnormal (bug...
2013-10-30 Ondřej BílkaRemove code from div that is by C99 obsolete. Fixes...
2013-09-19 Liubov DmitrievaFix buffer overrun in strtod_l
2013-09-09 Allan McRaeFix memory leak in stdlib/isomac.c
2013-08-30 Ondřej BílkaFix then/than typos.
2013-08-29 Thomas Schwinge[BZ #15522] strtod ("nan(N)") returning a sNaN in some...
2013-08-29 Ondřej BílkaFix typos.
2013-08-26 Andreas SchwabFix dependencies for stdlib/tst-tls-atexit
2013-08-21 Ondřej BílkaFix typos.
2013-06-14 Joseph MyersMake tst-strtod-round use ROUNDING_TESTS.
2013-06-13 Joseph MyersRework tst-strtod-round handling of inexact results.
2013-06-08 Joseph MyersUse (void) in no-arguments function definitions.
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-31 Joseph MyersLink extra-libs consistently with libc and ld.so.
2013-05-16 Ryan S. ArnoldAdd #include <stdint.h> for uint[32|64]_t usage (except...
2013-04-29 Andreas JaegerBZ#15380: Fix initstate error return
2013-04-27 Andreas JaegerFix guards for qecvt
2013-04-05 Thomas SchwingeMore tests for external charater sequences representing...
2013-03-28 Roland McGrathAvoid unconditional __call_tls_dtors calls in static...
2013-03-20 Ondrej BilkaDo not warn about mblen, mbtowc and wctomb unused result.
2013-02-19 Jakub JelinekMerge branch 'master' of ssh://sourceware.org/git/glibc
2013-02-19 Jakub Jelinek * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as...
2013-02-19 Siddhesh PoyarekarFix copyright year in new files
2013-02-18 Mike Frysingerstdlib.h: use existing malloc/alloc_size attribute...
2013-02-18 Siddhesh PoyarekarC++11 thread_local destructors support
2013-02-13 Ondrej BilkaInstall stdlib-bsearch.h header
2013-02-11 Ondrej BilkaAdd inline bsearch expansion.
2013-02-05 Carlos O'Donellgetenv: Remove check for non-standard endianness.
2013-01-11 Joseph MyersRemove __GLIBC_HAVE_LONG_LONG.
2013-01-11 H.J. LuAdd --enable-hardcoded-path-in-tests configure option
2013-01-10 Joseph MyersUse __extension__ with long long in installed headers.
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2013-01-01 Joseph MyersAdd script to update copyright notices and reformat...
2012-11-09 Joseph MyersDeclare ecvt, fcvt, gcvt, mktemp in stdlib.h for XOPEN2...
2012-11-04 Thomas Schwinge[BZ #157] Remove include/stub-tag.h for good.
2012-11-03 H.J. LuCompile x86 rtld with -mno-sse -mno-mmx
2012-10-30 Joseph MyersFix strtod handling of underflow (bug 14047).
2012-10-24 Joseph MyersDefine and use $(run-built-tests).
2012-09-25 Dmitry V. LevinSet "fail on error" mode directly in testsuite shell...
2012-09-12 Joseph MyersMake strtod respect the rounding mode (bug 14518).
2012-09-06 Joseph MyersFix strtod test for values above maximum for IBM long...
2012-09-05 Andreas SchwabIncrease timeout for stdlib/tst-strtod-overflow
2012-09-05 Andreas SchwabUse LDBL_MIN_EXP to distinguish Intel and Motorola...
2012-09-05 Andreas SchwabCorrectly handle Motorola extended float format in...
2012-09-04 Florian Weimerstdlib/tst-secure-getenv.c: whitespace-only changes...
2012-09-04 Florian Weimerstdlib/tst-secure-getenv.c (alternative_main): Only...
2012-08-27 Joseph MyersFix sign of zero on strtod underflow (bug 14519).
2012-08-27 Joseph MyersFix strtod rounding (bug 3479).
2012-08-27 Joseph MyersFix strtod integer/buffer overflow (bug 14459).
2012-08-17 Roland McGrathClean up definition of _LIBC_REENTRANT and _IO_MTSAFE_IO.
2012-08-16 Joseph MyersUpdate longlong.h from GCC.
2012-08-16 Roland McGrathSuppress -Wunused-but-set warnings in GMP code.
2012-08-06 H.J. LuRemove __secure_getenv in 2.17 instead of 2.16
2012-08-03 Roland McGrathDistinguish ELOOP diagnosis threshold from SYMLOOP_MAX.
2012-07-31 Florian Weimersecure_getenv test should write errors to standard...
2012-07-25 Florian WeimerRename __secure_getenv to secure_getenv
next