Age | Commit message (Expand) | Author |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | convert the rest to use proper_name -- manually | Jim Meyering |
2008-03-19 | Check for -- and remove -- some unnecessarily included header files. | Jim Meyering |
2008-01-06 | touch: ignore "-d now" option, when appropriate | Paul Eggert |
2007-08-21 | Clarify touch documentation of file arguments. | Bob Proulx |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-05-19 | Rename uses of futimens -> gl_futimens; glibc now declares the former. | Jim Meyering |
2007-03-28 | Help 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 EBADF | Paul Eggert |
2005-09-25 | (touch): "touch -" now touches standard output. | Paul Eggert |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-08-14 | Use one fewer file descriptor in a common case. | Jim Meyering |
2005-07-03 | Include fcntl--.h, not unistd-safer.h. | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-04-11 | Include 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-21 | Remove 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 gives | Jim 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, one | Jim Meyering |
2004-01-22 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2004-01-15 | (flexible_date): Remove static var. | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering |
2003-09-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim Meyering |
2003-08-09 | Include utimens.h. | Jim Meyering |
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 so | Jim Meyering |
2002-10-03 | Mark translatable string with `N_ (...)'. | Jim Meyering |
2002-09-29 | (main): Split a long line. | Jim Meyering |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering |
2002-08-30 | Change `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 files | Jim Meyering |
2002-02-20 | Include posixver.h. | Jim Meyering |
2002-01-18 | (main): Issue a warning for obsolete usage, unless POSIXLY_CORRECT. | Jim Meyering |
2002-01-16 | Add support for POSIX 1003.1-2001, which requires removal for | Jim Meyering |
2001-12-11 | Include the word `fail' in some diagnostics to make it clearer | Jim Meyering |