summaryrefslogtreecommitdiff
path: root/lib/fchmodat.c
Commit message (Expand)AuthorAgeFilesLines
* fchmodat: Work around trailing slash bug in fchmodat() on AIX 7.2.Bruno Haible2021-01-091-0/+17
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* fchmodat: Use /proc on CygwinKen Brown2020-07-231-1/+1
* fchmodat, lchmod: simplifyPaul Eggert2020-02-231-11/+10
* fchmodat: Make more future-proof.Bruno Haible2020-02-161-7/+23
* fchmodat, lchmod: port to buggy Linux filesystemsPaul Eggert2020-02-131-7/+26
* fchmodat: Fix endless recursion on Cygwin (regression from 2020-02-07).Bruno Haible2020-02-081-6/+6
* fchmodat: AT_SYMLINK_NOFOLLOW fix for non-symlinksPaul Eggert2020-02-071-17/+72
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Include <stdlib.h> when needed.Bruno Haible2019-06-301-0/+2
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* fchmodat, fchownat, fstatat: port to non-inlining compilersPaul Eggert2012-10-151-2/+0
* fchmodat.c, fchownat.c: fix compile-impeding typosJim Meyering2012-10-151-1/+1
* fchmodat, fchownat, fstatat: use extern-inlinePaul Eggert2012-09-221-0/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_Eric Blake2009-12-231-1/+1
* build: avoid compiler warningsEric Blake2009-10-301-1/+6
* openat: simplify use of at-func.cEric Blake2009-09-191-4/+1
* doc: fix comments in recent patchesEric Blake2009-09-061-2/+2
* openat: make template easier to useEric Blake2009-09-031-1/+1
* openat: declare in POSIX headersEric Blake2009-09-031-3/+5
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * modules/openat (Files): Add lib/fchmodat.c.Paul Eggert2006-08-191-0/+52