S390: Save and restore fprs/vrs while resolving symbols.
[platform/upstream/linaro-glibc.git] / stdlib /
2016-05-22 Florian WeimerHarden tls_dtor_list with pointer mangling [BZ #19018]
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
2012-07-17 Thomas Schwingesetcontext: Clarify termination when uc_link is the...
2012-07-16 Andreas SchwabFix bug-getcontext test
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory.
2012-06-04 David S. MillerSync longlong.h with GCC to fix a sparc regression.
2012-06-01 David S. MillerUpdate longlong.h from GCC to get some sparc improvements.
2012-05-24 Andreas SchwabRemove use of INTDEF/INTUSE in libio
2012-05-17 Chris Metcalfmath: support platforms with limited FP rounding or...
2012-05-09 H.J. LuUpdate stdlib/longlong.h from GCC
2012-05-04 Joseph MyersFix strtod rounding of hex values (bug 14049).
2012-05-03 Allan McRaeFix test-suite failues with -Wl,--as-needed
2012-04-29 Marek PolacekFix attributes for fortify functions.
2012-04-23 Paul Eggert* stdlib/stdlib.h: Remove warn_unused_result attribute...
2012-04-05 Andreas JaegerDon't warn about unused result of mktemp
2012-03-14 Andreas JaegerMerge branch 'master' into bug13658-branch
2012-03-07 Ulrich DrepperRemove distribute variable from Makefiles
next