Age | Commit message (Expand) | Author | Files | Lines |
2014-03-14 | Compile with -Wundef. | Roland McGrath | 1 | -0/+1 |
2014-03-05 | Don't include individual test ulps in libm-test-ulps. | Joseph Myers | 1 | -17835/+0 |
2014-02-12 | soft-fp: support after-rounding tininess detection. | Joseph Myers | 1 | -0/+2 |
2014-02-12 | Relocate alpha from ports to libc | Richard Henderson | 209 | -0/+34606 |
2008-11-26 | Moved alpha to ports repository. | Roland McGrath | 191 | -16874/+0 |
2007-09-15 | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 1 | -1/+1 |
2007-05-07 | 2007-05-07 Richard Henderson <rth@redhat.com> | Richard Henderson | 9 | -18/+22 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 1 | -1/+1 |
2007-03-14 | * sysdeps/alpha/fpu/s_llround.c: New file. | Richard Henderson | 10 | -6/+281 |
2007-03-14 | * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches. | Richard Henderson | 19 | -201/+457 |
2007-03-14 | * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding. ... | Richard Henderson | 3 | -75/+445 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 2 | -19/+15 |
2007-07-31 | . | Jakub Jelinek | 2 | -15/+19 |
2006-10-27 | USE_TLS support is now default. | Ulrich Drepper | 2 | -19/+15 |
2006-02-25 | * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: Moved to ... | Roland McGrath | 8 | -32/+35 |
2006-02-20 | * sysdeps/alpha/soft-fp/Makefile (CPPFLAGS): Add soft-fp include ... | Richard Henderson | 2 | -1/+8 |
2006-02-01 | * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file.cvs/fedora-glibc-20060201T0846 | Roland McGrath | 8 | -15/+71 |
2006-02-01 | * math/divtc3.c: New file. | Roland McGrath | 1 | -0/+0 |
2006-01-15 | [BZ #1950, BZ #2153] | Andreas Jaeger | 1 | -2/+2 |
2006-01-13 | .. | Ulrich Drepper | 1 | -1/+1 |
2006-01-12 | 2006-01-12 Roland McGrath <roland@redhat.com> | Roland McGrath | 3 | -8/+5 |
2006-01-11 | * Makerules: Define build-module-asneeded. | Ulrich Drepper | 2 | -10/+46 |
2006-01-10 | * include/bits/setjmp.h: New file. | Roland McGrath | 2 | -20/+36 |
2006-01-10 | * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Move macro ... | Roland McGrath | 2 | -6/+6 |
2006-01-10 | * sysdeps/alpha/jmpbuf-unwind.h: New file, moved from nptl/. | Roland McGrath | 1 | -0/+42 |
2006-01-08 | * po/.cvsignore: List libc.pot.files, and not any .pot names. | Roland McGrath | 2 | -25/+0 |
2005-12-28 | * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h | Roland McGrath | 1 | -3/+3 |
2005-12-18 | * sysdeps/alpha/libc-tls.c: Fix directory on include of base file. | Richard Henderson | 1 | -1/+1 |
2005-12-15 | * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. | Roland McGrath | 19 | -38/+38 |
2005-11-27 | * sysdeps/alpha/strncmp.S: Don't read too much data when pointers ... | Richard Henderson | 1 | -5/+28 |
2005-10-20 | * sysdeps/alpha/remqu.S: Return the correct result when the samecvs/fedora-glibc-20051020T0651 | Ulrich Drepper | 2 | -2/+2 |
2005-09-20 | * sysdeps/alpha/ldiv.S (lldiv): Add alias. | Richard Henderson | 1 | -0/+2 |
2005-07-08 | * include/fenv.h: Add libm_hidden_proto for fesetround and | Ulrich Drepper | 2 | -2/+4 |
2005-05-28 | * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New. * sysdeps/al... | Richard Henderson | 10 | -111/+278 |
2005-05-26 | Add space inf weak_alias use. | Ulrich Drepper | 3 | -3/+3 |
2005-04-28 | [BZ #781, BZ #796] | Roland McGrath | 1 | -19/+2 |
2005-03-15 | * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword. | Roland McGrath | 1 | -1/+4 |
2005-02-08 | * math/math_private.h (__copysign): Define as builtin for gcc 4. ... | Richard Henderson | 1 | -12/+5 |
2005-02-07 | * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP ... | Richard Henderson | 1 | -12/+2 |
2005-01-23 | * sysdeps/alpha/dl-trampoline.S: New file. * sysdeps/alpha/dl... | Richard Henderson | 3 | -143/+441 |
2005-01-12 | * grp/putgrent.c (putgrent): Don't write 0 as group | Ulrich Drepper | 1 | -1/+1 |
2004-12-22 | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. | Ulrich Drepper | 64 | -1034/+441 |
2007-07-12 | 2.5-18.1 | Jakub Jelinek | 64 | -441/+1034 |
2004-12-17 | Update.cvs/fedora-glibc-20041217T0906 | Andreas Jaeger | 1 | -1/+1 |
2004-10-15 | * sysdeps/alpha/dl-machine.h (elf_machine_rela, elf_machine_r... | Richard Henderson | 1 | -3/+3 |
2004-09-30 | Update. | Ulrich Drepper | 1 | -4/+4 |
2004-09-26 | * sysdeps/alpha/alphaev6/memcpy.S: Mark .prologue. * sysdeps/...cvs/fedora-glibc-20040927T0611 | Richard Henderson | 1 | -0/+1 |
2004-09-15 | * sysdeps/alpha/fpu/libm-test-ulps: Update. * scripts/data/c+... | Richard Henderson | 1 | -9/+5 |
2004-09-12 | [BZ #365] | Ulrich Drepper | 1 | -27/+37 |
2004-09-06 | * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file. * sysdeps/uni... | Richard Henderson | 1 | -48/+0 |