about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* * locales/ks_IN@devanagari: Fix week day names.Jeff Law2012-12-032-4/+8
|
* * time/sys/time.h (settimeofday): Do not mark TV argumentJeff Law2012-12-032-1/+6
| | | | as __nonnull.
* * locales/zh_CH (abmon): Remove whitespace.Jeff Law2012-12-032-5/+9
|
* Remove unneeded linking in nptl testsuiteAllan McRae2012-12-032-3/+4
|
* [BZ #12724] libio: revert partial POSIX 2008 fclose supportMike Frysinger2012-12-014-144/+11
| | | | | | | | | | | 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>
* Fix typos in arith.texi.Joseph Myers2012-12-012-2/+7
|
* Fix type-punning warning in powerpc64 gmon-start.Roland McGrath2012-11-302-2/+9
|
* * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...Siddhesh Poyarekar2012-11-303-1/+7
| | | | * include/rpc/svc.h: ... here.
* Update ARM libm-test-ulps.Joseph Myers2012-11-302-8/+432
|
* Update MIPS libm-test-ulps.Joseph Myers2012-11-303-50/+1254
|
* Fix date in ChangeLog entryAndreas Schwab2012-11-301-1/+1
|
* Fix assertion failures in resolver (BZ #13013).Aurelien Jarno2012-11-303-17/+24
| | | | | | | [BZ #13013] * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2 depending n and resplen2 to catch cases where answer equals answerp2.
* alpha: Add sysdeps/alpha/sotruss-lib.c.Richard Henderson2012-11-302-0/+52
|
* Remove powerpc-nofpu fma ulps.Joseph Myers2012-11-302-36/+2
|
* Update powerpc-nofpu libm-test-ulps.Joseph Myers2012-11-302-38/+737
|
* alpha: Update libm-test-ulps.Richard Henderson2012-11-302-0/+254
|
* Warn about unsupported DT_FLAGS_1 flags.Carlos O'Donell2012-11-292-2/+15
| | | | | The dynamic loader will now warn about unsupported DT_FLAGS_1 flags when run with LD_DEBUG=files or LD_DEBUG=all.
* ia64: clock_getcpuclockid.c: drop unused fileMike Frysinger2012-11-292-31/+4
| | | | | | | | Since we no longer support __ASSUME_POSIX_CPU_TIMERS, the ia64 code no longer needs to override HAS_CPUCLOCK in the common file. Drop the ia64 shim as well. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* clock_getcpuclockid: delete unused HAS_CPUCLOCKMike Frysinger2012-11-292-4/+4
| | | | | | | | 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>
* m68k: update libm-test ULPsAndreas Schwab2012-11-302-0/+47
|
* Add 64-bit support to MIPS register-dump.h (bug 14893).Joseph Myers2012-11-294-13/+51
|
* hppa: Fix ChangeLog format issues.Carlos O'Donell2012-11-291-5/+5
| | | | Remove trailing whitespace and canonicalize path names.
* Update ChangeLog and NEWS for BZ #14197.Carlos O'Donell2012-11-292-9/+10
|
* hppa: Remove socket.h and implement socket_type.h.Carlos O'Donell2012-11-293-444/+58
|
* hppa: Cleanup two build warnings for integer to pointers casts.Carlos O'Donell2012-11-294-18/+23
|
* Fix a strict-alias warning in tst-inet6_rth.Roland McGrath2012-11-292-5/+13
|
* [BZ #13761]Jeff Law2012-11-293-19/+43
| | | | | | * 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.
* Mention that __chk_fail is a public ABI in test-strcpy_chk.cFlorian Weimer2012-11-292-0/+7
| | | | * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
* tile: remove redundant defines of libc_fetestexcept, etc. in s_fmaf.cChris Metcalf2012-11-292-4/+5
|
* hppa: Add BZ#14447 to NEWS and ChangeLog.hppa.Carlos O'Donell2012-11-292-8/+9
|
* aarch64: Use FLAG_AARCH64_LIB64 ldconfig cache tag.Marcus Shawcroft2012-11-292-0/+49
| | | | | | | | | Use the new FLAG_AARCH64_LIB64 ldconfig cache tag for AArch64, similarly to the way tags are handled for other architectures. Signed-off-by: Steve McIntyre <steve.mcintyre@linaro.org> Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Marcus Shawcroft <marcus.shawcroft@linaro.org>
* Fix abmon December entry in ia_FRNik Kalach2012-11-292-1/+3
| | | | * locales/ia_FR (abmon): Fix December.
* Add Interlingua localeNik Kalach2012-11-294-3/+150
| | | | | | [BZ#14879] * locales/ia_FR : New file * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry.
* Update sparc ULPs for recently added pow tests.David S. Miller2012-11-282-0/+29
| | | | * sysdeps/sparc/fpu/libm-test-ulps: Update.
* Use hex float 64-bit values in ldbl-96 asinl (bug 14803).Joseph Myers2012-11-283-6/+19
|
* [BZ #14889]Jeff Law2012-11-287-3/+127
| | | | | | | | | | * 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.
* Add more NEWS items for 2.17.Joseph Myers2012-11-281-0/+10
|
* Properly handle indirect functions in ABI check on powerpc64Andreas Schwab2012-11-282-1/+6
|
* Revert "2012-11-07 Andreas Jaeger <aj@suse.de>"Andreas Schwab2012-11-283-28/+3
| | | | | | This reverts commit 01f34a3bd8c087ca4be0bd24857e454c8d29f20b. The issue has been fixed in the kernel.
* Fix powl inaccuracy for x86_64 and x86 (bug 13881).Joseph Myers2012-11-289-74/+334
|
* Fix hashtable size calculation when database has exactly one recordSiddhesh Poyarekar2012-11-282-3/+13
| | | | The hash function needs a hashtable of at least size 3 or greater.
* Make fwrite return 0 on EOFSiddhesh Poyarekar2012-11-285-11/+86
|
* Cast to __intptr_t before casting pointer to int64H.J. Lu2012-11-268-13/+67
|
* Fix strict-aliasing warnings from unwind-dw2-fde.c.Joseph Myers2012-11-272-9/+26
|
* sotruss: fix argument parsingAndreas Schwab2012-11-262-2/+6
|
* m68k/cf: fix copying frame in _dl_runtime_profileAndreas Schwab2012-11-252-1/+4
|
* m68k: add sotruss-lib.cAndreas Schwab2012-11-252-0/+55
|
* Fix C++ header directory detection for non-standard paths.Adam Conrad2012-11-243-12/+15
| | | | | | 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.
* use $(READELF) rather than readelfMike Frysinger2012-11-234-2/+10
| | | | | | | | 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>
* Update powerpc libm-test ULPsAndreas Schwab2012-11-232-0/+45
|