summaryrefslogtreecommitdiff
path: root/src/touch.c
Commit message (Expand)AuthorAgeFilesLines
* (newtime): Now an array of two timespecs, oneJim Meyering2004-03-171-49/+29
* (usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering2004-01-221-3/+3
* (flexible_date): Remove static var.Jim Meyering2004-01-151-12/+33
* Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering2003-10-181-3/+3
* (WRITTEN_BY): Rename from AUTHORS.Jim Meyering2003-09-181-3/+3
* revert previous changeJim Meyering2003-09-181-1/+1
* Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering2003-09-181-1/+1
* Include utimens.h.Jim Meyering2003-08-091-14/+39
* (main): Call initialize_main.Jim Meyering2003-06-171-0/+1
* (O_NDELAY, O_NONBLOCK, O_NOCTTY, EISDIR): Remove definitions.Jim Meyering2003-06-161-16/+0
* (touch): Call close only if necessary.Jim Meyering2003-06-121-2/+3
* (touch): Change the wording of a diagnostic soJim Meyering2002-12-201-1/+7
* Mark translatable string with `N_ (...)'.Jim Meyering2002-10-031-1/+1
* (main): Split a long line.Jim Meyering2002-09-291-1/+2
* Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering2002-08-311-3/+3
* Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering2002-08-301-3/+4
* (main): Adjust to posixtime signature change.Jim Meyering2002-08-071-7/+4
* (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering2002-07-021-1/+1
* (touch): Don't report errors for nonexistent filesJim Meyering2002-04-171-2/+11
* Include posixver.h.Jim Meyering2002-02-201-9/+3
* (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT.Jim Meyering2002-01-181-0/+10
* Add support for POSIX 1003.1-2001, which requires removal forJim Meyering2002-01-161-7/+12
* Include the word `fail' in some diagnostics to make it clearerJim Meyering2001-12-111-2/+2
* Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering2001-12-021-4/+2
* (touch): Extend the change of 2001-09-15 to work onJim Meyering2001-12-021-2/+2
* (usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering2001-11-231-0/+5
* (usage): Split --help output into smaller pieces.Jim Meyering2001-11-231-2/+8
* *** empty log message ***Jim Meyering2001-10-201-2/+3
* (EISDIR): Define to 0, if not already defined.Jim Meyering2001-09-151-1/+9
* (usage): Tweak the obsolescent usage line so thatJim Meyering2001-03-171-2/+2
* (main): Interpret a lone numeric argument of 8 or 10Jim Meyering2000-11-101-1/+3
* tweak diagnosticJim Meyering2000-07-301-2/+2
* Convert "`%s'" in format strings to "%s", and wrap eachJim Meyering2000-07-251-6/+13
* Arrange to call close_stdout only upon exit.Jim Meyering2000-05-131-1/+2
* (O_NOCTTY): Define if not defined already.Jim Meyering2000-04-301-1/+5
* (O_NDELAY): Define to 0 if not defined.Jim Meyering2000-02-031-2/+10
* (anonymous enum): Define TIME_OPTION, and ...Jim Meyering1999-12-091-2/+9
* Give the right diagnostic when failing to create a file in anJim Meyering1999-12-041-2/+5
* (touch): Simplify code a tad, using fd == -1 insteadJim Meyering1999-11-141-10/+4
* (touch): Don't fail just because we couldn't openJim Meyering1999-11-131-23/+12
* (full_write): Remove unused decl.Jim Meyering1999-10-231-59/+3
* (usage): Remove misleading sentence in --help output.Jim Meyering1999-09-091-1/+0
* (usage): Clarify description of --time=WORD.Jim Meyering1999-08-081-1/+2
* (open_maybe_create): Handle Solaris' failure mode whenJim Meyering1999-05-151-2/+3
* (touch): Only do the fstat if we need to.Jim Meyering1999-05-071-14/+28
* (open_maybe_create): Don't pass 0666 to open; it's not needed and isn'tJim Meyering1999-04-261-1/+2
* (open_maybe_create): New function.Jim Meyering1999-04-021-27/+74
* (touch): Qualify a char* with the `const' keyword.Jim Meyering1999-04-011-1/+1
* Don't include closeout.h or version-etc.h explicitly. Now, they're included v...Jim Meyering1999-03-311-2/+0
* No longer include long-options.h.Jim Meyering1999-03-261-5/+13