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