aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at/parsetime.c
Commit message (Expand)AuthorAgeFilesLines
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-1/+0
* Use __FBSDID()Mark Murray2001-12-021-4/+3
* WARNS=2 fixup.Mark Murray2001-12-021-3/+4
* Allow an ``at now'' specification.Brian Somers2001-11-241-1/+5
* Expland `mymalloc' with malloc + error checking.David E. O'Brien2001-07-241-1/+2
* Y2K fix. at(1) would die with 'garbled time' when assign_date() wasSheldon Hearn2000-03-271-20/+22
* Correct use of .Nm, .Em, .EvPhilippe Charnier1999-12-051-10/+11
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 1. Add support for months and years in relative time spec (now + 1 year)Nick Sayer1999-08-261-50/+31
* Eliminate compiler warnings from -WallArchie Cobbs1998-12-061-2/+3
* Typo fix: garbeld -> garbledSteve Price1998-08-301-2/+2
* Year is sometimes set to -1 when assign_date() is called. Check for -1Alexander Langer1998-08-081-2/+2
* Recognize long month names in addition to short ones.Dag-Erling Smørgrav1998-07-091-1/+13
* Permit double digit year values to be used in the next millenium.Alexander Langer1998-05-051-1/+17
* Revert part of previous commit. I didn't see rcsid string in the middle ofPhilippe Charnier1997-06-241-4/+2
* Use err(3).Philippe Charnier1997-06-231-4/+7
* 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
* Fix botches in the handling of "AM" and "PM":John Polstra1996-07-191-3/+8
* Upgrade to 2.9Andrey A. Chernov1995-08-211-16/+16
* Make parsetime.c more consistent by using the (already declared) enumJoerg Wunsch1995-06-241-10/+10
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Upgrade.Andrey A. Chernov1995-04-121-110/+134
* Fix off by one error in calculation of `mday' (months start at 1).Bruce Evans1995-01-311-2/+2
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.Nate Williams1994-01-051-0/+591