aboutsummaryrefslogtreecommitdiff
path: root/bin/date/vary.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* bin/date: Upgrade calculations (take 2)Pedro F. Giffuni2023-07-041-10/+11
* bin/date: Upgrade calculationsPedro F. Giffuni2023-07-041-10/+10
* Change the behaviour of `-v' so that, e.g., stepping a month backYaroslav Tykhiy2004-08-091-0/+7
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-5/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-6/+7
* Exit if malloc() returns NULLBrian Somers2000-12-011-1/+3
* Propogate the ``call mktime'' flag from adjwday() down to adjday().Brian Somers2000-05-231-4/+4
* Change -v so that variences in units of days or less are sensitive toBrian Somers2000-04-121-64/+52
* Always give mktime a timeval with tm_isdst set to -1, otherwiseBrian Somers2000-04-051-64/+117
* Re-add "May" to the list of dates supported.Alfred Perlstein2000-02-181-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* First set of fixes to keep egcs happy. These include {} around singleWarner Losh1999-04-251-3/+5
* Support seconds with -v.Brian Somers1999-03-091-1/+42
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-2/+5
* Add (BSD) copyright headers.Brian Somers1997-12-211-0/+28
* Change [-DMHW [+|-]val] to [-v [+|-]val[ymwdHM]]Brian Somers1997-08-091-83/+130
* Add [-DWMY] flags for date adjustment.Brian Somers1997-08-041-0/+337