mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 11:02:20 +00:00
factory change; date changes
SCCS-file: README SCCS-SID: 4.15
This commit is contained in:
committed by
Paul Eggert
parent
26890b687f
commit
9b9339bf1d
12
README
12
README
@ -3,6 +3,7 @@
|
||||
TODO BEFORE comp.sources RELEASE:
|
||||
|
||||
* Get everything except usno date copyrighted.
|
||||
* Conditionalize date format handling (and manual page) on USG_COMPAT.
|
||||
* Should /etc/zoneinfo/GMT0 change to /etc/zoneinfo/GMT, with the
|
||||
necessary change to the newctime.3 manual page? If it is changed,
|
||||
all the GMT0's can disappear from localtime.c.
|
||||
@ -14,9 +15,9 @@ TODO BEFORE comp.sources RELEASE:
|
||||
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)
|
||||
option for the Sun world?
|
||||
* Could use a date manual page.
|
||||
* 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.
|
||||
* Turn most everything into version "5.1".
|
||||
|
||||
===============================================================================
|
||||
|
||||
@ -45,9 +46,12 @@ Support for Turbo C compilation has also been eliminated; it was present to
|
||||
allow checking in an ANSI-style environment, and such checking is now done with
|
||||
gcc.
|
||||
|
||||
And the "dyzise" has disappeared; it was present to allow compilation of the
|
||||
"date" command on old BSD systems, and a version of "date" is now provided in
|
||||
the package.
|
||||
And the "dyzise" function has disappeared; it was present to allow compilation
|
||||
of the "date" command on old BSD systems, and a version of "date" is now
|
||||
provided in the package. The "date" command is not created when you "make all"
|
||||
since it may lack options provided by the version distributed with your
|
||||
operating system, or may not interact with the system in the same way the
|
||||
native version does.
|
||||
|
||||
Since POSIX frowns on correct leap second handling, the default behavior of
|
||||
the "zic" command (in the absence of a "-L" option) has been changed to omit
|
||||
|
||||
Reference in New Issue
Block a user