aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-04-08Add more tests of cabs.Joseph Myers
2015-04-08Fix dbl-64 atan2 in non-default rounding modes (bug 18210, bug 18211).Joseph Myers
2015-04-08Fix dbl-64 atan in non-default rounding modes (bug 18197).Joseph Myers
2015-04-07[BZ #17930] MIPS: Define SHM_NORESERVE.James Cowgill
2015-04-07scratch_buffer_grow_preserve: Add missing #include <string.h>Florian Weimer
2015-04-07Add struct scratch_buffer and its internal helper functionsFlorian Weimer
2015-04-06math/test-fenvinline: Cast fe_exc to unsigned int before printingRichard Henderson
2015-04-06alpha: Update libm-test-ulpsRichard Henderson
2015-04-06alpha: Unconditionally include dl-sysdep.h in sysdep.hRichard Henderson
2015-04-03Handle mblen return code when n is zero.Ondřej Bílka
2015-04-02Define libc_max_align_t for internal useFlorian Weimer
2015-04-02aarch64: Increase MINSIGSTKSZ and SIGSTKSZ (bug 16850)Andreas Schwab
2015-04-02malloc: Consistently apply trim_threshold to all heaps [BZ #17195]Mel Gorman
2015-03-31Limit threads sharing L2 cache to 2 for SLM/KNLH.J. Lu
2015-03-31Add a testcase for copy reloc against protected dataH.J. Lu
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu
2015-03-28NPTL: Remove duplicate definition of PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NPMartin Galvan
2015-03-28NPTL: swap comments for THREAD_SETMEM and THREAD_SETMEM_NC for i386 and x86_64Martin Galvan
2015-03-27Convert dlfcn/tststatic to use test-skeleton.Roland McGrath
2015-03-26Harden powerpc64 elf_machine_fixup_pltAlan Modra
2015-03-25Add more tests of acosh, asinh and atanh.Joseph Myers
2015-03-25Add another test of asin.Joseph Myers
2015-03-25Remove unused macros from i386 lowlevellock.h.Joseph Myers
2015-03-25Add more tests of asin.Joseph Myers
2015-03-25Support six-argument syscalls from C for 32-bit x86, use generic lowlevellock...Joseph Myers
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra
2015-03-25powerpc64 configure messageAlan Modra
2015-03-25Add more tests of acos.Joseph Myers
2015-03-25Add more tests of expm1.Joseph Myers
2015-03-24Add more tests of cosh, sinh.Joseph Myers
2015-03-24Regenerate x86_64, x86 ulps from scratch.Joseph Myers
2015-03-24Add more tests of log2.Joseph Myers
2015-03-23Minor cleanups in libio/iofdopen.cRoland McGrath
2015-03-23pthread_setaffinity (Linux variant): Rewrite to use VLA instead of allocaFlorian Weimer
2015-03-23Avoid SIGFPE in wordexp [BZ #18100]Florian Weimer
2015-03-23Remove HAVE_ASM_PPC_REL16 referencesAlan Modra
2015-03-23Add more exception to local headers listSamuel Thibault
2015-03-22Fix visibility of EXTPROC macroSamuel Thibault
2015-03-21Note old commit as having resolved bug 11505.Joseph Myers
2015-03-21Fix warningsSamuel Thibault
2015-03-21Add missing dependencySamuel Thibault
2015-03-19ARM: Fix memcpy & memmove for [ARM_ALWAYS_BX]Roland McGrath
2015-03-19linux-generic: add a READMEChris Metcalf
2015-03-18Make sem_timedwait use FUTEX_CLOCK_REALTIME (bug 18138).Joseph Myers
2015-03-18Use calloc to allocate xports (BZ #17542)Brad Hubbard
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-03-16Preserve bound registers in _dl_runtime_resolveH.J. Lu
2015-03-15* stdlib/setenv.c (__add_to_environ): Revert previous change.Paul Eggert
2015-03-14m68k: fix 64-bit arithmetic in atomic operations (bug 18128)Andreas Schwab
2015-03-13* stdlib/setenv.c (__add_to_environ):Paul Eggert