aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/at
Commit message (Expand)AuthorAgeFilesLines
* Don't use MANDEPEND and MANSRC.Ruslan Ermilov2001-03-261-5/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-4/+4
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-3/+4
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
* Y2K fix. at(1) would die with 'garbled time' when assign_date() wasSheldon Hearn2000-03-271-20/+22
* TypoPhilippe Charnier2000-03-261-1/+1
* Change the usage of the .Nm macro in the NAME section to beMike Pritchard2000-03-241-1/+4
* Correct use of .Nm, .Em, .EvPhilippe Charnier1999-12-056-127/+120
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* 1. Add support for months and years in relative time spec (now + 1 year)Nick Sayer1999-08-262-52/+35
* Various man page cleanup:Mike Pritchard1999-08-151-6/+6
* (1) Don't perror() when at.deny doesn't exist, that's an accepted behavior.Bill Fumerola1999-07-011-3/+6
* More egcs warning fixes:Warner Losh1999-04-251-2/+2
* Clean up some .Os macro uses: quotes are not needed, multiple argumentsBill Fenner1999-02-151-2/+2
* Eliminate compiler warnings from -WallArchie Cobbs1998-12-065-6/+9
* atq ignored locale info when printing dates. Is the other call toStephen McKay1998-10-151-1/+5
* Remove useless `BINOWN=root' now that it is the default.David E. O'Brien1998-09-191-2/+1
* 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
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterWarner Losh1998-06-091-2/+2
* Fix a bunch of spelling errors.Steve Price1998-06-041-2/+2
* Permit double digit year values to be used in the next millenium.Alexander Langer1998-05-051-1/+17
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-4/+6
* 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-232-8/+10
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-2/+2
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULAndrey A. Chernov1997-03-031-2/+2
* Fix MAXLOGNAME usage, the code has wrong assumption that it must beAndrey A. Chernov1997-03-021-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-226-6/+6
* Fix for hard-coded length of login name.David Nugent1997-02-181-3/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-146-6/+6
* Fix botches in the handling of "AM" and "PM":John Polstra1996-07-191-3/+8
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.Bruce Evans1996-02-251-2/+2
* making <page>.1 from <page>.manWolfram Schneider1996-02-061-1/+2
* recording cvs-1.6 file deathPeter Wemm1995-12-302-258/+0
* Add setlocale LC_TIMEAndrey A. Chernov1995-10-241-1/+7
* Describe the correct default situation for the various permissionJoerg Wunsch1995-10-051-3/+3
* Upgrade to 2.9Andrey A. Chernov1995-08-2112-116/+256
* Make parsetime.c more consistent by using the (already declared) enumJoerg Wunsch1995-06-242-11/+13
* Remove trailing whitespace.Rodney W. Grimes1995-05-309-43/+43
* Remove setre* hacks, we have working thing nowAndrey A. Chernov1995-04-272-41/+24
* Fight over non-working setruidAndrey A. Chernov1995-04-152-11/+15
* Upgrade.Andrey A. Chernov1995-04-1212-618/+1207
* Fix off by one error in calculation of `mday' (months start at 1).Bruce Evans1995-01-311-2/+2
* Changed reference from NetBSD to FreeBSDNate Williams1994-01-051-2/+2
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.Nate Williams1994-01-0510-0/+1704