| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-08-08 | date(1): remove -d dst and -t minutes_west |  cheloha | 2 | -44/+7 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2019-01-22 | -p got changed to -f; |  jmc | 1 | -3/+3 |
| 2019-01-21 | add a -f pformat flag to parse the given time with strptime. |  tedu | 2 | -66/+85 |
| 2018-10-17 | - add an example to date(1) showing how to convert between timezones |  jmc | 1 | -4/+12 |
| 2018-04-25 | The time-setting codepath can use pledge "settime" which was added for |  deraadt | 1 | -2/+5 |
| 2018-02-13 | atoll -> strtonum |  cheloha | 1 | -2/+5 |
| 2017-12-23 | As we only use the .tv_sec field, simplify gettimeofday(2) -> time(3). |  cheloha | 1 | -8/+6 |
| 2017-07-09 | remove redundant variable declarations in Makefiles, since those are |  espie | 1 | -2/+1 |
| 2016-10-19 | Delete useless setlocale(3) in src/bin/. |  schwarze | 1 | -7/+4 |
| 2016-09-12 | Remove mention of "remote time" in description for the -a flag. |  jca | 1 | -3/+3 |
| 2015-10-09 | Change all tame callers to namechange to pledge(2). |  deraadt | 1 | -3/+3 |
| 2015-10-07 | tame "stdio rpath wpath". rpath is for localtime() and mktime(), |  deraadt | 1 | -1/+4 |
| 2015-09-25 | drop useless .No, .Ns, and quoting |  schwarze | 1 | -3/+4 |
| 2015-04-17 | FALLTHROUGH in getopt is incorrect. While here use strtonum |  deraadt | 1 | -7/+6 |
| 2015-03-17 | Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@ |  millert | 1 | -2/+2 |
| 2015-03-15 | tzfile.h is an internal header that should never have been installed. |  millert | 1 | -2/+1 |
| 2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ |  deraadt | 1 | -2/+2 |
| 2015-01-15 | remove .Tn; from Jan Stary <hans at stare dot cz> |  schwarze | 1 | -4/+3 |
| 2014-02-14 | reference xsi, not xpg; |  jmc | 1 | -3/+4 |
| 2014-01-21 | localtime(3) can return NULL; seen by Rod Whitworth; ok guenther@ |  otto | 1 | -2/+6 |
| 2014-01-05 | comma previous; |  jmc | 1 | -3/+3 |
| 2014-01-05 | garbage collect unused global variable retval, |  schwarze | 1 | -3/+3 |
| 2014-01-05 | some conversion specifiers are not required by POSIX; |  schwarze | 1 | -1/+12 |
| 2014-01-05 | date(1) can only exit(0) or exit(1), not exit(2), so make this .Ex -std; |  schwarze | 1 | -6/+3 |
| 2014-01-03 | note that our date supports traditional bsd date format, which is |  jmc | 1 | -2/+10 |
| 2013-11-27 | remove erroneous char cast to switch expression processing getopt(3); |  okan | 1 | -2/+2 |
| 2013-11-21 | add unsigned char casts for specific calls to ctype.h macros. |  deraadt | 1 | -3/+3 |
| 2013-10-20 | Parse the argument the -r option with atoll() to support dates past 2038 |  guenther | 1 | -2/+2 |
| 2012-12-04 | replace sys/param.h with sys/types.h (and sometimes add limits.h if needed) |  deraadt | 1 | -2/+2 |
| 2011-08-31 | use the same format/text, as far as possible, for date strings; |  jmc | 1 | -11/+19 |
| 2011-07-08 | extern.h no longer needed |  deraadt | 2 | -38/+1 |
| 2011-07-08 | remove a closing (unmatched) Re, missed in previous; |  jmc | 1 | -3/+2 |
| 2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers |  deraadt | 4 | -252/+26 |
| 2011-03-11 | add -z to the extensions list in STANDARDS; |  jmc | 1 | -2/+2 |
| 2011-03-11 | Add a non-standard option that affects the output TZ only. The input (for |  deraadt | 2 | -8/+23 |
| 2011-03-11 | Check that date(1) is not passed any extra arguments. |  deraadt | 1 | -4/+11 |
| 2010-09-19 | more wacky macro fixing; |  jmc | 1 | -3/+4 |
| 2010-09-03 | add an EXIT STATUS section for /bin; |  jmc | 1 | -7/+7 |
| 2010-07-22 | move exit returns blurb out of DIAGNOSTICS; from daniel dickman |  jmc | 1 | -5/+7 |
| 2010-04-01 | tweak previous; ok deraadt |  jmc | 1 | -4/+4 |
| 2010-03-31 | Make a -DSMALL version of date(1) for the media |  deraadt | 2 | -3/+17 |
| 2009-10-27 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and |  deraadt | 2 | -24/+2 |
| 2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few |  jmc | 1 | -3/+3 |
| 2008-10-01 | give a less confusing error message on bindresvport() failure; ok |  otto | 1 | -3/+3 |
| 2007-12-28 | printf field widths are always int, so add a cast to remove |  chl | 1 | -3/+3 |
| 2007-10-16 | sync the synopsis and usage of commands |  sobrado | 1 | -3/+3 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-05-29 | - consistent STANDARDS blurb |  jmc | 1 | -3/+8 |
| 2007-05-25 | Remove y2k hack. If no century is specified, use the current one. |  millert | 1 | -14/+8 |