summaryrefslogtreecommitdiff
path: root/src/touch.c
AgeCommit message (Expand)Author
2017-01-09maint: standardize on "timestamp" as per POSIXPaul Eggert
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-02-06maint: improve error messages upon failed read, write, access, closeBenno Schulenberg
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-09-02touch: line up long option in --help textBenno Schulenberg
2012-06-22maint: refactor common mode bits used to create filesPádraig Brady
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-05-25touch: placate static analyzers: no NULL-deref is possibleJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-10-05build: complete the rename of get_dateEric Blake
2010-09-17maint: update to latest gnulibEric Blake
2010-09-17maint: update to latest gnulibEric Blake
2010-06-02touch: remove support for --file=REF_FILE optionJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-10-23build: prohibit improper use of stat and lstatEric Blake
2009-10-17touch: add -h to change symlink timestamps, where supportedEric Blake
2009-10-10touch: optimize use of utimensEric Blake
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-02-09touch: deprecate --file option: equivalent to --reference (-r)Jim Meyering
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering
2008-01-06touch: ignore "-d now" option, when appropriatePaul Eggert
2007-08-21Clarify touch documentation of file arguments.Bob Proulx
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-05-19Rename uses of futimens -> gl_futimens; glibc now declares the former.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2005-11-01(main): Pass PDS_PRE_2000 to posixtime.Paul Eggert
2005-09-26(touch): Handle "touch -c - >&-" by checking for EBADFPaul Eggert
2005-09-25(touch): "touch -" now touches standard output.Paul Eggert
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert