Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-22 | Mark unwind-dw2-fde-glibc.c variable possibly unused. | Joseph Myers | |
2012-11-22 | Fix sign of inexact zero results for ldbl-128ibm fmal. | Joseph Myers | |
2012-11-22 | Fix ldbl-128ibm powl spurious underflows. | Joseph Myers | |
2012-11-22 | Fix ldbl-128ibm hypotl internal underflows (bug 14869). | Joseph Myers | |
2012-11-22 | Fix ldbl-128ibm hypotl inaccuracy for arguments with large ratio (bug 14868). | Joseph Myers | |
2012-11-22 | Mark some clog / clog10 underflows as expected for IBM long double. | Joseph Myers | |
2012-11-22 | Fix expm1l spurious underflows for ldbl-128ibm. | Joseph Myers | |
2012-11-22 | Update i386 libm-test ULPs | Andreas Schwab | |
2012-11-22 | test-multiarch: terminate printf output with newline | Pino Toscano | |
2012-11-22 | aarch64: Re-generate libm-test-ulps. | Marcus Shawcroft | |
2012-11-22 | Fix comment in niu_NU | Andreas Jaeger | |
2012-11-22 | Implement MIPS n64 sendfile64 as alias of sendfile syscall (bug 14822). | Joseph Myers | |
2012-11-21 | m68k: fix return value of lll_futex_timed_wait_bitset | Andreas Schwab | |
2012-11-21 | Avoid $(shell) in determining default ARM ABI. | Joseph Myers | |
2012-11-21 | Fix szl_PL locale | Andreas Jaeger | |
* locales/szl_PL (LC_COLLATE): Fix syntax error. | |||
2012-11-21 | Fix typo for ayc_PE | Andreas Jaeger | |
* SUPPORTED (SUPPORTED-LOCALES): Fix typo for ayc_PE entry. | |||
2012-11-21 | Add locales niu_NU and niu_NZ | Chris Leonard | |
2012-11-21 Chris Leonard <cjl@sugarlabs.org> [BZ #14863] * SUPPORTED: Add niu_NU and niu_NZ. * locales/niu_NU: Add Niuean (Vagahau Niue) locale for Niue, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani Fakaotimanava-Lui <emani@niue.nu>. * locales/niu_NZ: Add Niuean (Vagahau Niue) locale for New Zealand, contributed by Chris Leonard <cjl@sugarlabs.org> and Emani Fakaotimanava-Lui <emani@niue.nu>. | |||
2012-11-21 | Properly check linker -z XXX support | H.J. Lu | |
2012-11-21 | Make ARM fesetenv (FE_NOMASK_ENV) detect failure (bug 14866). | Joseph Myers | |
2012-11-21 | Remove unused variable from sem_post.c. | Joseph Myers | |
2012-11-21 | Remove unused variable from pthread_cond_timedwait.c. | Joseph Myers | |
2012-11-21 | Cast to uintptr_t in MIPS jmpbuf-unwind.h. | Joseph Myers | |
2012-11-21 | Check supported DF_1_XXX bits | H.J. Lu | |
2012-11-21 | aarch64: Fix lll_futex_timed_wait_bitset return value sign. | Marcus Shawcroft | |
The implementation of lll_futex_timed_wait_bitset should not be negating the futex syscall return value on error. | |||
2012-11-21 | aarch64: Remove weak_aliasx macro. | Marcus Shawcroft | |
2012-11-21 | aarch64: Remove support for NO_LONG_DOUBLE. | Marcus Shawcroft | |
2012-11-21 | aarch64: Indent preprocessor directives. | Marcus Shawcroft | |
2012-11-21 | aarch64: Use range in copyright years. | Marcus Shawcroft | |
2012-11-21 | aarch64: Rename .x files to .c | Marcus Shawcroft | |
2012-11-21 | aarch64: Don't use K&R C | Marcus Shawcroft | |
2012-11-21 | Add sotruss-lib.c for MIPS. | Joseph Myers | |
2012-11-20 | tile: update libm-test-ulps for new tests | Chris Metcalf | |
2012-11-20 | tile: Fix __bswap_64 return type in tile bits/byteswap.h | Chris Metcalf | |
2012-11-20 | tile: remove redundant defines of libc_fetestexcept, etc. in s_fma.c | Chris Metcalf | |
2012-11-20 | m68k: Remove indirection through weak_aliasx | Andreas Schwab | |
2012-11-20 | Document syscall signature prefixes in sysdep/unix/make-syscalls.sh | Carlos O'Donell | |
2012-11-20 | sysdeps/sh/dl-machine.h: Define ELF_MACHINE_RUNTIME_FIXUP_PARAMS. | Thomas Schwinge | |
Fixes fallout from commit 2e64d2659d3edaebc792ac596a9863f1626e5c25. | |||
2012-11-20 | Add recvmmsg and sendmmsg to the generic glibc API. | Thomas Schwinge | |
2012-11-20 | Fix set-but-not-used warnings in ldbl-128 nearbyintl, rintl. | Joseph Myers | |
2012-11-20 | Use parentheses around MIPS syscall macro arguments. | Joseph Myers | |
2012-11-20 | Fix int-to-pointer-cast warnings for MIPS. | Joseph Myers | |
2012-11-20 | Fix warnings from aborting MIPS atomic macros. | Joseph Myers | |
2012-11-20 | Fix more set-but-not-used warnings in _itowa.c. | Joseph Myers | |
2012-11-20 | Fix __bswap_64 return type in generic bits/byteswap.h. | Joseph Myers | |
2012-11-20 | Fix unused-variable warnings from MIPS RESOLVE_GOTSYM macro. | Joseph Myers | |
2012-11-20 | Hurd: fixes for ptsname and ptsname_r | Pino Toscano | |
ptsname_r on failure returns the value that is also set as errno; furthermore, add more checks to it: - set errno and return it on __term_get_peername failure - set errno to ERANGE other than returning it - change the type of PEERNAME to string_t, and check its length with __strnlen In ptsname: - change the type of PEERNAME to string_t - do not set errno manually, since ptsname_r has set it already | |||
2012-11-19 | Fix spurious underflows in ldbl-128 atan implementation. | David S. Miller | |
With help from Joseph Myers. * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and very large arguments properly. * math/libm-test.inc (atan_test): New tests. (atan2_test): New tests. * sysdeps/sparc/fpu/libm-test-ulps: Update. * sysdeps/x86_64/fpu/libm-test-ulps: Update. | |||
2012-11-19 | Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856). | Joseph Myers | |
2012-11-19 | Fix unused variable warnings from MIPS syscall macros. | Joseph Myers | |
2012-11-19 | conformtest: Clean up expectations for POSIX for more headers. | Joseph Myers | |