| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | configure tweaks, support $libc_add_on_config_subdirs | Roland McGrath | 2009-09-15 | 1 | -27/+24 |
* | Add isinf optimized for 64-bit. | Ulrich Drepper | 2009-08-26 | 1 | -0/+30 |
* | Optimized isnan for 64-bit machines. | Ulrich Drepper | 2009-08-26 | 1 | -0/+39 |
* | Make llround an alias for lround on 64-bit machines. | Ulrich Drepper | 2009-08-25 | 2 | -0/+14 |
* | Optimized nearbyint for 64-bit. | Ulrich Drepper | 2009-08-25 | 1 | -0/+86 |
* | Optimized rint implementation for x86-64. | Ulrich Drepper | 2009-08-25 | 1 | -0/+79 |
* | Add 64-bit optimized s_round. | Ulrich Drepper | 2009-08-25 | 1 | -0/+77 |
* | Optimize out duplicated scalbln code for x86-64. | Ulrich Drepper | 2009-08-25 | 1 | -6/+6 |
* | Add 64-bit optimized scalbln. | Ulrich Drepper | 2009-08-25 | 1 | -0/+68 |
* | Add 64-bit optimized version lround. | Ulrich Drepper | 2009-08-25 | 1 | -0/+67 |
* | 64-bit optimized implementation of trunc. | Ulrich Drepper | 2009-08-25 | 1 | -0/+56 |
* | Add ceil implementation for 64-bit machines. | Ulrich Drepper | 2009-08-24 | 1 | -0/+67 |
* | Fix errno for boundary conditions in 128-bit long double. | Ulrich Drepper | 2009-05-29 | 4 | -4/+32 |
* | Fix errno for IBM long double. | Andreas Schwab | 2009-05-22 | 4 | -7/+22 |
* | * sysdeps/ieee754/dbl-64/s_expm1.c: Set errno for overflow. | Ulrich Drepper | 2009-04-27 | 2 | -2/+10 |
* | * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors in | Ulrich Drepper | 2009-04-27 | 1 | -1/+1 |
* | * sysdeps/ieee754/dbl-64/s_tan.c (tan): Fix -Wsequence-point warnings. | Ulrich Drepper | 2009-04-26 | 1 | -7/+14 |
* | * sysdeps/i386/fpu/s_tan.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 2 | -4/+15 |
* | * sysdeps/ieee754/k_standard.c (__kernel_standard): Use correct | Ulrich Drepper | 2009-04-26 | 1 | -2/+2 |
* | * sysdeps/i386/fpu/s_cos.S: Set errno for ±Inf. | Ulrich Drepper | 2009-04-26 | 5 | -9/+38 |
* | * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors | Ulrich Drepper | 2009-04-25 | 1 | -2/+2 |
* | [BZ #3406] | Ulrich Drepper | 2008-05-11 | 1 | -1/+1 |
* | * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee751_j0l): Use __finitel. | Ulrich Drepper | 2008-05-10 | 4 | -13/+6 |
* | * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c (__nearbyintl): Use | Ulrich Drepper | 2008-04-12 | 1 | -4/+4 |
* | * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto for | Ulrich Drepper | 2008-04-12 | 5 | -30/+20 |
* | [BZ #4407] | Ulrich Drepper | 2008-04-10 | 1 | -0/+6 |
* | [BZ #5857] | Ulrich Drepper | 2008-03-24 | 2 | -3/+17 |
* | [BZ #5753] | Andreas Jaeger | 2008-03-10 | 1 | -4/+4 |
* | * include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857 | Ulrich Drepper | 2008-03-05 | 10 | -2/+164 |
* | Fix size of union. | Andreas Jaeger | 2007-11-15 | 1 | -2/+2 |
* | [BZ #4407] | Ulrich Drepper | 2007-10-06 | 3 | -5/+19 |
* | * include/stdio.h (__isoc99_fscanf, __isoc99_scanf, | Ulrich Drepper | 2007-09-18 | 16 | -3/+316 |
* | * sysdeps/ieee754/ldbl-64-128/strtold_l.c (__STRTOF): Declare. | Jakub Jelinek | 2007-08-14 | 1 | -3/+8 |
* | * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (___new_strtold_l, | Jakub Jelinek | 2007-08-10 | 1 | -2/+4 |
* | * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939 | Roland McGrath | 2007-08-07 | 1 | -1/+4 |
* | * nss/nsswitch.c (__nss_lookup_function): Don't cast &ni->known to | Ulrich Drepper | 2007-07-28 | 1 | -2/+2 |
* | * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (nextafterl): Remove | Ulrich Drepper | 2007-06-08 | 3 | -68/+141 |
* | * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c | Ulrich Drepper | 2007-06-04 | 1 | -16/+19 |
* | * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use | Ulrich Drepper | 2007-04-16 | 3 | -29/+29 |
* | [BZ #3306] | Ulrich Drepper | 2007-04-16 | 7 | -77/+94 |
* | * sysdeps/ieee754/ldbl-128/Makefile: New file. | Richard Henderson | 2007-03-14 | 1 | -0/+1 |
* | [BZ #4096] | Ulrich Drepper | 2007-03-05 | 1 | -11/+11 |
* | [BZ #2749] | Jakub Jelinek | 2007-01-17 | 6 | -34/+14 |
* | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2007-01-11 | 14 | -289/+196 |
* | . | Jakub Jelinek | 2007-07-31 | 14 | -196/+289 |
* | [BZ #3252, BZ #3253] cvs/fedora-glibc-20060925T1535 | Ulrich Drepper | 2006-09-25 | 1 | -2/+2 |
* | [BZ #2592] | Ulrich Drepper | 2006-09-20 | 8 | -71/+47 |
* | * io/Makefile (CFLAGS-fstatat.c): Set. | Ulrich Drepper | 2006-09-17 | 4 | -14/+294 |
* | [BZ #2466] | Roland McGrath | 2006-03-16 | 2 | -149/+177 |
* | [BZ #2423] | Roland McGrath | 2006-03-16 | 8 | -490/+446 |