aboutsummaryrefslogtreecommitdiff
path: root/bin/date
Commit message (Expand)AuthorAgeFilesLines
* Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* Explain that setting an absolute day value can fail and that the month shouldBrian Somers2010-06-041-3/+11
* Remove stale references to utmp(5) and its corresponding filenames.Ed Schouten2010-01-211-2/+2
* Port everything in bin/ from utmp to utmpx.Ed Schouten2010-01-132-4/+1
* Let date(1) use utmpx instead of logwtmp().Ed Schouten2009-12-052-5/+11
* Don't reset DST computed by strptime() (when e.g. setting theRuslan Ermilov2008-02-071-6/+3
* Correct the referenced securelevel document, it's now securelevel 7.Remko Lodder2007-06-021-2/+2
* Use strlcpy in place of strncpy + setting the last character NUL. ToWarner Losh2006-08-201-2/+2
* -mdoc sweep.Ruslan Ermilov2005-11-171-6/+1
* Note which options are not part of the standards.Tom Rhodes2005-11-011-1/+12
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
* Add the new standard EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-161-38/+38
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-102-1/+2
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-091-2/+2
* Change the behaviour of `-v' so that, e.g., stepping a month backYaroslav Tykhiy2004-08-092-1/+30
* Give the most awesome example of how to parse the output of dateAlfred Perlstein2004-07-171-0/+8
* Deal with double whitespace.Ruslan Ermilov2004-07-031-3/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* DESCRIPTION was not updated for the new SYNOPSIS.Ruslan Ermilov2004-05-161-6/+7
* Give date(1) a much better SYNOPSIS section which is useful as more thanBrian Feldman2004-04-061-9/+13
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-064-16/+0
* Rev. 1.32 moved a comment to the wrong line. The hack refered toMike Makonnen2004-03-041-2/+2
* Note the Linux required format.David E. O'Brien2004-01-061-0/+1
* Check for write errors; report and exit with error value.Diomidis Spinellis2003-10-041-0/+2
* Get this area compiling with the highest WARNS= that it works with.Mark Murray2003-06-131-2/+0
* mdoc(7) police: markup laundry.Ruslan Ermilov2003-02-231-31/+22
* Add an example to help one manually set the date on one machine taking the outDavid E. O'Brien2003-02-181-0/+5
* Enclose sccsid according to style(9).Philippe Charnier2003-02-052-5/+7
* Staticify for lint.Mark Murray2002-10-181-2/+2
* Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12.Tony Finch2002-10-031-1/+1
* Consistently use __FBSDIDDavid E. O'Brien2002-06-303-9/+6
* Use socklen_t for the length of a socket structure instead of `int'.Giorgos Keramidas2002-06-091-1/+2
* s/CMOS/hardware as talked about on cvs-committers.Tom Rhodes2002-04-161-1/+1
* Little nit pick in date(1) manual page, tell users which clock date(1)Tom Rhodes2002-04-151-0/+6
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-223-20/+21
* Lock down with WFORMAT=1 except those directories with unfixed warnings.Kris Kennaway2002-02-041-0/+1
* o __P has been reovedWarner Losh2002-02-023-17/+11
* Default to WARNS=2. Binary builds that cannot handle this must explicitlyDavid E. O'Brien2001-12-041-0/+1
* Remove assumption that time_t is an intMatthew Dillon2001-10-281-1/+3
* mdoc(7) police:Ruslan Ermilov2001-08-071-15/+11
* Remove whitespace at EOL.Dima Dorfman2001-07-151-3/+3
* Simplify, with the power of new mdoc(7).Ruslan Ermilov2001-06-091-9/+3
* Add -j to the usage string.Dima Dorfman2001-06-091-1/+1
* Fix an off-by-hour bug when crossing Daylight Saving Time boundary.Ruslan Ermilov2001-05-171-0/+3
* Fix error reporting of delayed send errors.Bill Fenner2001-03-261-1/+1
* Make it clear that the -v option doesn't actually set the date.Dima Dorfman2001-03-161-2/+3
* Document the restrictions on changing times in high securelevels.Ben Smithurst2001-01-171-1/+5
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-151-16/+30
* Exit if malloc() returns NULLBrian Somers2000-12-011-1/+3