summaryrefslogtreecommitdiff
path: root/src/touch.c
AgeCommit message (Expand)Author
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
2005-08-14Use one fewer file descriptor in a common case.Jim Meyering
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-04-11Include unistd-safer.h.Paul Eggert
2005-03-28(longopts, time_args): Use NULL, not `0'.Jim Meyering
2005-02-21(time): Remove obsolete decl.Paul Eggert
2004-11-23(posix_date): Remove; not needed as a static var.Paul Eggert
2004-09-21Remove unused "case 0".Paul Eggert
2004-09-07(main): Fix POSIX-conformance bug: "touch --Paul Eggert
2004-08-03(no_create, use_ref, posix_date, amtime_now,Paul Eggert
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering
2004-06-09(usage): Improve wording in description of the --time=WORD option.Jim Meyering
2004-03-17(newtime): Now an array of two timespecs, oneJim Meyering
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering