Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/15/2000 17:51:17
Module Name:	basesrc
Committed By:	kleink
Date:		Sun Oct 15 14:51:16 UTC 2000

Modified Files:
	basesrc/usr.bin/at: Makefile at.1 at.c panic.c
Added Files:
	basesrc/usr.bin/at: stime.c stime.h

Log Message:
Add support for the 1003.2-92 -t option to at(1) using which the time may be
specified in a language-neutral way.  For symmetry, extend this to the
batch(1) front-end as well.  Addresses PR standards/11205.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/usr.bin/at/Makefile
cvs rdiff -r1.12 -r1.13 basesrc/usr.bin/at/at.1
cvs rdiff -r1.17 -r1.18 basesrc/usr.bin/at/at.c
cvs rdiff -r1.8 -r1.9 basesrc/usr.bin/at/panic.c
cvs rdiff -r0 -r1.1 basesrc/usr.bin/at/stime.c basesrc/usr.bin/at/stime.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.