Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NEWS item for --enable-systemtap | Roland McGrath | 2012-05-25 | 1 | -0/+6 |
| | |||||
* | Remove pre-2.4 Linux kernel support. | Joseph Myers | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Mention BZ 12495 and 13576 in NEWS | H.J. Lu | 2012-05-25 | 1 | -13/+13 |
| | |||||
* | Add missing comma in list of fixed bugs. | Joseph Myers | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Fix acosf underflow (bug 14153). | Joseph Myers | 2012-05-25 | 1 | -1/+1 |
| | |||||
* | Add tests for underflow exception bugs 10846, 14036. | Joseph Myers | 2012-05-24 | 1 | -5/+5 |
| | |||||
* | Add getauxval news entry. | Richard Henderson | 2012-05-24 | 1 | -0/+4 |
| | |||||
* | Mention 14122 in NEWS. | Paul Pluzhnikov | 2012-05-22 | 1 | -1/+1 |
| | |||||
* | Add new locale mag_IN. | Chandan Kumar | 2012-05-22 | 1 | -3/+6 |
| | | | | | | [BZ#13968] * locales/mag_IN: New file. * SUPPORTED (SUPPORTED-LOCALES): Add appropriate entry. | ||||
* | Fix spelling of Steven Munroe | Andreas Jaeger | 2012-05-21 | 1 | -1/+1 |
| | |||||
* | Fix ccos, csin, ccosh, csinh overflows (bug 14123). | Joseph Myers | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | BZ#14059: Fix AVX and FMA4 detection. | Carlos O'Donell | 2012-05-17 | 1 | -1/+1 |
| | | | | | Fix AVX and FMA4 detection by following the guidelines set out by Intel and AMD for detecting these features. | ||||
* | For [BZ #208], accumulate malloc stats over all arenas. | Paul Pluzhnikov | 2012-05-16 | 1 | -19/+19 |
| | |||||
* | BZ#10375: Configure magic to use -fno-stack-protector if needed. | Roland McGrath | 2012-05-16 | 1 | -14/+14 |
| | |||||
* | Avoid plain "aligned" attributes in installed headers. | Joseph Myers | 2012-05-15 | 1 | -1/+1 |
| | |||||
* | Avoid race in nscd | Andreas Jaeger | 2012-05-15 | 1 | -10/+10 |
| | | | | | | | | | | | | | 2012-05-15 Jeff Law <law@redhat.com> Andreas Jaeger <aj@suse.de> [BZ #13594] * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split out from... * nscd/nscd_helper.c (__nscd_get_map_ref): ... here. * nscd/nscd-client.h: Add __nscd_acquire_maplock. * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to code changing __hst_map_handle.map. | ||||
* | Add fixed ports bugs to list in NEWS. | Joseph Myers | 2012-05-15 | 1 | -12/+13 |
| | |||||
* | Allow a single-threaded program to cancel itself | Siddhesh Poyarekar | 2012-05-15 | 1 | -9/+10 |
| | | | | | | | | | There is nothing in the POSIX specification to disallow a single-threaded program from cancelling itself, so we forcibly enable multiple_threads to allow the next available cancellation point in the thread to run. Also added additional tests to cover various cancellation scenarios. | ||||
* | Mention BZ #14103/#14104 in News and ChangeLog | H.J. Lu | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Do not build manual in source dir | Andreas Jaeger | 2012-05-14 | 1 | -8/+8 |
| | | | | | | | [BZ #13750] Do not build manual anymore in the source dir. Also clean up the Makefile and remove rules that have been used previously when we had a stand-alone Makefile which was obsoleted recently. | ||||
* | Remove pre-2.2 Linux kernel support. | Joseph Myers | 2012-05-14 | 1 | -0/+4 |
| | |||||
* | NEWS: update ia64 info | Mike Frysinger | 2012-05-14 | 1 | -63/+1 |
| | | | | | | | Mention that ia64 has moved into ports/, and drop the old build/install details that don't belong in the NEWS file in the first place. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | ||||
* | Complete GB18030 charmap | Andreas Schwab | 2012-05-11 | 1 | -11/+11 |
| | |||||
* | 14012 fixed by cross-rpcgen changes. | Joseph Myers | 2012-05-11 | 1 | -2/+2 |
| | |||||
* | Hurd bugs fixed: #766, #3748, #3906. | Thomas Schwinge | 2012-05-11 | 1 | -17/+17 |
| | |||||
* | Fix for logb/logbf/logbl (bugs 13954/13955/13956) | Adhemerval Zanella | 2012-05-10 | 1 | -2/+3 |
| | | | | | | | | POSIX 2008 states that if the input for 'logb[f|l]' is a subnormal number it should be treated as if it were normalized. This means the implementation should calculate the log2 of the mantissa and add it to the subnormal exponent (-126 for float and -1022 for double and IBM long double). This patch takes care of that. | ||||
* | Make sunrpc code usable again | Andreas Jaeger | 2012-05-10 | 1 | -0/+6 |
| | | | | | | | | New configure option --enable-obsolete-rpc makes the deprecated RPC headers and functions available at compile time as they were before version 2.14. This option will be removed at some time in the future after the TI-RPC library becomes fully sufficient for the needs of existing applications. | ||||
* | [PATCH] [BZ #3440] Make LC_ALL etc. useful in #if expressions. | Paul Eggert | 2012-05-10 | 1 | -15/+15 |
| | |||||
* | Add volatiles for x86-64 bits/mathinline.h | Andreas Jaeger | 2012-05-09 | 1 | -1/+1 |
| | | | | | | | | | | [BZ #14053] GCC 4.7 might remove consecutive calls to e.g. lrintf since the assembler instructions are the same and GCC does not know that the result is different depending on the rounding mode. For SSE instructions, the control register is not available so there is no way to inform GCC about this. Therefore the asms are marked as volatile. | ||||
* | Fix strspn warning with -Wconversion | Andreas Jaeger | 2012-05-09 | 1 | -1/+1 |
| | | | | | | | | [BZ #14083] Fix warning when using strspn with -Wconversion: $ gcc -Wconversion -O t.c t.c: In function ‘main’: t.c:8:7: warning: conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result [-Wsign-conversion] | ||||
* | Fix daylight time change for the US | Ian Wienand | 2012-05-09 | 1 | -1/+1 |
| | | | | | | [BZ #14080] * time/tzset.c (__tzset_parse_tz): Update default rules for daylight time changes in the Energy Policy Act of 2005. | ||||
* | Make ldconfig message clearer | Andreas Jaeger | 2012-05-09 | 1 | -2/+2 |
| | | | | | | [BZ #13983] Let not confuse the user and think there's an error instead of a warning. | ||||
* | Warn if user requests __FORTIFY_SOURCE but it is disabled | Roland Mc Grath | 2012-05-08 | 1 | -2/+2 |
| | | | | | | [BZ #13979] * include/features.h: Warn if user requests __FORTIFY_SOURCE checking but the checks are disabled for any reason. | ||||
* | Fix x86/x86_64 expm1l inaccuracy and exceptions (bugs 13885, 13923). | Joseph Myers | 2012-05-07 | 1 | -5/+5 |
| | |||||
* | Fix exp10 inaccuracy and exceptions (bugs 13884, 13914). | Joseph Myers | 2012-05-06 | 1 | -4/+5 |
| | |||||
* | Fix libm-test.inc ulps calculation for subnormals (bug 14064). | Joseph Myers | 2012-05-06 | 1 | -1/+1 |
| | |||||
* | Patch 31dc8730af585d8e13021484752fb20decae0661 fixes BZ#13563 | Andreas Jaeger | 2012-05-06 | 1 | -8/+8 |
| | | | | Update NEWS and ChangeLog with BZ #13563 | ||||
* | Fix missing exceptions from exp (bugs 13787, 13922, 14036). | Joseph Myers | 2012-05-05 | 1 | -6/+6 |
| | |||||
* | Revert "Do not build manual in the source directory" | Andreas Jaeger | 2012-05-04 | 1 | -6/+6 |
| | | | | | | This reverts commit e3945c47bdac1149a1fec5d46bd567a248cd17b9. reverting since it breaks building. | ||||
* | Do not build manual in the source directory | Andreas Jaeger | 2012-05-04 | 1 | -6/+6 |
| | | | | | | | [BZ #13750] Build the manual in the build directory and not anymore in the source directory. | ||||
* | Fix strtod rounding of hex values (bug 14049). | Joseph Myers | 2012-05-04 | 1 | -1/+1 |
| | |||||
* | Fix conditions on checking versions of dprintf (bug 13775). | Joseph Myers | 2012-05-03 | 1 | -6/+6 |
| | |||||
* | For PR 14055, add bounds check to _dl_show_auxv(). | Paul Pluzhnikov | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | Note bug 6959 also fixed for 2.16. | Joseph Myers | 2012-05-01 | 1 | -11/+11 |
| | |||||
* | Fix nexttoward bugs (bugs 2550, 2570). | Joseph Myers | 2012-05-01 | 1 | -14/+15 |
| | |||||
* | Fix missing nearbyintl@GLIBC_2.1 on powerpc | Andreas Schwab | 2012-05-01 | 1 | -1/+1 |
| | |||||
* | Fix x86 acos near 1 (bug 13942). | Joseph Myers | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Fix acos (-1) in round-downwards mode on x86 (bug 14034). | Joseph Myers | 2012-04-30 | 1 | -1/+1 |
| | |||||
* | Fix exp10 spurious overflows (bug 13924). | Joseph Myers | 2012-04-30 | 1 | -2/+2 |
| | |||||
* | Fix February month name in de_AT locale | Aurelien Jarno | 2012-04-30 | 1 | -5/+5 |
| | | | | | | | | | | | The current de_AT locale defines "Feber" for the month of February, which is correct in some parts of Austria, but is not the standards. This patch fixes the problem by changing it to the standards version "Februar". 2012-04-29 Aurelien Jarno <aurelien@aurel32.net> * locales/de_AT: Change month name from "Feber" to "Februar". |