about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add more libm tests (ilogb, is*, j0, j1, jn, lgamma, log*).Joseph Myers2015-10-231-0/+27
* Fix j1, jn missing errno setting on underflow (bug 18611).Joseph Myers2015-10-231-0/+18
* Fix i386 / x86_64 nearbyint exception clearing (bug 15491).Joseph Myers2015-10-221-0/+12
* Update NEWS to mention drive-by fix for bug 18699.Chris Metcalf2015-10-221-0/+2
* tile: regenerate libm-test-ulpsChris Metcalf2015-10-221-0/+4
* Cleanup sync_file_range implementationAdhemerval Zanella2015-10-221-0/+7
* Always use INTERNAL_SYSCALL_ERRNO with INTERNAL_SYSCALLAndreas Schwab2015-10-221-0/+11
* Move io/tst-fcntl temporary file creation to do_prepare.Joseph Myers2015-10-211-0/+4
* Make io/ftwtest-sh remove temporary files on early exit.Joseph Myers2015-10-211-0/+4
* Build i386 __libc_do_syscall when PROF is definedH.J. Lu2015-10-211-0/+7
* Fix ldbl-128 j0l spurious underflows (bug 19156).Joseph Myers2015-10-211-0/+6
* tile: avoid preprocessor redefinition warningsChris Metcalf2015-10-211-0/+5
* Disable GCC 5 optimization when PROF is definedH.J. Lu2015-10-211-0/+5
* Apply -fomit-frame-pointer only to .o/.os filesH.J. Lu2015-10-211-0/+16
* tst-backtrace4: fix a warning messageTulio Magno Quites Machado Filho2015-10-211-0/+5
* Use -Wold-style-definition.Joseph Myers2015-10-211-0/+4
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-0/+18
* Add more libm tests (fmod, fpclassify, frexp, hypot, ilogb, j0, j1, jn, log, ...Joseph Myers2015-10-211-0/+11
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-0/+105
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-0/+145
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-201-0/+31
* Convert 24 more function definitions to prototype style (array parameters).Joseph Myers2015-10-201-0/+28
* Remove gnu_unique_object configure test.Joseph Myers2015-10-191-0/+13
* Do not use -Wno-strict-prototypes.Joseph Myers2015-10-191-0/+3
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-191-0/+89
* use -fstack-protector-strong when availableMike Frysinger2015-10-191-0/+12
* Mark ld.so internel __fxstatat64 hiddenH.J. Lu2015-10-191-0/+6
* PowerPC: Fix a race condition when eliding a lockTulio Magno Quites Machado Filho2015-10-191-0/+12
* timezone: polish grammar a bit in documentationMike Frysinger2015-10-191-0/+8
* pt_chown: Clear any signal mask inherited from the parent process.Geoffrey Thomas2015-10-191-0/+5
* Remove -fgnu89-inline configure test.Joseph Myers2015-10-191-0/+6
* Remove .weak, .weakext configure tests.Joseph Myers2015-10-191-0/+12
* Convert 231 sysdeps function definitions to prototype style.Joseph Myers2015-10-191-0/+277
* sunrpc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-0/+9
* malloc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-0/+22
* vfprintf: Rewrite printf_positional to use struct scratch_bufferFlorian Weimer2015-10-171-0/+5
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-0/+22
* The va_list pointer is unspecified after a call to vfprintf [BZ #18982]Florian Weimer2015-10-171-0/+6
* Add more libm tests (fabs, fdim, fma, fmax, fmin, fmod).Joseph Myers2015-10-161-0/+9
* Make performance improvement to MIPS memcpy for small copies.Steve Ellcey2015-10-161-0/+5
* Add more tests for ceil, floor, round, trunc.Joseph Myers2015-10-161-0/+6
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-161-0/+743
* Fix i386 build for lll_unlock_elision change.Joseph Myers2015-10-161-0/+5
* Remove NPTL configure errors based on top-level configure tests.Joseph Myers2015-10-151-0/+4
* Remove -Bgroup configure test.Joseph Myers2015-10-151-0/+4
* Remove sizeof (long double) configure test.Joseph Myers2015-10-151-0/+4
* Remove -fexceptions configure test.Joseph Myers2015-10-151-0/+101
* Do not leave files behind in /tmp from testing.Joseph Myers2015-10-151-0/+8
* powerpc: Optimize lock elision for pthread_mutex_tPaul Murphy2015-10-151-0/+15
* nptl: Add adapt_count parameter to lll_unlock_elisionPaul Murphy2015-10-151-0/+11