aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)AuthorFilesLines
2015-04-29NEWS: BZ#18319 was fixed in commit ed159672eb3cd650a32b7e5cb4d5ec1fe0e63802Florian Weimer1-1/+1
2015-04-29CVE-2014-8121: Do not close NSS files database during iteration [BZ #18007]Florian Weimer1-4/+8
2015-04-28Fix ldbl-128 roundl for exponents in [31, 47] (bug 18346).Joseph Myers1-1/+1
2015-04-27test-skeleton: Support temporary files without memory leaks [BZ#18333]Florian Weimer1-1/+1
2015-04-24Make time zone file parser more robust [BZ #17715]Florian Weimer1-6/+12
2015-04-24S/390: Get cache information via sysconfStefan Liebler1-0/+3
2015-04-21CVE-2015-1781: resolv/nss_dns/dns-host.c buffer overflow [BZ#18287]Arjun Shankar1-1/+8
2015-04-13Use correct signedness in wcsncmpStefan Liebler1-1/+1
2015-04-13Set errno for log1p on pole/domain error.Stefan Liebler1-1/+1
2015-04-10Fix strtof decimal rounding close to half least subnormal (bug 18247).Joseph Myers1-1/+1
2015-04-08Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers1-1/+2
2015-04-08Fix dbl-64 atan in non-default rounding modes (bug 18197).Joseph Myers1-1/+1
2015-04-07[BZ #17930] MIPS: Define SHM_NORESERVE.James Cowgill1-4/+4
2015-04-03Handle mblen return code when n is zero.Ondřej Bílka1-5/+5
2015-04-02aarch64: Increase MINSIGSTKSZ and SIGSTKSZ (bug 16850)Andreas Schwab1-6/+6
2015-04-02malloc: Consistently apply trim_threshold to all heaps [BZ #17195]Mel Gorman1-6/+6
2015-03-31Limit threads sharing L2 cache to 2 for SLM/KNLH.J. Lu1-1/+1
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra1-0/+4
2015-03-23Avoid SIGFPE in wordexp [BZ #18100]Florian Weimer1-2/+2
2015-03-21Note old commit as having resolved bug 11505.Joseph Myers1-15/+15
2015-03-18Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers1-1/+1
2015-03-18Fix up NEWS merge goof-upSiddhesh Poyarekar1-5/+6
2015-03-18Use calloc to allocate xports (BZ #17542)Brad Hubbard1-6/+5
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva1-5/+6
2015-03-14m68k: fix 64-bit arithmetic in atomic operations (bug 18128)Andreas Schwab1-1/+1
2015-03-13Enhance nscd's inotify support (Bug 14906).Carlos O'Donell1-6/+6
2015-03-12S/390: Fix setcontext/swapcontext which are not restoring sigmask.Stefan Liebler1-1/+1
2015-03-11Fix ldconfig segmentation fault with corrupted cache (Bug 18093).Aurelien Jarno1-1/+1
2015-03-11hppa: update __O_SYNC fix with [BZ #18068]Mike Frysinger1-2/+2
2015-03-11hppa: Fix feupdateenv and fesetexceptflag (Bug 18111).Carlos O'Donell1-1/+1
2015-03-11hppa: Fix feholdexcpt and fesetenv (Bug 18110).John David Anglin1-1/+2
2015-03-10powerpc: Fix incorrect results for pow when using FMAAdhemerval Zanella1-1/+1
2015-03-08Mention BZ #18042 in NEWS.Paul Pluzhnikov1-1/+1
2015-03-06Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/p...Paul Pluzhnikov1-1/+1
2015-03-04Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab1-4/+4
2015-03-03powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella1-4/+4
2015-03-03Fix localplt test breakage with new readelfAlan Modra1-5/+5
2015-03-02Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779).Joseph Myers1-4/+4
2015-03-02Fix BZ 18036 buffer overflow (read past end of buffer) in internal_fnmatchPaul Pluzhnikov1-2/+2
2015-02-27Compile vismain with -fPIE and link with -pieH.J. Lu1-4/+4
2015-02-27Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers1-1/+2
2015-02-26Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers1-1/+1
2015-02-26Fix asin missing underflows (bug 16351).Joseph Myers1-4/+4
2015-02-26Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers1-1/+1
2015-02-26Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab1-1/+1
2015-02-26Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers1-1/+1
2015-02-26BZ #15969: search locale archive again after alias expansionAlexandre Oliva1-4/+4
2015-02-25Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers1-1/+1
2015-02-25Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers1-1/+2
2015-02-24Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers1-3/+3