summaryrefslogtreecommitdiffstats
path: root/usr.bin/at/parsetime.c
Commit message (Expand)AuthorAgeFilesLines
* Allow time offsets to be negative, e.g. `at 1530 - 15 minutes`.cracauer2012-10-051-13/+49
* Add missing static keywords to at(1).ed2011-11-061-1/+1
* While revision 1.26 fixed the code to really subtract 3600 due tostefanf2005-08-181-3/+1
* Don't throw away the adjusted `runtimer' value.stefanf2005-08-051-3/+1
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+0
* Use __FBSDID()markm2001-12-021-4/+3
* WARNS=2 fixup.markm2001-12-021-3/+4
* Allow an ``at now'' specification.brian2001-11-241-1/+5
* Expland `mymalloc' with malloc + error checking.obrien2001-07-241-1/+2
* Y2K fix. at(1) would die with 'garbled time' when assign_date() wassheldonh2000-03-271-20/+22
* Correct use of .Nm, .Em, .Evcharnier1999-12-051-10/+11
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 1. Add support for months and years in relative time spec (now + 1 year)nsayer1999-08-261-50/+31
* Eliminate compiler warnings from -Wallarchie1998-12-061-2/+3
* Typo fix: garbeld -> garbledsteve1998-08-301-2/+2
* Year is sometimes set to -1 when assign_date() is called. Check for -1alex1998-08-081-2/+2
* Recognize long month names in addition to short ones.des1998-07-091-1/+13
* Permit double digit year values to be used in the next millenium.alex1998-05-051-1/+17
* Revert part of previous commit. I didn't see rcsid string in the middle ofcharnier1997-06-241-4/+2
* Use err(3).charnier1997-06-231-4/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix botches in the handling of "AM" and "PM":jdp1996-07-191-3/+8
* Upgrade to 2.9ache1995-08-211-16/+16
* Make parsetime.c more consistent by using the (already declared) enumjoerg1995-06-241-10/+10
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Upgrade.ache1995-04-121-110/+134
* Fix off by one error in calculation of `mday' (months start at 1).bde1995-01-311-2/+2
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.nate1994-01-051-0/+591
OpenPOWER on IntegriCloud