Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-04 | Remove @hsep and @vsep usage from info pages | Allan McRae | |
These cause an error when the info pages are build with texinfo>=4.13.90. | |||
2012-12-03 | byteswap.h: fix gcc ver test for __builtin_bswap{32,64} | Mike Frysinger | |
The __builtin_bswap* functions were introduced in gcc-4.3, not gcc-4.2. Fix the __GNUC_PREREQ tests to reflect this. Otherwise trying to compile code with gcc-4.2 falls down: In file included from /usr/include/endian.h:60, from /usr/include/ctype.h:40, /usr/include/bits/byteswap.h: In function 'unsigned int __bswap_32(unsigned int)': /usr/include/bits/byteswap.h:46: error: '__builtin_bswap32' was not declared in this scope /usr/include/bits/byteswap.h: In function 'long long unsigned int __bswap_64(long long unsigned int)': /usr/include/bits/byteswap.h:110: error: '__builtin_bswap64' was not declared in this scope Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-12-03 | * time/sys/time.h (settimeofday): Do not mark TV argument | Jeff Law | |
as __nonnull. | |||
2012-12-01 | [BZ #12724] libio: revert partial POSIX 2008 fclose support | Mike Frysinger | |
In BZ #12724, partial support for POSIX 2008 fclose behavior was added. Since it isn't entirely conforming to the spec, some applications are known to be breaking in this intermediate state. So revert the partial support until we can get things fully implemented. This reverts commit fcabc0f8b185f9e0a9289720be5ede6c39b3bf21. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-12-01 | Fix typos in arith.texi. | Joseph Myers | |
2012-11-30 | Fix type-punning warning in powerpc64 gmon-start. | Roland McGrath | |
2012-11-30 | * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration... | Siddhesh Poyarekar | |
* include/rpc/svc.h: ... here. | |||
2012-11-30 | Fix date in ChangeLog entry | Andreas Schwab | |
2012-11-30 | Fix assertion failures in resolver (BZ #13013). | Aurelien Jarno | |
[BZ #13013] * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2 depending n and resplen2 to catch cases where answer equals answerp2. | |||
2012-11-29 | Warn about unsupported DT_FLAGS_1 flags. | Carlos O'Donell | |
The dynamic loader will now warn about unsupported DT_FLAGS_1 flags when run with LD_DEBUG=files or LD_DEBUG=all. | |||
2012-11-29 | clock_getcpuclockid: delete unused HAS_CPUCLOCK | Mike Frysinger | |
In commit 26889eacc24cd9f0cb37c5a67beac1a0ba709adf (Remove __ASSUME_POSIX_CPU_TIMERS), all users of HAS_CPUCLOCK were dropped. Punt the fallback definition too. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-11-29 | Update ChangeLog and NEWS for BZ #14197. | Carlos O'Donell | |
2012-11-29 | Fix a strict-alias warning in tst-inet6_rth. | Roland McGrath | |
2012-11-29 | [BZ #13761] | Jeff Law | |
* nscd/grpcache.c (cache_addgr): Rename alloca_used to dataset_temporary. Track alloca usage into alloca_used. If dataset is large allocate and release it via malloc/free. | |||
2012-11-29 | Mention that __chk_fail is a public ABI in test-strcpy_chk.c | Florian Weimer | |
* debug/test-strcpy_chk.c: Mention __chk_fail ABI test. | |||
2012-11-28 | Update sparc ULPs for recently added pow tests. | David S. Miller | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||
2012-11-28 | Use hex float 64-bit values in ldbl-96 asinl (bug 14803). | Joseph Myers | |
2012-11-28 | [BZ #14889] | Jeff Law | |
* sunrpc/rpc/svc.h (__svc_accept_failed): New prototype. * sunrpc/svc.c: Include time.h. (__svc_accept_failed): New function. * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for any reason other than EINTR, call __svc_accept_failed. * sunrpc/svc_udp.c (svcudp_recv): Similarly. * sunrpc/svc_unix.c (rendezvous_request): Similarly. | |||
2012-11-28 | Properly handle indirect functions in ABI check on powerpc64 | Andreas Schwab | |
2012-11-28 | Revert "2012-11-07 Andreas Jaeger <aj@suse.de>" | Andreas Schwab | |
This reverts commit 01f34a3bd8c087ca4be0bd24857e454c8d29f20b. The issue has been fixed in the kernel. | |||
2012-11-28 | Fix powl inaccuracy for x86_64 and x86 (bug 13881). | Joseph Myers | |
2012-11-28 | Fix hashtable size calculation when database has exactly one record | Siddhesh Poyarekar | |
The hash function needs a hashtable of at least size 3 or greater. | |||
2012-11-28 | Make fwrite return 0 on EOF | Siddhesh Poyarekar | |
2012-11-26 | Cast to __intptr_t before casting pointer to int64 | H.J. Lu | |
2012-11-27 | Fix strict-aliasing warnings from unwind-dw2-fde.c. | Joseph Myers | |
2012-11-26 | sotruss: fix argument parsing | Andreas Schwab | |
2012-11-24 | Fix C++ header directory detection for non-standard paths. | Adam Conrad | |
Stop assuming specific path layouts for C++ headers, and instead use an autodetection method that looks for paths with '/[cg]++' in the g++ include list. | |||
2012-11-23 | use $(READELF) rather than readelf | Mike Frysinger | |
We setup $(READELF) and use it everywhere, so fix the two places that were using readelf directly. Reported-by: Denis M. <god@politeia.in> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-11-23 | Update powerpc libm-test ULPs | Andreas Schwab | |
2012-11-22 | Disable some fma tests for ldbl-128ibm. | Joseph Myers | |
2012-11-22 | Fix ldbl-128ibm atanl spurious underflows (bug 14871). | Joseph Myers | |
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-21 | Properly check linker -z XXX support | H.J. Lu | |
2012-11-21 | Check supported DF_1_XXX bits | H.J. Lu | |
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 | 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 | 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. |