summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2013-12-19Fix x86/x86_64 expm1 inaccuracy near 0 in directed rounding modes (bug 16293).Joseph Myers
2013-12-19Add _DEFAULT_SOURCE feature test macro.Joseph Myers
2013-12-18Updated NEWS to mention resolution of bug 15846.Brooks Moses
2013-12-18[AArch64] Save and restore q0-q7 on entry to dynamic linker.Marcus Shawcroft
2013-12-18Fix ldbl-128 logl for subnormals (bug 16338).Joseph Myers
2013-12-17Support TZ transition times < 00:00:00.Paul Eggert
2013-12-17Remove libbsd-compat dummy library.Joseph Myers
2013-12-17Remove __FAVOR_BSD.Joseph Myers
2013-12-17Fix dbl-64 hypot spurious underflows (bug 16314).Joseph Myers
2013-12-17Fix hypot handling of subnormals (bug 16316, bug 16330).Joseph Myers
2013-12-16Add missing bug number to NEWS.Joseph Myers
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka
2013-12-13PowerPC: Update NEWS with ppc64 STT_GNU_IFUNC supportAdhemerval Zanella
2013-12-12Update NEWSToke Høiland-Jørgensen
2013-12-09Fix CFI annotations in pthread_cond_timedwait for i486+Andreas Schwab
2013-12-06Fix BZ #15089: malloc_trim always trim for large padding.Fernando J. V. da Silva
2013-12-06PowerPC: Update NEWS with ppc32/power4+ STT_GNU_IFUNC supportAdhemerval Zanella
2013-12-05Fix tgamma errno setting on underflow (bug 6810).Joseph Myers
2013-12-05BZ #15941: Fix INSTALL file regeneration failure with makeinfo 5.xSiddhesh Poyarekar
2013-12-04Add bug numbers 926, 4772 and 16274 to NEWS.Ondřej Bílka
2013-12-04Add missing bug numbers (12486, 15915, 16038) to NEWS.Joseph Myers
2013-12-04Fix Bessel function error handling (bug 6807, bug 15901).Joseph Myers
2013-12-03Fix exp missing underflows (bug 15268, bug 15425).Joseph Myers
2013-12-03Fix exp2 errno setting on underflow (bug 16283).Joseph Myers
2013-12-03Fix erfc errno setting on underflow (bug 6786).Joseph Myers
2013-12-03Add bug number to ChangeLog and NEWSAurelien Jarno
2013-12-03[BZ #16195] Fix build warnings from systemtap probes in non-systemtap configu...Siddhesh Poyarekar
2013-11-29Fix exp10 errno setting on underflow (bug 6787).Joseph Myers
2013-11-29Fix x86 sqrt rounding (bug 14032).Joseph Myers
2013-11-29Add 16214 to NEWSSiddhesh Poyarekar
2013-11-28Remove unused ldbl-96 functions (bug 15004).Joseph Myers
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers
2013-11-28Get canonical name in getaddrinfo from hosts file for AF_INET (fixes 16077)Siddhesh Poyarekar
2013-11-26NEWS: Only public headers have __unused/__block changed.Carlos O'Donell
2013-11-26NEWS: Mention __unused and __block removal.Carlos O'Donell
2013-11-25Fix bug ordering in NEWS.Joseph Myers
2013-11-25Add bug 11214 to NEWS.Joseph Myers
2013-11-25Fix typo in sys/ptrace.h.Carlos O'Donell
2013-11-21Use __glibc_block in public headers.Meador Inge
2013-11-20Rename Oriya locale to Odia (bug 15601)Siddhesh Poyarekar
2013-11-19Make powerpc-nofpu floating-point state thread-local (bug 15483).Joseph Myers
2013-11-18[BZ #16144] Duplicated abday value for tk_TM.Chris Leonard
2013-11-18Fix breaking of RPATH when $ORIGIN contains colons. Fixes bug 10253Ondřej Bílka
2013-11-18Do not let scanf("%4p") accept "(nil)". Fixes bug 16055Ondřej Bílka
2013-11-17Correct wae_CH to UTF-8 encoding.Chris Leonard
2013-11-16Fix spurious "inexact" exceptions from x86 pow with NaN argument (bug 16167).Joseph Myers
2013-11-15New locale for the_NP.Arun Kumar Pyasi
2013-11-14[BZ #16143] pap_* locales have duplicated LC_NUMERIC section.Chris Leonard
2013-11-14[BZ #16103] LC_MEASUREMENT review and standardizationChris Leonard
2013-11-13Set arch_minimum_kernel to 3.4.0 for x32H.J. Lu