summaryrefslogtreecommitdiffstats
path: root/bin/date
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an off-by-hour bug when crossing Daylight Saving Time boundary.ru2001-05-171-0/+3
* Fix error reporting of delayed send errors.fenner2001-03-261-1/+1
* Make it clear that the -v option doesn't actually set the date.dd2001-03-161-2/+3
* Document the restrictions on changing times in high securelevels.ben2001-01-171-1/+5
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
* Prepare for mdoc(7)NG.ru2000-12-151-16/+30
* Exit if malloc() returns NULLbrian2000-12-011-1/+3
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-2/+2
* Don't explicitly declare optarg and optind. These are declared inimp2000-08-161-2/+0
* Try to clean the manpage up according to the mail from Sheldonjwd2000-07-281-5/+6
* Expand the -r option to support hex. Though undocumented, the -rjwd2000-07-222-2/+3
* Fix one grammar problem which crept in from rev 1.40 to rev 1.42, andsheldonh2000-07-181-2/+2
* Re-worded the description of the -r optionmarko2000-07-151-2/+4
* Now, the mdoc fixes, such as:alex2000-07-141-22/+28
* As per request by sheldonh and others on IRC, seperate language and mdocalex2000-07-141-32/+28
* Fix several language, style and mdoc improvements (such as correctalex2000-07-141-57/+60
* Grumble. The previous commit still had the wrong date in thempp2000-06-281-1/+1
* Typo fix.mpp2000-06-281-1/+1
* Mention the timezone where appropriate (for the -v option).brian2000-06-221-3/+3
* Propogate the ``call mktime'' flag from adjwday() down to adjday().brian2000-05-231-4/+4
* Correct confusion and differentiate appropriately between GMT and UTC whendbaker2000-05-192-4/+4
* Change -v so that variences in units of days or less are sensitive tobrian2000-04-122-65/+76
* Always give mktime a timeval with tm_isdst set to -1, otherwisebrian2000-04-051-64/+117
* Correct confusing description of the -r option.sheldonh2000-03-071-2/+7
* Re-add "May" to the list of dates supported.alfred2000-02-181-2/+2
* Fix various mandoc bugsbrian2000-01-121-23/+48
* Back out previous commit and replace with a cleaner solution adaptedsheldonh1999-12-291-11/+21
* Allow the year to be specified with an optional century.sheldonh1999-11-102-4/+14
* $Id$ -> $FreeBSD$peter1999-08-277-7/+7
* Remove obsolete BUGS section which describes something which stoppedjkh1999-08-251-16/+1
* Don't continue if parsing failed when -f is in use. Exit with nonzero value.cracauer1999-06-251-3/+2
* the month and three days are up for -hackers and the 24hrs for -committers.jmg1999-05-142-20/+34
* Various spelling/formatting changes.kris1999-05-081-2/+4
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-251-3/+5
* Support seconds with -v.brian1999-03-093-13/+55
* Example "19%y" changed to "%Y" to discourage poor usage.danny1999-01-131-2/+2
* Don't put compiler warning flags in leaf Makefiles.bde1998-12-071-2/+1
* Added missing #include <string.h>alex1998-10-031-1/+2
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-131-2/+2
* Restore Lite-2 sccsid. Restore include of sys/param.h.charnier1998-05-132-4/+5
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-064-22/+25
* Spelling/typo fixes: (preceeded, friday).rnordier1998-04-201-3/+3
* Cast a size_t to a long to avoid a gcc warning.jb1998-01-251-3/+3
* Add (BSD) copyright headers.brian1997-12-212-0/+56
* Put [+format] at the end of the usage message.brian1997-12-112-7/+8
* Change example from US to international standard date notation.wosch1997-10-031-3/+3
* Back out suppress '\n' mod.danny1997-10-032-16/+8
* Add the '-s' flag to the usage string.danny1997-10-011-2/+2
* Add the ability to supress the '\n' at the end of the date printed.danny1997-10-012-7/+15
* Fix the broken `date HHMM.SS' handling.joerg1997-09-301-2/+3
OpenPOWER on IntegriCloud