summaryrefslogtreecommitdiffstats
path: root/bin/date/date.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r282608:delphij2015-05-211-2/+8
* date(1): Add "-R" flag to use RFC 2822 date and time output format [MFC]dumbbell2014-05-031-4/+20
* Rework all non-contributed files that use `struct timezone'.ed2012-09-011-4/+4
* Port everything in bin/ from utmp to utmpx.ed2010-01-131-2/+1
* Let date(1) use utmpx instead of logwtmp().ed2009-12-051-3/+9
* Don't reset DST computed by strptime() (when e.g. setting theru2008-02-071-6/+3
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Rev. 1.32 moved a comment to the wrong line. The hack refered tomtm2004-03-041-2/+2
* Check for write errors; report and exit with error value.dds2003-10-041-0/+2
* Enclose sccsid according to style(9).charnier2003-02-051-2/+3
* Staticify for lint.markm2002-10-181-2/+2
* Consistently use __FBSDIDobrien2002-06-301-2/+2
* Fix warnings inspired by lint, a commercial lint and WARNS=4.markm2002-02-221-4/+4
* o __P has been reovedimp2002-02-021-14/+9
* Remove assumption that time_t is an intdillon2001-10-281-1/+3
* Add -j to the usage string.dd2001-06-091-1/+1
* Fix an off-by-hour bug when crossing Daylight Saving Time boundary.ru2001-05-171-0/+3
* Don't explicitly declare optarg and optind. These are declared inimp2000-08-161-2/+0
* Expand the -r option to support hex. Though undocumented, the -rjwd2000-07-221-1/+2
* Correct confusion and differentiate appropriately between GMT and UTC whendbaker2000-05-191-3/+3
* 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-101-2/+10
* $Id$ -> $FreeBSD$peter1999-08-271-1/+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-141-18/+26
* Support seconds with -v.brian1999-03-091-2/+2
* Added missing #include <string.h>alex1998-10-031-1/+2
* Restore Lite-2 sccsid. Restore include of sys/param.h.charnier1998-05-131-2/+3
* Correct use of .Nm and other cosmetics. Add rcsid. Remove unused #inc.charnier1998-05-061-5/+4
* Cast a size_t to a long to avoid a gcc warning.jb1998-01-251-3/+3
* Put [+format] at the end of the usage message.brian1997-12-111-3/+4
* Back out suppress '\n' mod.danny1997-10-031-11/+6
* 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-011-5/+10
* Fix the broken `date HHMM.SS' handling.joerg1997-09-301-2/+3
* Remove forgotten debug statement.brian1997-08-101-2/+1
* Add "-f fmt date" for specification of thebrian1997-08-101-59/+80
* Change [-DMHW [+|-]val] to [-v [+|-]val[ymwdHM]]brian1997-08-091-11/+8
* Add [-DWMY] flags for date adjustment.brian1997-08-041-4/+24
* Cosmetic change in usage string.charnier1997-06-061-4/+4
* Fix typo in comment; Document in an example that years beyond 1999danny1997-04-161-2/+2
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-281-2/+2
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge Lite2 mods, fix incorrect default string, cleanupsteve1996-12-141-3/+3
* For nonexisten time use proper diagnostic instead of bad format and usageache1996-04-061-2/+2
* Add setlocale(LC_TIME,...ache1995-10-231-1/+3
* Use %+ to print data using LC_TIMEache1995-08-051-2/+2
* date(1) didn't emit a final newline if the format had been specifiedjoerg1995-04-031-3/+3
OpenPOWER on IntegriCloud