summaryrefslogtreecommitdiffstats
path: root/src/touch.c
AgeCommit message (Expand)AuthorLines
2010-10-05build: complete the rename of get_dateEric Blake-2/+2
2010-09-17maint: update to latest gnulibEric Blake-1/+1
2010-09-17maint: update to latest gnulibEric Blake-2/+3
2010-06-02touch: remove support for --file=REF_FILE optionJim Meyering-7/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-2/+2
2009-10-23build: prohibit improper use of stat and lstatEric Blake-1/+1
2009-10-17touch: add -h to change symlink timestamps, where supportedEric Blake-5/+23
2009-10-10touch: optimize use of utimensEric Blake-36/+10
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-08-25global: convert indentation-TABs to spacesJim Meyering-147/+147
2009-02-09touch: deprecate --file option: equivalent to --reference (-r)Jim Meyering-3/+8
2008-06-16remove redundant const directivesJim Meyering-1/+1
2008-06-14add "const" attribute, where possibleJim Meyering-1/+1
2008-06-03use gnulib's progname moduleJim Meyering-4/+1
2008-06-02declare program_name consistentlyJim Meyering-1/+1
2008-05-26convert the rest to use proper_name -- manuallyJim Meyering-1/+5
2008-03-19Check for -- and remove -- some unnecessarily included header files.Jim Meyering-2/+2
2008-01-06touch: ignore "-d now" option, when appropriatePaul Eggert-1/+21
2007-08-21Clarify touch documentation of file arguments.Bob Proulx-2/+5
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-1/+1
2007-05-19Rename uses of futimens -> gl_futimens; glibc now declares the former.Jim Meyering-2/+2
2007-03-28Help translators include translation team's web or email address.Jim Meyering-1/+1
2005-11-01(main): Pass PDS_PRE_2000 to posixtime.Paul Eggert-1/+2
2005-09-26(touch): Handle "touch -c - >&-" by checking for EBADFPaul Eggert-3/+17
2005-09-25(touch): "touch -" now touches standard output.Paul Eggert-3/+7
2005-09-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert-20/+9
2005-08-14Use one fewer file descriptor in a common case.Jim Meyering-3/+4
2005-07-03Include fcntl--.h, not unistd-safer.h.Paul Eggert-2/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-04-11Include unistd-safer.h.Paul Eggert-0/+2
2005-03-28(longopts, time_args): Use NULL, not `0'.Jim Meyering-7/+7
2005-02-21(time): Remove obsolete decl.Paul Eggert-7/+2
2004-11-23(posix_date): Remove; not needed as a static var.Paul Eggert-42/+41
2004-09-21Remove unused "case 0".Paul Eggert-3/+0
2004-09-07(main): Fix POSIX-conformance bug: "touch --Paul Eggert-2/+1
2004-08-03(no_create, use_ref, posix_date, amtime_now,Paul Eggert-33/+33
2004-06-21(main): Standardize on the diagnostics given when someone givesJim Meyering-1/+1
2004-06-09(usage): Improve wording in description of the --time=WORD option.Jim Meyering-2/+3
2004-03-17(newtime): Now an array of two timespecs, oneJim Meyering-49/+29
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering-3/+3
2004-01-15(flexible_date): Remove static var.Jim Meyering-12/+33
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering-3/+3
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering-3/+3
2003-09-18revert previous changeJim Meyering-1/+1
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering-1/+1
2003-08-09Include utimens.h.Jim Meyering-14/+39
2003-06-17(main): Call initialize_main.Jim Meyering-0/+1
2003-06-16(O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): Remove definitions.Jim Meyering-16/+0