summaryrefslogtreecommitdiffstats
path: root/src/touch.c
AgeCommit message (Expand)AuthorLines
2002-12-20(touch): Change the wording of a diagnostic soJim Meyering-1/+7
2002-10-03Mark translatable string with `N_ (...)'.Jim Meyering-1/+1
2002-09-29(main): Split a long line.Jim Meyering-1/+2
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering-3/+3
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering-3/+4
2002-08-07(main): Adjust to posixtime signature change.Jim Meyering-7/+4
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering-1/+1
2002-04-17(touch): Don't report errors for nonexistent filesJim Meyering-2/+11
2002-02-20Include posixver.h.Jim Meyering-9/+3
2002-01-18(main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT.Jim Meyering-0/+10
2002-01-16Add support for POSIX 1003.1-2001, which requires removal forJim Meyering-7/+12
2001-12-11Include the word `fail' in some diagnostics to make it clearerJim Meyering-2/+2
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering-4/+2
2001-12-02(touch): Extend the change of 2001-09-15 to work onJim Meyering-2/+2
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering-0/+5
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering-2/+8
2001-10-20*** empty log message ***Jim Meyering-2/+3
2001-09-15(EISDIR): Define to 0, if not already defined.Jim Meyering-1/+9
2001-03-17(usage): Tweak the obsolescent usage line so thatJim Meyering-2/+2
2000-11-10(main): Interpret a lone numeric argument of 8 or 10Jim Meyering-1/+3
2000-07-30tweak diagnosticJim Meyering-2/+2
2000-07-25Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering-6/+13
2000-05-13Arrange to call close_stdout only upon exit.Jim Meyering-1/+2
2000-04-30(O_NOCTTY): Define if not defined already.Jim Meyering-1/+5
2000-02-03(O_NDELAY): Define to 0 if not defined.Jim Meyering-2/+10
1999-12-09(anonymous enum): Define TIME_OPTION, and ...Jim Meyering-2/+9
1999-12-04Give the right diagnostic when failing to create a file in anJim Meyering-2/+5
1999-11-14(touch): Simplify code a tad, using fd == -1 insteadJim Meyering-10/+4
1999-11-13(touch): Don't fail just because we couldn't openJim Meyering-23/+12
1999-10-23(full_write): Remove unused decl.Jim Meyering-59/+3
1999-09-09(usage): Remove misleading sentence in --help output.Jim Meyering-1/+0
1999-08-08(usage): Clarify description of --time=WORD.Jim Meyering-1/+2
1999-05-15(open_maybe_create): Handle Solaris' failure mode whenJim Meyering-2/+3
1999-05-07(touch): Only do the fstat if we need to.Jim Meyering-14/+28
1999-04-26(open_maybe_create): Don't pass 0666 to open; it's not needed and isn'tJim Meyering-1/+2
1999-04-02(open_maybe_create): New function.Jim Meyering-27/+74
1999-04-01(touch): Qualify a char* with the `const' keyword.Jim Meyering-1/+1
1999-03-31Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering-2/+0
1999-03-26No longer include long-options.h.Jim Meyering-5/+13
1999-03-04Include long-options.hJim Meyering-20/+7
1999-01-16(usage): Remove `static'.Jim Meyering-7/+3
1999-01-04(main): remove unused `i'Jim Meyering-1/+1
1999-01-02Adapt to use new interface to XARGMATCH.Jim Meyering-3/+7
1998-12-31(main): Use XARGCASEMATCH in place of argmatch & co.Jim Meyering-9/+3
1998-09-19update bug-reporting addressJim Meyering-1/+1
1998-09-07Include posixtm.h.Jim Meyering-4/+9
1998-09-06remove --help-style comment near topJim Meyering-15/+1
1998-08-30Don't assume ASCII in getopt arg handling.Jim Meyering-2/+2
1998-08-02(touch): Add comment.Jim Meyering-0/+4
1998-07-25(utime_now): Moved into m4/utimes.m4.Jim Meyering-34/+0