aboutsummaryrefslogtreecommitdiffstats
path: root/lib/euidaccess-stat.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11euidaccess-stat: remove unnecessary macrosEric Blake1-7/+0
* lib/euidaccess-stat.c (F_OK, R_OK, W_OK, X_OK): Delete; now guaranteed by gnulib.
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-12/+12
Transformed via this shell code: t=$'\t' git ls-files \ | grep -vE '(^|/)((GNU)?[Mm]akefile|ChangeLog)|\.(am|mk)$' \ | grep -vE 'tests/pr/|help2man' \ | xargs grep -lE "^ *$t" \ | xargs perl -MText::Tabs -ni -le \ '$m=/^( *\t[ \t]*)(.*)/; print $m ? expand($1) . $2 : $_'
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering1-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-6/+5
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2006-08-26Include <config.h> unconditionally, since we now assume config.h exists.Paul Eggert1-4/+2
2005-11-20New file, mostly from euidaccess.c.Jim Meyering1-0/+145