summaryrefslogtreecommitdiff
path: root/bin/date
AgeCommit message (Expand)Author
2014-02-14reference xsi, not xpg;Jason McIntyre
2014-01-21localtime(3) can return NULL; seen by Rod Whitworth; ok guenther@Otto Moerbeek
2014-01-05comma previous;Jason McIntyre
2014-01-05garbage collect unused global variable retval,Ingo Schwarze
2014-01-05some conversion specifiers are not required by POSIX;Ingo Schwarze
2014-01-05date(1) can only exit(0) or exit(1), not exit(2), so make this .Ex -std;Ingo Schwarze
2014-01-03note that our date supports traditional bsd date format, which isJason McIntyre
2013-11-27remove erroneous char cast to switch expression processing getopt(3);Okan Demirmen
2013-11-21add unsigned char casts for specific calls to ctype.h macros.Theo de Raadt
2013-10-20Parse the argument the -r option with atoll() to support dates past 2038Philip Guenther
2012-12-04replace sys/param.h with sys/types.h (and sometimes add limits.h if needed)Theo de Raadt
2011-08-31use the same format/text, as far as possible, for date strings;Jason McIntyre
2011-07-08extern.h no longer neededTheo de Raadt
2011-07-08remove a closing (unmatched) Re, missed in previous;Jason McIntyre
2011-07-07timed's time is up. use ntpd(8). Even our own fossil developersTheo de Raadt
2011-03-11add -z to the extensions list in STANDARDS;Jason McIntyre
2011-03-11Add a non-standard option that affects the output TZ only. The input (forTheo de Raadt
2011-03-11Check that date(1) is not passed any extra arguments.Theo de Raadt
2010-09-19more wacky macro fixing;Jason McIntyre
2010-09-03add an EXIT STATUS section for /bin;Jason McIntyre
2010-07-22move exit returns blurb out of DIAGNOSTICS; from daniel dickmanJason McIntyre
2010-04-01tweak previous; ok deraadtJason McIntyre
2010-03-31Make a -DSMALL version of date(1) for the mediaTheo de Raadt
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-10-01give a less confusing error message on bindresvport() failure; okOtto Moerbeek
2007-12-28printf field widths are always int, so add a cast to removeCharles Longeau
2007-10-16sync the synopsis and usage of commandsIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29- consistent STANDARDS blurbJason McIntyre
2007-05-25Remove y2k hack. If no century is specified, use the current one.Todd C. Miller
2007-04-12use UTC instead of GMT0 for -u; from Jared R.R.Spiegel <jrrs@ice-nine.org>Christian Weisgerber
2006-05-15better example;Jason McIntyre
2006-04-25various small lint cleanups; ok ottoTheo de Raadt
2006-01-08make the description of the first example a little more informative;Jason McIntyre
2005-11-30timezone -> time zoneJason McIntyre
2005-11-29add an option -j which suppresses setting the clock, but parses the dateDaniel Hartmeier
2005-11-07- document the `cc' part of `ccyy'Jason McIntyre
2004-07-21tidy up EXAMPLES somewhat;Jason McIntyre
2004-07-09make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves;Jason McIntyre
2004-04-07.Xr rdate 8 in SEE ALSO;Jason McIntyre
2004-04-07list options w/o operands before options w/ operands (style(9));Jason McIntyre
2003-10-15errx -> err. From form.Mike Pechkin
2003-07-29spacingTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-29section reorder;Jason McIntyre
2003-03-12more .LiTheo de Raadt
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-07-04ansiTheo de Raadt
2002-04-17getopt idiotTheo de Raadt