aboutsummaryrefslogtreecommitdiff
path: root/bin/date
Commit message (Expand)AuthorAgeFilesLines
* 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
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
* Don't explicitly declare optarg and optind. These are declared inWarner Losh2000-08-161-2/+0
* Try to clean the manpage up according to the mail from SheldonJohn W. De Boskey2000-07-281-5/+6
* Expand the -r option to support hex. Though undocumented, the -rJohn W. De Boskey2000-07-222-2/+3
* Fix one grammar problem which crept in from rev 1.40 to rev 1.42, andSheldon Hearn2000-07-181-2/+2
* Re-worded the description of the -r optionMark Ovens2000-07-151-2/+4
* Now, the mdoc fixes, such as:Alexander Langer2000-07-141-22/+28
* As per request by sheldonh and others on IRC, seperate language and mdocAlexander Langer2000-07-141-32/+28
* Fix several language, style and mdoc improvements (such as correctAlexander Langer2000-07-141-57/+60
* Grumble. The previous commit still had the wrong date in theMike Pritchard2000-06-281-1/+1
* Typo fix.Mike Pritchard2000-06-281-1/+1
* Mention the timezone where appropriate (for the -v option).Brian Somers2000-06-221-3/+3
* Propogate the ``call mktime'' flag from adjwday() down to adjday().Brian Somers2000-05-231-4/+4
* Correct confusion and differentiate appropriately between GMT and UTC whenDaniel Baker2000-05-192-4/+4
* Change -v so that variences in units of days or less are sensitive toBrian Somers2000-04-122-65/+76
* Always give mktime a timeval with tm_isdst set to -1, otherwiseBrian Somers2000-04-051-64/+117
* Correct confusing description of the -r option.Sheldon Hearn2000-03-071-2/+7
* Re-add "May" to the list of dates supported.Alfred Perlstein2000-02-181-2/+2
* Fix various mandoc bugsBrian Somers2000-01-121-23/+48
* Back out previous commit and replace with a cleaner solution adaptedSheldon Hearn1999-12-291-11/+21
* Allow the year to be specified with an optional century.Sheldon Hearn1999-11-102-4/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-277-7/+7
* Remove obsolete BUGS section which describes something which stoppedJordan K. Hubbard1999-08-251-16/+1
* Don't continue if parsing failed when -f is in use. Exit with nonzero value.Martin Cracauer1999-06-251-3/+2
* the month and three days are up for -hackers and the 24hrs for -committers.John-Mark Gurney1999-05-142-20/+34
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+4
* First set of fixes to keep egcs happy. These include {} around singleWarner Losh1999-04-251-3/+5
* Support seconds with -v.Brian Somers1999-03-093-13/+55
* Example "19%y" changed to "%Y" to discourage poor usage.Daniel O'Callaghan1999-01-131-2/+2
* Don't put compiler warning flags in leaf Makefiles.Bruce Evans1998-12-071-2/+1