summaryrefslogtreecommitdiff
path: root/src/touch.c
Commit message (Expand)AuthorAgeFilesLines
* maint: update all copyright year number rangesPádraig Brady2023-01-011-1/+1
* touch: fix aliasing bugPaul Eggert2022-07-271-13/+11
* maint: update all copyright year number rangesPádraig Brady2022-01-021-1/+1
* maint: use GNU style for spacingPaul Eggert2021-12-181-1/+1
* touch: fix wrong diagnostic (Bug#48106)Paul Eggert2021-05-011-15/+19
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-1/+1
* maint: update all copyright year number rangesPádraig Brady2021-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2020-01-011-1/+1
* maint: update all copyright year number rangesAssaf Gordon2019-01-011-1/+1
* maint: update all copyright year number rangesPádraig Brady2018-01-011-1/+1
* all: prefer HTTPS in URLsPaul Eggert2017-09-191-1/+1
* maint: standardize on "timestamp" as per POSIXPaul Eggert2017-01-091-2/+2
* maint: update all copyright year number rangesPádraig Brady2017-01-011-1/+1
* all: use die() rather than error(EXIT_FAILURE)Pádraig Brady2016-10-161-5/+6
* maint: update all copyright year number rangesPádraig Brady2016-01-011-1/+1
* all: avoid quoting file names when possiblePádraig Brady2015-11-041-4/+4
* maint: update all copyright year number rangesPádraig Brady2015-01-011-1/+1
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* maint: improve error messages upon failed read, write, access, closeBenno Schulenberg2013-02-061-1/+1
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* touch: line up long option in --help textBenno Schulenberg2012-09-021-1/+1
* maint: refactor common mode bits used to create filesPádraig Brady2012-06-221-4/+1
* maint: use single copyright year rangeJim Meyering2012-01-271-2/+1
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-1/+1
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-5/+5
* maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering2012-01-091-2/+2
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* touch: placate static analyzers: no NULL-deref is possibleJim Meyering2011-05-251-6/+12
* maint: update all copyright year number rangesJim Meyering2011-01-011-1/+1
* coreutils: keep lines within 80-column limitsPaul Eggert2010-12-281-1/+3
* build: complete the rename of get_dateEric Blake2010-10-051-2/+2
* maint: update to latest gnulibEric Blake2010-09-171-1/+1
* maint: update to latest gnulibEric Blake2010-09-171-2/+3
* touch: remove support for --file=REF_FILE optionJim Meyering2010-06-021-7/+1
* maint: update all FSF copyright year lists to include 2010Jim Meyering2010-01-011-2/+2
* build: prohibit improper use of stat and lstatEric Blake2009-10-231-1/+1
* touch: add -h to change symlink timestamps, where supportedEric Blake2009-10-171-5/+23
* touch: optimize use of utimensEric Blake2009-10-101-36/+10
* doc: mention the texinfo documentation in --helpPádraig Brady2009-09-211-1/+1
* global: convert indentation-TABs to spacesJim Meyering2009-08-251-147/+147
* touch: deprecate --file option: equivalent to --reference (-r)Jim Meyering2009-02-091-3/+8
* remove redundant const directivesJim Meyering2008-06-161-1/+1
* add "const" attribute, where possibleJim Meyering2008-06-141-1/+1
* use gnulib's progname moduleJim Meyering2008-06-031-4/+1
* declare program_name consistentlyJim Meyering2008-06-021-1/+1
* convert the rest to use proper_name -- manuallyJim Meyering2008-05-261-1/+5