about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* * include/atomic.h (atomic_and, atomic_or): Define.Ulrich Drepper2006-02-178-21/+415
* * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Add lll_robust_mutex_* cvs/fedora-glibc-20060217T1609Ulrich Drepper2006-02-173-0/+341
* * sysdeps/unix/sysv/linux/x86_64/lowlevellock.hUlrich Drepper2006-02-1712-20/+27
* * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Define MADV_DONTFORKUlrich Drepper2006-02-1511-0/+54
* * sysdeps/unix/sysv/linux/not-cancel.h (__openat_not_cancel,Ulrich Drepper2006-02-1528-208/+1020
* * allocatestack.c (allocate_stack): Initialize robust_list. cvs/fedora-glibc-20060213T0650Ulrich Drepper2006-02-139-46/+96
* * sysdeps/unix/sysv/linux/i386/not-cancel.h: Define openat_not_cancel,Ulrich Drepper2006-02-121-0/+5
* [BZ #2226]Ulrich Drepper2006-02-1219-97/+308
* * sysdeps/unix/sysv/linux/bits/sched.h: Declare unshare.Ulrich Drepper2006-02-085-3/+26
* * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_futex_wait,Ulrich Drepper2006-02-083-25/+48
* * io/ftw.c (ftw_startup): Use fchdir to return to originalUlrich Drepper2006-02-052-21/+35
* * manual/stdio.texi (Formatted Output Functions): Fix make_message cvs/fedora-glibc-20060204T0758Ulrich Drepper2006-02-041-0/+5
* Fix make_message example.Ulrich Drepper2006-02-041-1/+2
* * structs.def: Add a descriptor for pointer.val field of dtv_t.Roland McGrath2006-02-043-5/+18
* [BZ #2268]Roland McGrath2006-02-033-5/+18
* * stdlib/bits/stdlib-ldbl.h (qecvt, qfcvt, qgcvt, qecvt_r, qfcvt_r):Roland McGrath2006-02-032-1/+16
* 2006-02-03 Jakub Jelinek <jakub@redhat.com>Roland McGrath2006-02-031-3/+6
* * sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat] cvs/fedora-glibc-20060203T0932Ulrich Drepper2006-02-032-0/+7
* [__NR_futimesat] (futimesat): If file is NULL use __futimes.Ulrich Drepper2006-02-031-0/+3
* typoRoland McGrath2006-02-021-1/+1
* * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the sameRoland McGrath2006-02-022-15/+8
* * include/errno.h [__cplusplus]: Avoid extra header magic for C++.Roland McGrath2006-02-022-1/+3
* * manual/install.texi (Tools for Compilation): Require gcc 3.4,Roland McGrath2006-02-023-22/+31
* * timezone/private.h: Update from tzcode2006a.Roland McGrath2006-02-026-82/+190
* * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): New variable.Roland McGrath2006-02-023-8/+29
* * sysdeps/ieee754/ldbl-opt/Makefile (sysdep-CFLAGS): Avoid addingRoland McGrath2006-02-021-0/+5
* 2006-02-01 Roland McGrath <roland@redhat.com>Roland McGrath2006-02-021-0/+2
* * sysdeps/unix/sysv/linux/x86_64/sysconf.c (intel_02_known): Likewise.Ulrich Drepper2006-02-021-0/+1
* (intel_02_known): Add some more entries.Ulrich Drepper2006-02-021-1/+15
* * mach/Machrules ($(objpfx)%.uh, $(objpfx)%.__h): Use static pattern cvs/fedora-glibc-20060202T0507Roland McGrath2006-02-012-4/+12
* * libio/genops.c: Include <stdbool.h>.Roland McGrath2006-02-012-0/+5
* * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Use long_double_symbolRoland McGrath2006-02-013-5/+12
* * math/bits/mathcalls.h: Guard __END_NAMESPACE_C99 with theRoland McGrath2006-02-012-3/+10
* * sysdeps/ieee754/ldbl-128/s_llrintl.c (__llrintl): Fix a typo.Roland McGrath2006-02-011-0/+5
* 2006-02-01 Jakub Jelinek <jakub@redhat.com>Roland McGrath2006-02-012-58/+2
* * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): AddUlrich Drepper2006-02-011-0/+5
* (intel_02_known): Add some more entries.Ulrich Drepper2006-02-011-1/+15
* * sysdeps/unix/sysv/linux/alpha/fpu/Implies: New file. cvs/fedora-glibc-20060201T0846Roland McGrath2006-02-0114-15/+142
* * math/divtc3.c: New file.Roland McGrath2006-02-0127-102/+834
* * sysdeps/unix/sysv/linux/i386/fxstatat.c [XSTAT_IS_STAT64]Roland McGrath2006-02-014-1/+12
* * sysdeps/powerpc/fpu/libm-test-ulps: Update by Jakub.Roland McGrath2006-01-312-6/+76
* * inet/rcmd.c (iruserfopen): Remove redundant initialization.Roland McGrath2006-01-313-4/+9
* * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Correct indexRoland McGrath2006-01-319-28/+328
* * sysdeps/unix/sysv/linux/mips/bits/errno.h (ECANCELED,Roland McGrath2006-01-315-12/+39
* 2006-01-30 Alexandre Oliva <aoliva@redhat.com>Roland McGrath2006-01-303-14/+26
* * sysdeps/powerpc/fpu/libm-test-ulps: Merge ulps with olderRoland McGrath2006-01-302-86/+103
* * soft-fp/double.h (FP_CMP_UNORD_D): Also define inRoland McGrath2006-01-308-81/+86
* 2006-01-27 Dwayne Grant McConnell <decimal@us.ibm.com> cvs/fedora-glibc-20060130T0922Roland McGrath2006-01-28133-136/+12670
* * sysdeps/gnu/errlist-compat.awk: Reduce required number of symbols inRoland McGrath2006-01-231-1/+6
* 2006-01-22 Aurelien Jarno <aurelien@aurel32.net>Roland McGrath2006-01-231-1/+1