]> git.ipfire.org Git - thirdparty/glibc.git/history - NEWS
[BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0
[thirdparty/glibc.git] / NEWS
2015-10-14  Szabolcs Nagy[BZ #19129][ARM] Fix _dl_tlsdesc_resolve_hold to save r0
2015-10-14  Florian WeimerFix double-checked locking in _res_hconf_reorder_addrs...
2015-10-14  H.J. LuSupport PLT and GOT references in local PIC check
2015-10-13  Joseph MyersFix powerpc32 llround, llroundf exceptions (bug 19125).
2015-10-13  H.J. LuSupport x86-64 assmebler without AVX512
2015-10-13  Joseph MyersFix powerpc32 llrint, llrintf bad exceptions (bug 16422).
2015-10-09  Joseph MyersFix llrint, llround missing exceptions for ARM (bug...
2015-10-09  Joseph MyersFix lrint, llrint, lround, llround missing exceptions...
2015-10-09  Joseph MyersFix dbl-64 lrint for 64-bit long (bug 19095).
2015-10-08  Joseph MyersFix lrint, llrint missing exceptions close to overflow...
2015-10-08  Carlos O'Donellstrcoll: Remove incorrect STRDIFF-based optimization...
2015-10-08  Carlos O'DonellAdd BZ#19086 to NEWS.
2015-10-07  Joseph MyersFix lround, llround missing exceptions close to overflo...
2015-10-07  Joseph MyersFix ldbl-128 lrintl, lroundl missing exceptions for...
2015-10-07  Joseph MyersDon't use dbl-64/wordsize-64 lround based on llround...
2015-10-06  Joseph MyersFix ldbl-128ibm expl overflow in non-default rounding...
2015-10-06  Joseph MyersFix ldbl-128ibm logl (1) sign of zero result (bug 19077).
2015-10-06  Joseph MyersFix ldbl-128ibm log1pl (-1) sign of infinity (bug 19076).
2015-10-06  Florian Weimernss_nis: Do not call malloc_usable_size [BZ #10432]
2015-10-06  Florian WeimerHarden tls_dtor_list with pointer mangling [BZ #19018]
2015-10-06  Paul PluzhnikovFix BZ #19012 -- iconv_open leaks memory on error path.
2015-10-05  Joseph MyersFix ldbl-96 lroundl just below powers of 2 (bug 19071).
2015-10-05  Joseph MyersDon't list bug 887 as fixed for glibc 2.16.
2015-10-05  Joseph MyersWork around powerpc32 integer 0 converting to -0 (bug...
2015-10-02  Joseph MyersFix nexttoward overflow in non-default rounding modes...
2015-10-02  Florian WeimerHarden putpwent, putgrent, putspent, putspent against...
2015-10-01  Joseph MyersFix ldbl-128 / ldbl-128ibm lgamma overflow handling...
2015-09-30  Joseph MyersFix ldbl-128ibm exp10l spurious overflows (bug 16620).
2015-09-30  Joseph MyersFix i386 acosh (-qNaN) spurious "invalid" exception.
2015-09-28  Joseph MyersFix clog, clog10 inaccuracy (bug 19016).
2015-09-28  Martin SeborLet 'make check subdirs=string' succeed even when it...
2015-09-26  Paul PluzhnikovFix BZ #18985 -- out of range data to strftime() causes...
2015-09-26  Joseph MyersFix powf inaccuracy (bug 18956).
2015-09-25  Joseph MyersFix pow missing underflows (bug 18825).
2015-09-25  Maciej W. Rozycki[BZ #17250] Fix static dlopen default library search...
2015-09-24  Joseph MyersFix hypot missing underflows (bug 18803).
2015-09-24  Joseph MyersFix x86_64 fma4 pow inappropriate contraction (bug...
2015-09-18  Joseph MyersAvoid excess range in results from i386 exp, hypot...
2015-09-18  Joseph MyersAvoid excess range in results from i386 scalb functions...
2015-09-18  Wilco DijkstraAdd inlining of the C99 math functions isinf/isnan...
2015-09-18  Vincent Bernattime: in strptime(), make %z accept [+-]HH:MM tz [BZ...
2015-09-18  Vincent Bernattime: in strptime(), make %z accept Z as a time zone...
2015-09-17  H.J. LuUse __pthread_setcancelstate in libc.a
2015-09-17  Joseph MyersFix sign of zero part from ctan / ctanh when argument...
2015-09-17  Joseph MyersReduce number of constants in __finite* (bug 15384).
2015-09-17  Joseph MyersFix tgamma missing underflows (bug 18951).
2015-09-16  Joseph MyersDon't declare float / long double Bessel functions...
2015-09-16  Joseph MyersMake scalbn set errno (bug 6803).
2015-09-16  Joseph MyersUpdate de.po from Translation Project (bug 4404).
2015-09-16  Joseph MyersClean up ldbl-128 / ldbl-128ibm expm1l dead code (bug...
2015-09-16  Paul PluzhnikovFix BZ #18872 -- memory leak in printf_positional.
2015-09-16  Andreas SchwabRemove extra va_start/va_end calls (bug 17244)
2015-09-16  Andreas SchwabAdd missing va_end calls (bug 17243)
2015-09-15  Joseph MyersFix math.h, tgmath.h XSI POSIX namespace (gamma, isnan...
2015-09-15  Joseph MyersFix ldbl-128ibm nearbyintl use of signaling comparisons...
2015-09-15  Joseph MyersMark fegetround pure (bug 16296).
2015-09-15  Joseph MyersFix ctan, ctanh missing underflows (bug 18595).
2015-09-15  Joseph MyersSimplify hypotf infinity handling (bug 15918).
2015-09-15  Joseph MyersFix i386 exp10 missing underflows (bug 18966).
2015-09-14  Joseph MyersFix i386 exp missing underflows (bug 18961).
2015-09-14  Joseph MyersFix exp2 missing underflows (bug 16521).
2015-09-12  Mike Frysingerlocaledef: improve error message [BZ #16985]
2015-09-11  Joseph MyersMove bits/atomic.h to atomic-machine.h (bug 14912).
2015-09-11  Joseph MyersFix ldbl-128/ldbl-128ibm lgamma spurious "invalid"...
2015-09-10  Joseph MyersFix lgamma (negative) inaccuracy (bug 2542, bug 2543...
2015-09-10  Paul PluzhnikovTo fix BZ #18675, use __fstatvfs64 in __fpathconf.
2015-09-08  Roland McGrathBZ#18921: Mark fixed in NEWS.
2015-09-01  Paul PluzhnikovFix BZ #18757.
2015-08-31  Brett NeumeierFix non-v9 32-bit sparc build.
2015-08-31  Paul EggertFix broken overflow check in posix_fallocate [BZ 18873]
2015-08-29  Mike FrysingerNEWS: add #18887
2015-08-29  James Perkinsstrptime %z: fix rounding, extend range to +/-9959...
2015-08-28  H.J. LuMention 15786 in NEWS
2015-08-28  Adhemerval ZanellaFix wordsize-32 mmap offset for negative value (BZ...
2015-08-27  Joseph MyersNote bug 14941 as having been fixed in 2.18.
2015-08-27  Gleb Fotengauer... Mention mkdtemp as another secure alternative to mktemp
2015-08-26  Mike Frysingermips: siginfo.h: add SIGSYS details [BZ #18863]
2015-08-26  Stefan LieblerS390: Optimize string, wcsmbs and memory functions.
2015-08-25  Ondřej Bílkaadd bug 18240 to news.
2015-08-24  Joseph MyersNote bug 10882 as having been fixed in 2.16.
2015-08-20  Ondřej BílkaFix exponents in manual.
2015-08-19  Joseph MyersFix csqrt missing underflows (bug 18370).
2015-08-19  Andrew SenkevichMention BZ #18796 fix in NEWS.
2015-08-19  H.J. LuAdd BZ #14341 to NEWS
2015-08-18  Marko MyllynenFix lang_lib/lang_term as per ISO 639-2 [BZ #16973]
2015-08-18  Mike FrysingerNEWS: note fixed bug
2015-08-17  Joseph MyersFix csqrt spurious underflows (bug 18823).
2015-08-16  Zack WeinbergDesupport regexp.h (bug 18681)
2015-08-15  Paul PluzhnikovFix BZ #18084 -- backtrace (..., 0) dumps core on x86.
2015-08-15  Mike Frysingerstpncpy: fix bug number [BZ #18795]
2015-08-15  Zack Weinbergstpncpy: fix size checking [BZ #18975]
2015-08-14  Joseph MyersFix fma spurious underflows (bug 18824).
2015-08-13  Joseph MyersFix tanh missing underflows (bug 16520).
2015-08-13  Paul PluzhnikovFix BZ #18820 -- fmemopen may leak memory on failure.
2015-08-13  Paul PluzhnikovFix BZ #16734 -- fopen calls mmap to allocate its buffer
2015-08-12  Paul PluzhnikovFix BZ #18086 -- nice resets errno to 0.
2015-08-11  Maxim OstapenkoClear DF_1_NODELETE flag only for failed to load library.
2015-08-10  Joseph MyersFix ldbl-128ibm tanhl inaccuracy (bug 18790).
2015-08-10  Andreas SchwabReadd O_LARGEFILE flag for openat64 (bug 18781)
2015-08-10  Joseph MyersFix ldbl-128ibm sinhl inaccuracy near 0 (bug 18789).
next