| Commit message (Expand) | Author | Age | Files | Lines |
* | * libio/genops.c (_IO_default_finish): Call _IO_lock_fini | Ulrich Drepper | 2007-04-16 | 2 | -3/+6 |
* | * stdio-common/printf_fp.c (___printf_fp): Fix exponent -4 | Ulrich Drepper | 2007-04-16 | 3 | -4/+16 |
* | * libio/libio.h (__underflow, __uflow, __overflow, __wunderflow, | Ulrich Drepper | 2007-04-16 | 4 | -142/+158 |
* | (__underflow, __uflow, __overflow, __wunderflow, __wuflow, __woverflow, _IO_g... | Ulrich Drepper | 2007-04-16 | 1 | -16/+16 |
* | * locale/programs/locarchive.c (show_archive_content): Fix sizeof | Jakub Jelinek | 2007-04-16 | 2 | -2/+7 |
* | * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Use | Ulrich Drepper | 2007-04-16 | 5 | -38/+43 |
* | [BZ #3306] | Ulrich Drepper | 2007-04-16 | 17 | -122/+740 |
* | [BZ #3427] | Ulrich Drepper | 2007-04-16 | 9 | -28/+220 |
* | (feholdexcept): Clear all exceptions in SW. | Ulrich Drepper | 2007-04-16 | 1 | -7/+13 |
* | [BZ #4344] | Jakub Jelinek | 2007-04-13 | 2 | -4/+10 |
* | * posix/sys/wait.h: Remove unnecessary forward declaration. | Ulrich Drepper | 2007-04-07 | 2 | -5/+5 |
* | * tst-locale1.c: Avoid warnings. | Ulrich Drepper | 2007-04-06 | 1 | -0/+5 |
* | Avoid warnings. | Ulrich Drepper | 2007-04-06 | 2 | -4/+6 |
* | * nis/nis_call.c (__nisfind_server): Replace (*dir)->do_servers | Jakub Jelinek | 2007-04-05 | 2 | -3/+8 |
* | * bits/sched.h: Define __CPU_COUNT. Declare __sched_cpucount. | Ulrich Drepper | 2007-04-04 | 5 | -10/+21 |
* | * posix/Makefile (routines): Add sched_cpucount. | Ulrich Drepper | 2007-04-03 | 5 | -2/+92 |
* | * posix/fnmatch.c (STRUCT): Define. | Ulrich Drepper | 2007-04-01 | 4 | -30/+77 |
* | Test of fnmatch with patterns using lots of *. | Ulrich Drepper | 2007-04-01 | 1 | -0/+35 |
* | * sysdeps/ia64/fpu/fesetround.c (fesetround): Return 0 on success | Jakub Jelinek | 2007-04-01 | 2 | -3/+6 |
* | * sysdeps/unix/sysv/linux/sync_file_range.c (sync_file_range): | Jakub Jelinek | 2007-04-01 | 2 | -3/+8 |
* | * scripts/check-local-headers.sh: Filter out sys/capability.h. cvs/fedora-glibc-20070331T1609 | Ulrich Drepper | 2007-03-26 | 6 | -8/+33 |
* | * sysdeps/unix/sysv/linux/Versions: Move sync_file_range to | Ulrich Drepper | 2007-03-26 | 3 | -3/+12 |
* | * sysdeps/powerpc/bits/atomic.h | Ulrich Drepper | 2007-03-26 | 5 | -46/+108 |
* | 007-03-20 Jakub Jelinek <jakub@redhat.com> | Ulrich Drepper | 2007-03-26 | 5 | -37/+33 |
* | (__cache_line_size): Define the variable here. Add attribute_hidden, remove ... | Ulrich Drepper | 2007-03-26 | 1 | -8/+4 |
* | [BZ #4276] | Jakub Jelinek | 2007-03-26 | 14 | -166/+334 |
* | * nis/nis_call.c: Include bits/libc-lock.h, sys/stat.h, unistd.h. | Jakub Jelinek | 2007-03-21 | 11 | -108/+387 |
* | * configure.in (libc_cv_gnu89_inline): Only do compile test. | Jakub Jelinek | 2007-03-20 | 3 | -4/+7 |
* | [BZ #2831] | Jakub Jelinek | 2007-03-20 | 4 | -24/+36 |
* | * nscd/gai.c: Include alloca.h. | Ulrich Drepper | 2007-03-18 | 2 | -0/+8 |
* | * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130 | Ulrich Drepper | 2007-03-17 | 10 | -11/+78 |
* | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 2007-03-17 | 56 | -183/+293 |
* | . | Ulrich Drepper | 2007-03-15 | 1 | -4/+0 |
* | [BZ #3919] | Ulrich Drepper | 2007-03-15 | 9 | -10/+71 |
* | [BZ #4101] | Ulrich Drepper | 2007-03-15 | 4 | -6/+118 |
* | [BZ #4130] | Ulrich Drepper | 2007-03-15 | 2 | -4/+9 |
* | [BZ #4181] | Ulrich Drepper | 2007-03-15 | 6 | -114/+293 |
* | * Makefile: Define tst-sscanf-ENV. | Ulrich Drepper | 2007-03-14 | 2 | -0/+7 |
* | Use fa_IR.UTF-8 which exists internally. | Ulrich Drepper | 2007-03-14 | 1 | -1/+1 |
* | * sysdeps/alpha/fpu/s_llround.c: New file. | Richard Henderson | 2007-03-14 | 11 | -6/+290 |
* | * sysdeps/alpha/fpu/s_ceil.c: Rewrite without branches. | Richard Henderson | 2007-03-14 | 20 | -201/+484 |
* | * sysdeps/ieee754/ldbl-128/Makefile: New file. | Richard Henderson | 2007-03-14 | 2 | -0/+5 |
* | * sysdeps/alpha/Makefile (sysdep-CFLAGS): Force dynamic rounding. ... | Richard Henderson | 2007-03-14 | 7 | -75/+460 |
* | * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h (PSEUDO): Use two | Richard Henderson | 2007-03-13 | 2 | -1/+8 |
* | * elf/dl-support.c (_dl_aux_init): Honor DL_PLATFORM_AUXV. | Richard Henderson | 2007-03-13 | 6 | -59/+55 |
* | * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add support for | Richard Henderson | 2007-03-13 | 2 | -0/+18 |
* | * sysdeps/posix/getaddrinfo.c (get_scope): Correct test for | Ulrich Drepper | 2007-03-06 | 2 | -1/+6 |
* | * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request): Retry with | Ulrich Drepper | 2007-03-05 | 2 | -0/+37 |
* | [BZ #4069] | Ulrich Drepper | 2007-03-05 | 1 | -1/+1 |
* | [BZ #4096] | Ulrich Drepper | 2007-03-05 | 7 | -43/+76 |