aboutsummaryrefslogtreecommitdiff
path: root/bin/date/date.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* date: avoid crash on invalid timeEd Maste2017-07-201-4/+8
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* date(1): Make -r behave like GNU's version when the option can not beXin LI2015-05-071-2/+8
* date(1): Add "-R" flag to use RFC 2822 date and time output formatJean-Sébastien Pédron2014-04-261-4/+20
* Rework all non-contributed files that use `struct timezone'.Ed Schouten2012-09-011-4/+4
* Port everything in bin/ from utmp to utmpx.Ed Schouten2010-01-131-2/+1
* Let date(1) use utmpx instead of logwtmp().Ed Schouten2009-12-051-3/+9
* Don't reset DST computed by strptime() (when e.g. setting theRuslan Ermilov2008-02-071-6/+3
* /*- or .\"- or #- to begin license clauses.Warner Losh2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Rev. 1.32 moved a comment to the wrong line. The hack refered toMike Makonnen2004-03-041-2/+2
* Check for write errors; report and exit with error value.Diomidis Spinellis2003-10-041-0/+2
* Enclose sccsid according to style(9).Philippe Charnier2003-02-051-2/+3
* Staticify for lint.Mark Murray2002-10-181-2/+2
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.Mark Murray2002-02-221-4/+4
* o __P has been reovedWarner Losh2002-02-021-14/+9
* Remove assumption that time_t is an intMatthew Dillon2001-10-281-1/+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
* Don't explicitly declare optarg and optind. These are declared inWarner Losh2000-08-161-2/+0
* Expand the -r option to support hex. Though undocumented, the -rJohn W. De Boskey2000-07-221-1/+2
* Correct confusion and differentiate appropriately between GMT and UTC whenDaniel Baker2000-05-191-3/+3
* 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-101-2/+10
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+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-141-18/+26
* Support seconds with -v.Brian Somers1999-03-091-2/+2
* Added missing #include <string.h>Alexander Langer1998-10-031-1/+2
* Restore Lite-2 sccsid. Restore include of sys/param.h.Philippe Charnier1998-05-131-2/+3
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.Philippe Charnier1998-05-061-5/+4
* Cast a size_t to a long to avoid a gcc warning.John Birrell1998-01-251-3/+3
* Put [+format] at the end of the usage message.Brian Somers1997-12-111-3/+4
* Back out suppress '\n' mod.Daniel O'Callaghan1997-10-031-11/+6
* Add the '-s' flag to the usage string.Daniel O'Callaghan1997-10-011-2/+2
* Add the ability to supress the '\n' at the end of the date printed.Daniel O'Callaghan1997-10-011-5/+10
* Fix the broken `date HHMM.SS' handling.Joerg Wunsch1997-09-301-2/+3
* Remove forgotten debug statement.Brian Somers1997-08-101-2/+1
* Add "-f fmt date" for specification of theBrian Somers1997-08-101-59/+80
* Change [-DMHW [+|-]val] to [-v [+|-]val[ymwdHM]]Brian Somers1997-08-091-11/+8
* Add [-DWMY] flags for date adjustment.Brian Somers1997-08-041-4/+24
* Cosmetic change in usage string.Philippe Charnier1997-06-061-4/+4
* Fix typo in comment; Document in an example that years beyond 1999Daniel O'Callaghan1997-04-161-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge Lite2 mods, fix incorrect default string, cleanupSteve Price1996-12-141-3/+3
* For nonexisten time use proper diagnostic instead of bad format and usageAndrey A. Chernov1996-04-061-2/+2