Age | Commit message (Expand) | Author | Files | Lines |
2009-03-10 | * include/stdio.h (fmemopen): Add libc_hidden_proto. | Ulrich Drepper | 4 | -2/+12 |
2009-03-10 | * time/tzset.c (__tzset_parse_tz): Use correct string when parsing | Ulrich Drepper | 3 | -12/+45 |
2009-03-10 | * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND, | Ulrich Drepper | 3 | -9/+19 |
2009-03-10 | * stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs | Ulrich Drepper | 6 | -6/+18 |
2009-03-10 | * po/id.po: Update from translation team. | Ulrich Drepper | 2 | -44/+49 |
2009-03-10 | * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Use | Ulrich Drepper | 3 | -5/+27 |
2009-03-10 | Use .machine push; .machine "power6" and .machine pop around mtfsf insns outs... | Ulrich Drepper | 4 | -4/+22 |
2009-03-09 | * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Define cvs/fedora-glibc-20090309T1421 | Jakub Jelinek | 2 | -1/+13 |
2009-03-08 | * stdlib/Makefile (routines): Add quick_exit, at_quick_exit, and | Ulrich Drepper | 13 | -30/+232 |
2009-03-08 | * po/id.po: Update from translation team. | Ulrich Drepper | 2 | -664/+899 |
2009-03-07 | * po/ru.po: Update from translation team. | Ulrich Drepper | 2 | -755/+839 |
2009-03-04 | * po/nl.po: Update from translation team. | Ulrich Drepper | 2 | -656/+885 |
2009-03-03 | * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Declare fallocate{,64}. | Ulrich Drepper | 11 | -2/+131 |
2009-03-03 | * po/pl.po: Update from translation team. | Ulrich Drepper | 2 | -650/+1008 |
2009-03-02 | [BZ #7083] | Ulrich Drepper | 1 | -0/+1 |
2009-03-02 | * sysdeps/unix/sysv/linux/fallocate.c: New file. | Ulrich Drepper | 9 | -1/+175 |
2009-03-02 | Pretty printing. | Ulrich Drepper | 1 | -13/+13 |
2009-03-02 | * misc/sys/cdefs.h (__extern_always_inline): Add __artificial__ | Jakub Jelinek | 2 | -2/+12 |
2009-03-02 | * sysdeps/powerpc/powerpc32/power7/fpu/Implies: New file. | Ulrich Drepper | 6 | -0/+20 |
2009-03-02 | * po/cs.po: Update from translation team. | Ulrich Drepper | 2 | -734/+930 |
2009-03-01 | * po/vi.po: Likewise. | Ulrich Drepper | 2 | -652/+808 |
2009-02-28 | * po/fi.po: Likewise. | Ulrich Drepper | 2 | -3924/+5079 |
2009-02-28 | * po/bg.po: Update from translation team. | Ulrich Drepper | 2 | -655/+818 |
2009-02-28 | po/bg.po | Ulrich Drepper | 1 | -649/+799 |
2009-02-28 | * Makeconfig (%.v.i): Depend on Makeconfig. | Roland McGrath | 9 | -36/+141 |
2009-02-28 | 2009-02-27 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -3/+3 |
2009-02-27 | * po/ko.po: Update from translation team. | Ulrich Drepper | 1 | -0/+4 |
2009-02-27 | Update from translation team. | Ulrich Drepper | 1 | -693/+923 |
2009-02-26 | * shadow/lckpwdf.c (__lckpwdf): Move FLAGS inside block using it, | Roland McGrath | 1 | -0/+5 |
2009-02-26 | 2009-02-26 Roland McGrath <roland@redhat.com> | Roland McGrath | 1 | -3/+2 |
2009-02-26 | 2009-02-26 Andrew Stubbs <ams@codesourcery.com> | Ulrich Drepper | 3 | -8/+61 |
2009-02-26 | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 16 | -86/+151 |
2009-02-26 | * libio/stdio.h: dprintf, fmemopen, getdelim, getline, | Ulrich Drepper | 4 | -11/+25 |
2009-02-26 | * locale/langinfo.h: nl_langinfo_l is in POSIX 2008. | Ulrich Drepper | 9 | -6/+272 |
2009-02-26 | * ctype/ctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 10 | -57/+88 |
2009-02-26 | * include/features.h: Define macros for XPG7/POSIX 2008. | Ulrich Drepper | 10 | -27/+47 |
2009-02-26 | * include/features.h: If no feature selection given and we select | Ulrich Drepper | 7 | -19/+75 |
2009-02-25 | .. | Ulrich Drepper | 2 | -0/+18 |
2009-02-25 | Define _SC_TRACE_EVENT_NAME_MAX, _SC_TRACE_NAME_MAX, _SC_TRACE_SYS_MAX, _SC_T... | Ulrich Drepper | 1 | -0/+15 |
2009-02-24 | [BZ #9895] | Roland McGrath | 2 | -93/+8 |
2009-02-24 | [BZ #9895] | Roland McGrath | 2 | -12/+4 |
2009-02-24 | * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): | Ulrich Drepper | 3 | -7/+17 |
2009-02-24 | * io/sys/stat.h: The lstat functions have been mandatory since 2001. | Ulrich Drepper | 3 | -5/+7 |
2009-02-24 | * time/tzset.c (tzset_internal): Correct parsing of TZ envvar. | Ulrich Drepper | 2 | -9/+43 |
2009-02-22 | * po/bg.po: Update from translation team. | Ulrich Drepper | 1 | -0/+4 |
2009-02-22 | Update from translation team. | Ulrich Drepper | 1 | -1558/+1629 |
2009-02-16 | * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534 | Jakub Jelinek | 26 | -236/+270 |
2009-02-16 | * soft-fp/double.h [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D, | Jakub Jelinek | 2 | -3/+10 |
2009-02-15 | * sysdeps/unix/sysv/linux/getsysstats.c (next_line): New function. | Ulrich Drepper | 3 | -23/+79 |
2009-02-13 | * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Define | Ulrich Drepper | 2 | -2/+7 |