summaryrefslogtreecommitdiffstats
path: root/usr.bin/at
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate compiler warnings from -Wallarchie1998-12-065-6/+9
|
* atq ignored locale info when printing dates. Is the other call tomckay1998-10-151-1/+5
| | | | | | setlocale() just in the wrong place? PR: 8300
* Remove useless `BINOWN=root' now that it is the default.obrien1998-09-191-2/+1
|
* Typo fix: garbeld -> garbledsteve1998-08-301-2/+2
| | | | | PR: 7784 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
* Year is sometimes set to -1 when assign_date() is called. Check for -1alex1998-08-081-2/+2
| | | | | | before Y2K processing. PR: 7524
* Recognize long month names in addition to short ones.des1998-07-091-1/+13
| | | | | PR: bin/7228 Submitted by: Archie Cobbs <archie@whistle.com>
* $@ is deprecated, use ${.TARGET} instead. Ditto for other single characterimp1998-06-091-2/+2
| | | | | $n. PR: conf/3273
* Fix a bunch of spelling errors.steve1998-06-041-2/+2
| | | | | PR: 6856 Submitted by: Josh Gilliam <josh@quick.net>
* Permit double digit year values to be used in the next millenium.alex1998-05-051-1/+17
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-4/+6
|
* Revert part of previous commit. I didn't see rcsid string in the middle ofcharnier1997-06-241-4/+2
| | | | the file. Put includes in alphabetical order.
* Use err(3).charnier1997-06-232-8/+10
| | | | Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0.
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-2/+2
| | | | posix standard on the topic.
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULache1997-03-031-2/+2
|
* Fix MAXLOGNAME usage, the code has wrong assumption that it must beache1997-03-021-3/+3
| | | | NULL terminated
* Revert $FreeBSD$ to $Id$peter1997-02-226-6/+6
|
* Fix for hard-coded length of login name.davidn1997-02-181-3/+11
| | | | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org> Closes #PR bin/2755
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-146-6/+6
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix botches in the handling of "AM" and "PM":jdp1996-07-191-3/+8
| | | | | 12:xx PM is 12:xx, not 24:xx. 12:xx AM is 00:xx, not 12:xx.
* Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.bde1996-02-251-2/+2
|
* making <page>.1 from <page>.manwosch1996-02-061-1/+2
|
* recording cvs-1.6 file deathpeter1995-12-302-258/+0
|
* Add setlocale LC_TIMEache1995-10-241-1/+7
|
* Describe the correct default situation for the various permissionjoerg1995-10-051-3/+3
| | | | | | options. Submitted by: sgk@troutmask.apl.washington.edu (Steven G. Kargl)
* Upgrade to 2.9ache1995-08-2112-116/+256
|
* Make parsetime.c more consistent by using the (already declared) enumjoerg1995-06-242-11/+13
| | | | | | | | | | type instead of int all over the place. (Cosmetic, enhances debugging.) Point out that a date specification _must_ follow the time of day spec, in the man page. This clarifies the last point PR # of bin/483: "at doesn't seem to ..." (the remainder has already been fixed with version 1.3 of parsetime.c).
* Remove trailing whitespace.rgrimes1995-05-309-43/+43
|
* Remove setre* hacks, we have working thing nowache1995-04-272-41/+24
|
* Fight over non-working setruidache1995-04-152-11/+15
|
* Upgrade.ache1995-04-1212-618/+1207
|
* Fix off by one error in calculation of `mday' (months start at 1).bde1995-01-311-2/+2
| | | | Jan 31 gave Jan 30, often for next year.
* Changed reference from NetBSD to FreeBSDnate1994-01-051-2/+2
|
* Added at/atrm/atq/batch from Linux as hacked by Chris Demetriou.nate1994-01-0510-0/+1704
OpenPOWER on IntegriCloud