Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/25/2000 06:44:44
Module Name:	basesrc
Committed By:	simonb
Date:		Sun Jun 25 13:44:44 UTC 2000

Modified Files:
	basesrc/usr.bin/last: last.1 last.c

Log Message:
Extend the -T option show that it shows the year as well as seconds.
Also print the full time on interrupt and exit, regardless of the
-T setting.  Replace all uses of asctime()/ctime() and magic number
offsets within their return strings with strftime().

Fixes PR bin/5311 from Geoff Wing and much more.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 basesrc/usr.bin/last/last.1
cvs rdiff -r1.13 -r1.14 basesrc/usr.bin/last/last.c

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