2009-03-02 |
Ulrich Drepper | Pretty printing. |
tree | commitdiff |
2009-02-26 |
Ulrich Drepper | * wctype/wctype.h: The *_l functions are in POSIX 2008. |
tree | commitdiff |
2009-02-26 |
Ulrich Drepper | * include/features.h: Define macros for XPG7/POSIX... |
tree | commitdiff |
2009-02-24 |
Ulrich Drepper | * io/sys/stat.h: The lstat functions have been mandator... |
tree | commitdiff |
2009-02-16 |
Jakub Jelinek | * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534 |
tree | commitdiff |
2008-07-29 |
Ulrich Drepper | * io/ftw.c (add_object): Remove inline to avoid warning. |
tree | commitdiff |
2008-07-27 |
Ulrich Drepper | * sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2... |
tree | commitdiff |
2008-07-25 |
Ulrich Drepper | * Versions.def (glibc): Add GLIBC_2.9. |
tree | commitdiff |
2008-05-11 |
Ulrich Drepper | * io/openat.c (__openat_2): Also pass fd to __openat. |
tree | commitdiff |
2008-03-08 |
Ulrich Drepper | * io/tst-fchownat.c: Correctly handle _POSIX_CHOWN_REST... |
tree | commitdiff |
2007-12-12 |
Ulrich Drepper | [BZ #5477] |
tree | commitdiff |
2007-09-15 |
Ulrich Drepper | * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7. |
tree | commitdiff |
2007-09-15 |
Ulrich Drepper | * misc/sys/cdefs.h (__va_arg_pack): Define for GCC... |
tree | commitdiff |
2007-08-04 |
Jakub Jelinek | * io/bits/fcntl2.h (open, open64, openat, openat64... |
tree | commitdiff |
2007-08-03 |
Ulrich Drepper | * io/Makefile (aux): Add have_o_cloexec. |
tree | commitdiff |
2007-07-29 |
Ulrich Drepper | [BZ #4860] |
tree | commitdiff |
2007-07-28 |
Ulrich Drepper | Include <fcntl.h>. |
tree | commitdiff |
2007-07-23 |
Ulrich Drepper | * io/Makefile (tests): Add tst-posix_fallocate. |
tree | commitdiff |
2007-05-25 |
Ulrich Drepper | * io/bits/fcntl2.h (__open_2): Add nonnull attribute. |
tree | commitdiff |
2007-05-25 |
Ulrich Drepper | * sysdeps/powerpc/tls.h (tcbhead_t): Add gscope_flag. |
tree | commitdiff |
2007-05-24 |
Ulrich Drepper | * Makerules (sysd-rules): Define PTW for ptw-* files. |
tree | commitdiff |
2007-05-10 |
Ulrich Drepper | * sysdeps/unix/sysv/linux/sched_setaffinity.c cvs/fedora-glibc-20070510T2304 cvs/fedora-glibc-20070510T2308 |
tree | commitdiff |
2007-05-10 |
Ulrich Drepper | * io/sys/stat.h: Make sure struct timespec is defined for |
tree | commitdiff |
2007-05-10 |
Ulrich Drepper | * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Define... |
tree | commitdiff |
2007-03-17 |
Ulrich Drepper | * configure.in (libc_cv_gnu89_inline): Test for -fgnu89... |
tree | commitdiff |
2007-02-21 |
Ulrich Drepper | [BZ #4076] cvs/fedora-glibc-20070221T1011 |
tree | commitdiff |
2007-01-11 |
Ulrich Drepper | [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,... |
tree | commitdiff |
2007-07-31 |
Jakub Jelinek | . |
tree | commitdiff |
2007-01-10 |
Ulrich Drepper | Make sure fts_cur is always valid after return from... |
tree | commitdiff |
2006-12-05 |
Ulrich Drepper | * nis/nis_subr.c (nis_getnames): Revert last change. cvs/fedora-glibc-20061205T2141 |
tree | commitdiff |
2006-10-28 |
Ulrich Drepper | * configure.in: Require assembler support for visibilit... |
tree | commitdiff |
2006-10-02 |
Ulrich Drepper | * io/fts.c (fts_close): Remove redundant checks. |
tree | commitdiff |
2006-09-17 |
Ulrich Drepper | * io/Makefile (CFLAGS-fstatat.c): Set. |
tree | commitdiff |
2006-09-12 |
Ulrich Drepper | [BZ #2526, BZ #3138, BZ #3143] |
tree | commitdiff |
2006-05-10 |
Ulrich Drepper | * io/ftw.c (open_dir_stream): Return right away if... |
tree | commitdiff |
2006-05-10 |
Ulrich Drepper | * posix/wordexp.c (w_addword): Free word if realloc... |
tree | commitdiff |
2006-04-24 |
Ulrich Drepper | * posix/bits/unistd.h (__readlinkat_chk): New prototype. |
tree | commitdiff |
2006-04-08 |
Ulrich Drepper | * io/fts.c (fts_build): Call fts_lfree in the two error... |
tree | commitdiff |
2006-04-07 |
Ulrich Drepper | * sysdeps/posix/tempname.c (__gen_tempname): Change... |
tree | commitdiff |
2006-04-07 |
Ulrich Drepper | * libio/fmemopen.c (fmemopen): Free stream memory in... |
tree | commitdiff |
2006-04-01 |
Ulrich Drepper | [BZ #2450] |
tree | commitdiff |
2006-03-02 |
Ulrich Drepper | * io/ftw.c (process_entry): If dir->streamfd != -1, |
tree | commitdiff |
2006-03-01 |
Roland McGrath | * include/fcntl.h: Declare __openat, __open64. Use... |
tree | commitdiff |
2006-02-27 |
Ulrich Drepper | (AT_SYMLINK_FOLLOW): Define. |
tree | commitdiff |
2006-02-27 |
Ulrich Drepper | (do_test): Pass new parameter to linkat. |
tree | commitdiff |
2006-02-27 |
Ulrich Drepper | Add fifth parameter to linkat. |
tree | commitdiff |
2006-02-12 |
Ulrich Drepper | [BZ #2226] |
tree | commitdiff |
2006-02-08 |
Ulrich Drepper | * sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_fute... |
tree | commitdiff |
2006-02-05 |
Ulrich Drepper | * io/ftw.c (ftw_startup): Use fchdir to return to original |
tree | commitdiff |
2006-01-22 |
Ulrich Drepper | * sysdeps/unix/sysv/linux/renameat.c (__atfct_seterrno_... |
tree | commitdiff |
2006-01-20 |
Ulrich Drepper | * io/Makefile (tests): Add tst-symlinkat, tst-linkat... |
tree | commitdiff |
2006-01-20 |
Ulrich Drepper | * io/Makefile (tests): Add tst-symlinkat, tst-linkat... |
tree | commitdiff |
2006-01-20 |
Ulrich Drepper | * include/fcntl.h: Declare __have_atfcts. |
tree | commitdiff |
2006-01-17 |
Roland McGrath | 2006-01-15 Jakub Jelinek <jakub@redhat.com> |
tree | commitdiff |
2006-01-06 |
Roland McGrath | * io/fcntl.h [__USE_ATFILE] (AT_EACCESS): New macro. |
tree | commitdiff |
2006-01-06 |
Roland McGrath | * io/euidaccess.c: Add eaccess as an alias. |
tree | commitdiff |
2006-01-05 |
Roland McGrath | * include/features.h: Grok _ATFILE_SOURCE and define... |
tree | commitdiff |
2006-01-05 |
Roland McGrath | * io/sys/stat.h [__USE_GNU]: Declare fchmodat. |
tree | commitdiff |
2005-12-21 |
Ulrich Drepper | [BZ #1962] cvs/fedora-glibc-20051221T0931 |
tree | commitdiff |
2005-12-21 |
Ulrich Drepper | [BZ #1960] |
tree | commitdiff |
2005-12-20 |
Roland McGrath | 2005-12-15 Thomas Schwinge <tschwinge@gnu.org> |
tree | commitdiff |
2005-12-16 |
Ulrich Drepper | * sysdeps/unix/sysv/linux/renameat.c: Move errno settin... |
tree | commitdiff |
2005-12-14 |
Ulrich Drepper | Moved to csu/errno-loc.c. |
tree | commitdiff |
2005-12-14 |
Ulrich Drepper | 2005-12-13 Ulrich Drepper <drepper@redhat.com> |
tree | commitdiff |
2005-12-12 |
Ulrich Drepper | * io/sys/stat.h: Add restrict to fstatat declarations. |
tree | commitdiff |
2005-12-02 |
Ulrich Drepper | * io/Makefile (routines): Add mknodat, xmknodat, mkdira... |
tree | commitdiff |
2005-11-18 |
Ulrich Drepper | . |
tree | commitdiff |
2005-11-18 |
Ulrich Drepper | . |
tree | commitdiff |
2005-11-17 |
Ulrich Drepper | * io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't... |
tree | commitdiff |
2005-11-17 |
Ulrich Drepper | * io/sys/stat.h: Use __const not const in fstatat proto... |
tree | commitdiff |
2005-11-15 |
Ulrich Drepper | * io/sys/poll.h: Add comment explaining poll is a cance... |
tree | commitdiff |
2005-11-15 |
Ulrich Drepper | * sysdeps/unix/sysv/linux/syscalls.list (epoll_create... |
tree | commitdiff |
2005-11-11 |
Ulrich Drepper | * io/Makefile (routines): Add fstatat, fstatat64, fxsta... |
tree | commitdiff |
2005-11-10 |
Ulrich Drepper | * io/fcntl.h: Declare openat and openat64. |
tree | commitdiff |
2005-05-23 |
Ulrich Drepper | [BZ #961] |
tree | commitdiff |
2004-12-22 |
Ulrich Drepper | (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4. |
tree | commitdiff |
2007-07-12 |
Jakub Jelinek | 2.5-18.1 |
tree | commitdiff |
2004-09-28 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-09-17 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-09-14 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-09-07 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-09-07 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-09-07 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-08-16 |
Roland McGrath | * csu/elf-init.c: Update copyright terms including... |
tree | commitdiff |
2004-07-23 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-05-03 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-03-10 |
Ulrich Drepper | Update. |
tree | commitdiff |
2004-02-09 |
Roland McGrath | 2004-01-29 Roland McGrath <roland@redhat.com> |
tree | commitdiff |
2003-11-18 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-11-12 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-11-11 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-11-07 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-11-04 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-10-27 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-09-16 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-09-14 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-09-12 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-09-02 |
Ulrich Drepper | (CFLAGS-oldtmpfile.c): Add -fexceptions. |
tree | commitdiff |
2003-08-22 |
Ulrich Drepper | Update. |
tree | commitdiff |
2003-08-16 |
Ulrich Drepper | Update. |
tree | commitdiff |
next |