aboutsummaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2015-02-17Fix sign of remquo zero remainder in round-downward mode (bug 17987).Joseph Myers
2015-02-16Fix remquo spurious overflows (bug 17978).Joseph Myers
2015-02-15ia64: remove fixed page size macros and others [BZ #17792]Matthew Fortune
2015-02-13Fix dbl-64/wordsize-64 remquo (bug 17569).Joseph Myers
2015-02-13Fix powerpc software sqrtf (bug 17967).Joseph Myers
2015-02-12[BZ #17969]J William Piggott
2015-02-12Fix powerpc software sqrt (bug 17964).Joseph Myers
2015-02-12Document tv_sec is of type time_t:RĂ¼diger Sonderfeld
2015-02-12Fix exp2 spurious underflows (bug 16560).Joseph Myers
2015-02-12Filter out PTHREAD_MUTEX_NO_ELISION_NP bit in pthread_mutexattr_gettype (BZ #...Andreas Schwab
2015-02-11Fix sincos errno setting (bug 15467).Joseph Myers
2015-02-10Fix __memcpy_chk on non-SSE2 CPUsEvangelos Foutras
2015-02-09Add fixed bug numbers to NEWSSamuel Thibault
2015-02-09Fix value of O_TMPFILE for architectures with non-default O_DIRECTORY (bug 17...Andreas Schwab
2015-02-06NEWS: Fix spelling.Carlos O'Donell
2015-02-06NEWS: Also mention CVE-2015-1473Florian Weimer
2015-02-06soft-fp: Fix _FP_FMA when product is zero and third argument is finite (bug 1...Joseph Myers
2015-02-06CVE-2015-1472: wscanf allocates too little memoryPaul Pluzhnikov
2015-01-30Use AVX unaligned memcpy only if AVX2 is availableH.J. Lu
2015-01-29Initialize nscd stats data [BZ #17892]Siddhesh Poyarekar
2015-01-28powerpc: Fix fesetexceptflag [BZ#17885]Adhemerval Zanella
2015-01-28powerpc: Fix fsqrt build in libm [BZ#16576]Adhemerval Zanella
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram
2015-01-24powerpc: Fix powerpc64 build failure with binutils 2.22Adhemerval Zanella
2015-01-24powerpc: Fix ifuncmain6pie failure with GCC 4.9Adhemerval Zanella
2015-01-23Use uint64_t and (uint64_t) 1 for 64-bit intH.J. Lu
2015-01-21BZ #16418: Fix powerpc get_clockfreq racinessAdhemerval Zanella
2015-01-21Fix recursive dlopen.Carlos O'Donell
2015-01-21Fix semaphore destruction (bug 12674).Carlos O'Donell
2015-01-17Commit nios2 port to master.Chung-Lin Tang
2015-01-16S390: Get rid of linknamespace failures for utmp functions.Stefan Liebler
2015-01-16S390: Get rid of linknamespace failures for string functions.Stefan Liebler
2015-01-13powerpc: Optimized strncmp for POWER8/PPC64Adhemerval Zanella
2015-01-13powerpc: Optimized strcmp for POWER8/PPC64Adhemerval Zanella
2015-01-13powerpc: Optimized st{r,p}ncpy for POWER8/PPC64Adhemerval Zanella
2015-01-13powerpc: Optimized st{r,p}cpy for POWER8/PPC64Adhemerval Zanella
2015-01-13Fix memory handling in strxfrm_l [BZ #16009]Leonhard Holz
2015-01-12Fix ldbl-96 scalblnl underflowing results (bug 17803).Joseph Myers
2015-01-12Fix ldbl-96 scalblnl for subnormal arguments (bug 17834).Joseph Myers
2015-01-12powerpc: Add the lock elision using HTMAdhemerval Zanella
2015-01-12Remove 17581 from NEWSAndreas Schwab
2015-01-09MicroBlaze: Fix BZ17791 - Remove fixed page size macros and othersMatthew Fortune
2015-01-08NEWS for MIPS ABIsMatthew Fortune
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers
2015-01-07AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw
2015-01-07AArch64 optimized implementation of strrchr.Richard Earnshaw
2015-01-07setenv fix memory leak when setting large, duplicate string (BZ #17658)Eric Biggers
2015-01-06Fix incorrect mount table entry parsing in __getmntent_rVladimir A. Nazarenko
2015-01-06Mention bug fix for BZ #17806H.J. Lu
2015-01-06Define CLOCKS_PER_SEC type to the type clock_tH.J. Lu