1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 13:01:40 +00:00

notes for pre-release version

SCCS-file: README
SCCS-SID: 4.8
This commit is contained in:
Arthur David Olson
1989-03-07 21:59:22 -05:00
committed by Paul Eggert
parent 0892e0ed93
commit 38794e31ee

9
README
View File

@ -2,22 +2,21 @@
TODO BEFORE comp.sources RELEASE: TODO BEFORE comp.sources RELEASE:
* Get everything except usno date copyrighted.
* Should /etc/zoneinfo/GMT0 change to /etc/zoneinfo/GMT, with the * Should /etc/zoneinfo/GMT0 change to /etc/zoneinfo/GMT, with the
necessary change to the newctime.3 manual page? If it is changed, necessary change to the newctime.3 manual page? If it is changed,
all the GMT0's can disappear from localtime.c. all the GMT0's can disappear from localtime.c.
* Gotta get "date.c" up to speed, and must conditionalize "logwtmp.c" * Gotta get "date.c" up to speed, and must conditionalize "logwtmp.c"
for the System V world. for the System V world. In particular, what about the
In particular, how to handle ambiguous 10-character arguments to date date 2415
stuff? And how to handle ambiguous 10-character arguments to date
such as such as
date 0102030405 date 0102030405
where it's unclear whether the year is at the start (UCB style) where it's unclear whether the year is at the start (UCB style)
or the end (System V style)? Also--toss in a "-a" (adjust time) or the end (System V style)? Also--toss in a "-a" (adjust tieme)
option for the Sun world? option for the Sun world?
* Could use a date manual page. * Could use a date manual page.
* Need to update the newctime.3 to describe the treatment of TZ's such * Need to update the newctime.3 to describe the treatment of TZ's such
as "Guy Mean Time", if it's decided that the treatment is reasonable. as "Guy Mean Time", if it's decided that the treatment is reasonable.
* Turn most everything into version "5.1".
=============================================================================== ===============================================================================