Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-04 | Revert "Update install.texi for building manual in build dir" | Andreas Jaeger | 2 | -6/+4 | |
This reverts commit 0d80ac6813e3bf21fad6d87202e9efe6d0c17a82. Reverting since e3945c47bdac1149a1fec5d46bd567a248cd17b9 gets reverted as well. | |||||
2012-05-04 | Update install.texi for building manual in build dir | Andreas Jaeger | 2 | -4/+6 | |
2012-05-04 | Do not build manual in the source directory | Andreas Jaeger | 5 | -94/+109 | |
[BZ #13750] Build the manual in the build directory and not anymore in the source directory. | |||||
2012-05-04 | Fix for ldbl-128ibm acosl/asinl inaccuracies | Adhemerval Zanella | 4 | -40/+186 | |
2012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix long double comparison inaccuracies. * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): * Likewise. * sysdeps/powerpc/fpu/libm-test-ulps: Update. | |||||
2012-05-04 | Fix missing vm86 symbol | Andreas Schwab | 3 | -15/+21 | |
2012-05-04 | Fix strtod rounding of hex values (bug 14049). | Joseph Myers | 4 | -5/+28 | |
2012-05-04 | Update s390 libm-test-ulps | Andreas Krebbel | 2 | -134/+1415 | |
2012-05-03 | Fix tst-obprintf - and mcheck in general | Andreas Jaeger | 2 | -0/+12 | |
tst-obprintf failed with GCC 4.7. It turned out that this is the fault of GCC optimizing away the following from malloc/mcheck.c: /* We call malloc() once here to ensure it is initialized. */ void *p = malloc (0); free (p); gcc sees the malloc(0);free pair and removes it completely. And now malloc is not properly initialized and we screw up if both mcheck is used (via tst-obprintf) and MALLOC_CHECK_ is set (as it is in my environment). | |||||
2012-05-03 | Do not delete make check-abi symlist files | Andreas Jaeger | 2 | -0/+14 | |
Do not remove the .symlist files and thus do not run objdump for each library etc if you repeat the make check command. | |||||
2012-05-03 | Fix minor fallout from yesterdays sparc nptl changes. | David S. Miller | 5 | -4/+15 | |
nptl/ * sysdeps/sparc/sparc64/pthread_spin_unlock.S: Fix thinko, we always have to return 0, especially for the pthread_spin_init alias. * sysdeps/sparc/sparc32/pthread_spin_lock.S: Add missing trailing newline. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise. * sysdeps/sparc/sparc64/pthread_spin_lock.S: Likewise. | |||||
2012-05-03 | Fix conditions on checking versions of dprintf (bug 13775). | Joseph Myers | 4 | -28/+54 | |
2012-05-03 | Fix make clean for recent elf/Makefile changes. | Roland McGrath | 2 | -3/+9 | |
2012-05-03 | Update sysdeps/i386/fpu/libm-test-ulps | Andreas Jaeger | 2 | -0/+77 | |
2012-05-03 | Move FAQ to wiki | Andreas Jaeger | 6 | -3828/+15 | |
The FAQ is now at http://sourceware.org/glibc/wiki/FAQ and not anymore part of the repository. | |||||
2012-05-02 | Mirror i386 change on sparc: 'Avoid "anonymous" code in pthread_spin_lock' | David S. Miller | 15 | -139/+104 | |
nptl/ * sysdeps/sparc/sparc64/pthread_spin_lock.S: New. * sysdeps/sparc/sparc64/pthread_spin_lock.c: Delete. * sysdeps/sparc/sparc64/pthread_spin_unlock.S: New. * sysdeps/sparc/sparc64/pthread_spin_unlock.c: Delete. * sysdeps/sparc/sparc64/pthread_spin_trylock.S: New. * sysdeps/sparc/sparc64/pthread_spin_trylock.c: Delete. * sysdeps/sparc/sparc64/pthread_spin_init.c: New. * sysdeps/sparc/sparc32/pthread_spin_lock.S: New. * sysdeps/sparc/sparc32/pthread_spin_lock.c: Delete. * sysdeps/sparc/sparc32/pthread_spin_trylock.S: New. * sysdeps/sparc/sparc32/pthread_spin_trylock.c: Delete. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: New. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.c: Delete. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: New. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.c: Delete. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: New. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.c: Delete. * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: New. | |||||
2012-05-02 | Fix test-suite failues with -Wl,--as-needed | Allan McRae | 5 | -2/+52 | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||||
2012-05-02 | Update sparc ULPs for recently added acos/asin tests. | David S. Miller | 2 | -0/+104 | |
* sysdeps/sparc/fpu/libm-test-ulps: Update. | |||||
2012-05-02 | For PR 14055, add bounds check to _dl_show_auxv(). | Paul Pluzhnikov | 3 | -3/+10 | |
2012-05-02 | Kill trailing whitespace. | Paul Pluzhnikov | 1 | -1/+1 | |
2012-05-02 | Avoid "anonymous" code in pthread_spin_lock. | Paul Pluzhnikov | 4 | -33/+64 | |
2012-05-02 | Use -frounding-math for math testsuite | Andreas Jaeger | 2 | -6/+20 | |
We should tell GCC that we manipulate the rounding mode and therefore add -frounding-math to these files that call fesetround. | |||||
2012-05-02 | Fix nexttoward bugs | Adhemerval Zanella | 2 | -10/+9 | |
[BZ #2550] [BZ #2570] * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point comparisons to determine direction to adjust input. | |||||
2012-05-01 | Redirect check-localplt output to check-localplt.out. | Roland McGrath | 2 | -1/+5 | |
2012-05-01 | Do check-localplt test using readelf rather than a build-time C program. | Roland McGrath | 4 | -312/+90 | |
2012-05-01 | Do check-execstack test using readelf rather than a build-time C program. | Roland McGrath | 4 | -177/+88 | |
2012-05-01 | Do check-textrel test using readelf rather than a build-time C program. | Roland McGrath | 5 | -209/+70 | |
2012-05-01 | conformtest: Update expectations for some ISO C headers. | Joseph Myers | 7 | -146/+322 | |
2012-05-01 | conformtest: Check namespace within __attribute__. | Joseph Myers | 2 | -2/+7 | |
2012-05-01 | conformtest: Use correct keyword set for underlying C standard. | Joseph Myers | 2 | -2/+8 | |
2012-05-01 | conformtest: Don't test non-C90 headers for C90. | Joseph Myers | 3 | -0/+9 | |
2012-05-01 | conformtest: Support testing macro usability in #if. | Joseph Myers | 2 | -2/+42 | |
2012-05-01 | conformtest: Support specifying types before promotion. | Joseph Myers | 2 | -1/+10 | |
2012-05-01 | conformtest: Unify "macro" and "constant" handling. | Joseph Myers | 2 | -64/+53 | |
2012-05-01 | conformtest: Unify "macro" cases. | Joseph Myers | 3 | -59/+8 | |
2012-05-01 | conformtest: Unify "constant" and "typed-constant". | Joseph Myers | 3 | -48/+24 | |
2012-05-01 | conformtest: Unify handling of "optional-" and non-optional lines. | Joseph Myers | 2 | -191/+48 | |
2012-05-01 | conformtest: Unify variants of "constant" and "optional-constant". | Joseph Myers | 7 | -154/+106 | |
2012-05-01 | conformtest: Always pass C standards options to compiler. | Joseph Myers | 2 | -16/+9 | |
2012-05-01 | conformtest: Improve math.h tests for X/Open versions. | Joseph Myers | 2 | -19/+213 | |
2012-05-01 | conformtest: Use correct feature test macros for XPG4. | Joseph Myers | 2 | -1/+4 | |
2012-05-01 | conformtest: Handle "symbol" lines for allow-header. | Joseph Myers | 2 | -0/+4 | |
2012-05-01 | Remove unused localtime makefile variables. | Joseph Myers | 2 | -8/+5 | |
2012-05-01 | Update powerpc ABI data | Andreas Schwab | 10 | -14/+646 | |
2012-05-01 | Note bug 6959 also fixed for 2.16. | Joseph Myers | 2 | -11/+12 | |
2012-05-01 | Fix nexttoward bugs (bugs 2550, 2570). | Joseph Myers | 12 | -82/+121 | |
2012-05-01 | Fix missing nearbyintl@GLIBC_2.1 on powerpc | Andreas Schwab | 4 | -7/+15 | |
2012-04-30 | Fix x86 acos near 1 (bug 13942). | Joseph Myers | 8 | -12/+76 | |
2012-04-30 | Fix acos (-1) in round-downwards mode on x86 (bug 14034). | Joseph Myers | 8 | -1/+618 | |
2012-04-30 | Fix exp10 spurious overflows (bug 13924). | Joseph Myers | 6 | -18/+43 | |
2012-04-30 | Fix February month name in de_AT locale | Aurelien Jarno | 3 | -6/+12 | |
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". |