summaryrefslogtreecommitdiff
path: root/ports/ChangeLog.hppa
AgeCommit message (Expand)Author
2013-11-28Fix dbl-64 e_sqrt.c for non-default rounding modes (bug 16271).Joseph Myers
2013-11-26Use __glibc_reserved instead __unused.Ondřej Bílka
2013-11-21Don't use broken DL_AUTO_FUNCTION_ADDRESS()Guy Martin
2013-10-30rename configure.in to configure.acMike Frysinger
2013-10-18Move entries to correct port ChangeLog files.Joseph Myers
2013-09-11Add O_TMPFILE to <fcntl.h>Andreas Schwab
2013-08-30Fix typos.Ondřej Bílka
2013-08-21Fix typos.Ondřej Bílka
2013-07-23hppa: Regenerate libm-test-ulps.Carlos O'Donell
2013-06-05Remove trailing whitespace in ports.Joseph Myers
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar
2013-05-22Don't include expected results in libm-test test names.Joseph Myers
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers
2013-05-15hppa: Cleanup libm-test-ulps.Carlos O'Donell
2013-05-15hppa: Update libm-test-ulpsCarlos O'Donell
2013-05-15hppa: Fix _FPU_GETCW and _FPU_SETCW.Carlos O'Donell
2013-04-02New <math.h> macro named issignaling to check for a signaling NaN (sNaN).Thomas Schwinge
2013-03-06Sync with Linux 3.8Andreas Jaeger
2013-02-14hppa: Remove unused lll_unlock_wake_cb.Carlos O'Donell
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers
2013-01-08BZ#14985: Remove erroneous EPOLL_NONBLOCKAndreas Jaeger
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-29hppa: Fix ChangeLog format issues.Carlos O'Donell
2012-11-29hppa: Remove socket.h and implement socket_type.h.Carlos O'Donell
2012-11-29hppa: Cleanup two build warnings for integer to pointers casts.Carlos O'Donell
2012-11-29hppa: Add BZ#14447 to NEWS and ChangeLog.hppa.Carlos O'Donell
2012-11-19hppa: Mark __pthread_once as a hidden def.Carlos O'Donell
2012-11-19hppa: Fix fesetenv for FE_DFL_ENV.Carlos O'Donell
2012-11-19hppa: Implement get-rounding-mode.hCarlos O'Donell
2012-11-19hppa: Implement fpu_control.h.Carlos O'Donell
2012-11-19hppa: Implement __longjmp_chk.Carlos O'Donell
2012-11-05Fix types of FE_DFL_ENV and FE_NOMASK_ENV (bug 14805).Joseph Myers
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-11-03Make fenv.h FE_* macros usable in #if (bug 3439).Joseph Myers
2012-10-30Fix strtod handling of underflow (bug 14047).Joseph Myers
2012-10-29hppa: Add cfi direcvtives.Carlos O'Donell
2012-10-29hppa: Fix r19 save and restore.Carlos O'Donell
2012-10-29hppa: Optimize syscall sequence.Carlos O'Donell
2012-10-29Fix trailing whitespace.Carlos O'Donell
2012-10-26HPPA: Use <bits/fcntl-linux.h>Andreas Jaeger
2012-10-24Don't set resource limits in tst-oddstacklimit-ENV.Joseph Myers
2012-10-10hppa: Update pthread.hCarlos O'Donell
2012-10-10hppa: Remove pt-initfini.cCarlos O'Donell
2012-10-10hppa: Restore nptl/shlib-versions.Carlos O'Donell
2012-10-02Split my last ChangeLog entry into respective arch-specific filesSiddhesh Poyarekar
2012-09-20hppa: Use __prlimit64 as the internal name.Carlos O'Donell
2012-09-20hppa: Add EHWPOISON and bump errlist-compat to 260Carlos O'Donell
2012-08-27Remove __ASSUME_STAT64_SYSCALL.Joseph Myers
2012-08-20Remove __ASSUME_MMAP2_SYSCALL.Joseph Myers
2012-08-15Add generic versions of pthread_spin_lock and pthread_spin_trylock.Maxim Kuvyrkov