Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-11 | add -z to the extensions list in STANDARDS; | Jason McIntyre | |
2011-03-11 | Add a non-standard option that affects the output TZ only. The input (for | Theo de Raadt | |
parsing) TZ is unaffected. This makes it it easier to convert timestamps from any timezone to any other timezone -- no need for $() gymnastics ok millert | |||
2011-03-11 | Check that date(1) is not passed any extra arguments. | Theo de Raadt | |
ok millert | |||
2010-09-19 | more wacky macro fixing; | Jason McIntyre | |
2010-09-03 | add an EXIT STATUS section for /bin; | Jason McIntyre | |
2010-07-22 | move exit returns blurb out of DIAGNOSTICS; from daniel dickman | Jason McIntyre | |
2010-04-01 | tweak previous; ok deraadt | Jason McIntyre | |
2010-03-31 | Make a -DSMALL version of date(1) for the media | Theo de Raadt | |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre | |
updates to follow; | |||
2008-10-01 | give a less confusing error message on bindresvport() failure; ok | Otto Moerbeek | |
matthieu@ millert@ | |||
2007-12-28 | printf field widths are always int, so add a cast to remove | Charles Longeau | |
"warning: field width is not type int" "looks good" otto@ | |||
2007-10-16 | sync the synopsis and usage of commands | Igor Sobrado | |
ok jmc@ | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-29 | - consistent STANDARDS blurb | Jason McIntyre | |
- note which options are extensions to POSIX discussed w/ deraadt otto millert | |||
2007-05-25 | Remove y2k hack. If no century is specified, use the current one. | Todd C. Miller | |
OK otto@ | |||
2007-04-12 | use UTC instead of GMT0 for -u; from Jared R.R.Spiegel <jrrs@ice-nine.org> | Christian Weisgerber | |
ok millert@, otto@ | |||
2006-05-15 | better example; | Jason McIntyre | |
from siju george ok deraadt | |||
2006-04-25 | various small lint cleanups; ok otto | Theo de Raadt | |
2006-01-08 | make the description of the first example a little more informative; | Jason McIntyre | |
2005-11-30 | timezone -> time zone | Jason McIntyre | |
2005-11-29 | add an option -j which suppresses setting the clock, but parses the date | Daniel Hartmeier | |
argument. useful to convert string-to-epoch (with +%s) or just to check whether the argument is parsed correctly before really setting the clock. ok millert@, deraadt@ | |||
2005-11-07 | - document the `cc' part of `ccyy' | Jason McIntyre | |
- get its description right - minor grammar tweaks ok otto@ | |||
2004-07-21 | tidy up EXAMPLES somewhat; | Jason McIntyre | |
2004-07-09 | make date(1), rdate(8), ntpd(8), and timed(8) .Xr themselves; | Jason McIntyre | |
mostly from Andreas Kahari (PR #3846); | |||
2004-04-07 | .Xr rdate 8 in SEE ALSO; | Jason McIntyre | |
from xsa@ | |||
2004-04-07 | list options w/o operands before options w/ operands (style(9)); | Jason McIntyre | |
.Xr adjtime 2 in SEE ALSO; | |||
2003-10-15 | errx -> err. From form. | Mike Pechkin | |
millert@ ok | |||
2003-07-29 | spacing | Theo de Raadt | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-29 | section reorder; | Jason McIntyre | |
2003-03-12 | more .Li | Theo de Raadt | |
2002-11-14 | use $ or # before commands in examples | Theo de Raadt | |
2002-07-04 | ansi | Theo de Raadt | |
2002-04-17 | getopt idiot | Theo de Raadt | |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2002-02-11 | Initial patch. | Mike Pechkin | |
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok | |||
2002-01-16 | missed some registers, kill'em! | Mike Pechkin | |
millert@ ok | |||
2001-12-02 | add -a to use adjtime(), like rdate(1) does | Theo de Raadt | |
2001-09-06 | o) __progname aria; | Mike Pechkin | |
millert@ ok. | |||
2001-07-05 | Fix length type. | Marc Espie | |
2001-06-26 | really use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-06-26 | use strlcpy vs strncpy+a[len-1]='\0' | lebel | |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt | |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt | |
2001-05-01 | Remove completely redundant introductory sentences in ENVIRONMENT sections. | Aaron Campbell | |
2001-03-26 | Fix comments, it is "daylight saving time", not "daylight savings time" | Todd C. Miller | |
2000-11-09 | Fix an off-by-one-hour error that would occur when changing the time across | Aaron Campbell | |
DST (Daylight Saving Time); from NetBSD. | |||
2000-11-09 | - Don't use general text domain macros in literal block displays. | Aaron Campbell | |
- Beautify the SYNOPSIS; somewhat inspired by a similar change in NetBSD. | |||
2000-11-08 | Escape the quotation marks in the first example so they show; deraadt@ | Aaron Campbell | |