Age | Commit message (Expand) | Author |
2022-01-29 | touch(1): don't leak file descriptor if futimens(2) fails | Scott Soule Cheloha |
2019-03-10 | Delete a useless call to setlocale(3): strptime(3) is only called | Ingo Schwarze |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-06 | use tame "stdio rpath wpath cpath fattr". There is some timezone | Theo de Raadt |
2015-09-25 | drop redundant .Ns and reduce quoting | Ingo Schwarze |
2015-09-12 | ouch, sorry, fix previous | Ingo Schwarze |
2015-09-12 | use .Cm rather than .Li for fixed string arguments, and | Ingo Schwarze |
2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ | Todd C. Miller |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2014-06-03 | revert previous: guenther says it's wrong; | Jason McIntyre |
2014-06-03 | no support for TZ; | Jason McIntyre |
2013-03-08 | use Li for the T/Z specifiers; | Jason McIntyre |
2013-03-05 | Mention that if you use a space as the separator in the argument | Todd C. Miller |
2011-09-16 | after some thought, i think it unlikely that we will need to specify | Jason McIntyre |
2011-09-09 | use .St -iso8601-4; | Jason McIntyre |
2011-09-08 | some additional information on the -d option, for clarification; | Jason McIntyre |
2011-09-04 | we've already stated the format of the -d and -t arguments: no need to | Jason McIntyre |
2011-08-31 | use the same format/text, as far as possible, for date strings; | Jason McIntyre |
2011-08-30 | Make the code match the manpage and POSIX spec when the year is specified | Philip Guenthe |
2011-08-28 | remove redundant final paragraph of STANDARDS: it merely repeats what has | Jason McIntyre |
2011-08-21 | With gettimeofday() removed from the top of main(), need to call time() | Philip Guenthe |
2011-08-20 | (slightly) saner SEE ALSO; | Jason McIntyre |
2011-08-20 | -make .frac and .SS more consistent (may have to revisit this) | Jason McIntyre |
2011-08-20 | tweak some text; | Jason McIntyre |
2011-08-20 | prettify date strings; | Jason McIntyre |
2011-08-20 | Add nanosecond precision and support for -d option (new in POSIX 2008) | Philip Guenthe |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2009-01-04 | replace hardcoded exit values with .Ex macros; | Igor Sobrado |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-06-18 | Fix typo introduced in seconds parsing. From Tim van der Molen. | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |
2007-05-25 | Sanity check time spec and if no century is specified, just use the | Todd C. Miller |
2007-03-29 | -r and -t take arguments; from Igor Sobrado | Jason McIntyre |
2006-03-08 | even betterer | Henning Brauer |
2006-03-07 | KNF & cleanup | Henning Brauer |
2005-04-20 | spacing | Theo de Raadt |
2005-04-20 | Remove redundant rw() function, which is unsafe and, well, redundant. | Otto Moerbeek |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-10 | typo in comment; Jim Geovedi | Henning Brauer |
2003-01-10 | typo; jmc | Henning Brauer |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2000-10-13 | Missed one TM_YEAR_BASE in previous commit; pointed out by peters@telia.net | Paul Janzen |
2000-09-20 | use TM_YEAR_BASE and set seconds to zero in obsolescent "compatibility" case; | Paul Janzen |
2000-09-20 | fix pasto and comma splice | Paul Janzen |
2000-09-20 | Y2K fix for obsolescent time format: found by Camiel Dobbelaar. | Paul Janzen |
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell |