Age | Commit message (Expand) | Author | Files | Lines |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 115 | -345/+230 |
2012-01-08 | bits/poll2.h needs __BEGIN/__END_DECLS | Ulrich Drepper | 1 | -0/+4 |
2012-01-08 | Install bits/poll2.h | Ulrich Drepper | 1 | -2/+2 |
2012-01-08 | Add checking versions of poll and ppoll | Ulrich Drepper | 3 | -1/+86 |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 8 | -97/+97 |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | 1 | -5/+2 |
2011-05-15 | Fix a few problems in fopen and freopen | Ulrich Drepper | 1 | -1/+2 |
2011-04-22 | Remove doubled words. | Jim Meyering | 1 | -2/+2 |
2011-04-01 | Really implement fallocate{,64} and sync_file_range as cancellation points. | Ulrich Drepper | 1 | -1/+4 |
2011-04-01 | Fix typos in comments. | Ulrich Drepper | 1 | -1/+1 |
2011-04-01 | Define AT_EMPTY_PATH. | Ulrich Drepper | 1 | -0/+1 |
2011-01-17 | Define AT_NO_AUTOMOUNT. | Ulrich Drepper | 1 | -1/+3 |
2010-04-04 | Fix definition and testing of S_ISSOCK. | Ulrich Drepper | 1 | -2/+4 |
2010-02-10 | Fix file descriotor leak in nftw with FTW_CHDIR | Ulrich Drepper | 1 | -1/+2 |
2010-01-11 | Fix up sys/stat.h for XPG7. | Ulrich Drepper | 1 | -2/+2 |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 1 | -6/+53 |
2009-05-16 | Remove redundant .gitignore files. | Andreas Schwab | 1 | -6/+0 |
2009-05-15 | rename each .cvsignore file to .gitignore | Jim Meyering | 1 | -0/+0 |
2009-05-07 | * io/sys/stat.h (fstatat64): Guard prototype with __USE_LARGEFILE64, | Ulrich Drepper | 1 | -1/+3 |
2009-03-02 | Pretty printing. | Ulrich Drepper | 1 | -13/+13 |
2009-02-26 | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 1 | -2/+1 |
2009-02-26 | * include/features.h: Define macros for XPG7/POSIX 2008. | Ulrich Drepper | 1 | -2/+2 |
2009-02-24 | * io/sys/stat.h: The lstat functions have been mandatory since 2001. | Ulrich Drepper | 1 | -1/+1 |
2009-02-16 | * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534 | Jakub Jelinek | 1 | -2/+3 |
2008-07-29 | * io/ftw.c (add_object): Remove inline to avoid warning. | Ulrich Drepper | 1 | -2/+2 |
2008-07-27 | * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2 alias. | Ulrich Drepper | 1 | -1/+2 |
2008-07-25 | * Versions.def (glibc): Add GLIBC_2.9. | Ulrich Drepper | 4 | -2/+96 |
2008-05-11 | * io/openat.c (__openat_2): Also pass fd to __openat. | Ulrich Drepper | 2 | -2/+2 |
2008-03-08 | * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_RESTRICTED | Ulrich Drepper | 1 | -6/+9 |
2007-12-12 | [BZ #5477] | Ulrich Drepper | 1 | -2/+2 |
2007-09-15 | * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. | Ulrich Drepper | 2 | -132/+120 |
2007-09-15 | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+. | Ulrich Drepper | 2 | -2/+3 |
2007-08-04 | * io/bits/fcntl2.h (open, open64, openat, openat64): Add | Jakub Jelinek | 1 | -116/+124 |
2007-08-03 | * io/Makefile (aux): Add have_o_cloexec. | Ulrich Drepper | 2 | -0/+26 |
2007-07-29 | [BZ #4860] | Ulrich Drepper | 1 | -1/+1 |
2007-07-28 | Include <fcntl.h>. | Ulrich Drepper | 1 | -0/+1 |
2007-07-23 | * io/Makefile (tests): Add tst-posix_fallocate. | Ulrich Drepper | 2 | -1/+101 |
2007-05-25 | * io/bits/fcntl2.h (__open_2): Add nonnull attribute. | Ulrich Drepper | 1 | -26/+48 |
2007-05-25 | * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag. | Ulrich Drepper | 1 | -9/+9 |
2007-05-24 | * Makerules (sysd-rules): Define PTW for ptw-* files. | Ulrich Drepper | 7 | -7/+232 |
2007-05-10 | * sysdeps/unix/sysv/linux/sched_setaffinity.ccvs/fedora-glibc-20070510T2308cvs/fedora-glibc-20070510T2304 | Ulrich Drepper | 1 | -1/+1 |
2007-05-10 | * io/sys/stat.h: Make sure struct timespec is defined for | Ulrich Drepper | 1 | -2/+3 |
2007-05-10 | * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define UTIME_NOW and | Ulrich Drepper | 5 | -2/+91 |
2007-03-17 | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89-inline. | Ulrich Drepper | 1 | -11/+12 |
2007-02-21 | [BZ #4076]cvs/fedora-glibc-20070221T1011 | Ulrich Drepper | 3 | -8/+49 |
2007-01-11 | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34... | Ulrich Drepper | 13 | -141/+32 |
2007-07-31 | . | Jakub Jelinek | 13 | -32/+141 |
2007-01-10 | Make sure fts_cur is always valid after return from fts_read. | Ulrich Drepper | 1 | -3/+6 |
2006-12-05 | * nis/nis_subr.c (nis_getnames): Revert last change.cvs/fedora-glibc-20061205T2141 | Ulrich Drepper | 2 | -1/+43 |
2006-10-28 | * configure.in: Require assembler support for visibility, compiler | Ulrich Drepper | 11 | -92/+24 |