1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2026-05-06 16:58:22 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
Paul Eggert
10a38b7ee2 * newctime.3, newstrftime.3, newtzset.3, zdump.8: Explain UT vs UTC better.
Suggested by Steve Allen in
<http://mm.icann.org/pipermail/tz/2013-September/019924.html>.
2013-09-05 07:03:28 -07:00
Paul Eggert
42801d2b1f Correct some UTC-vs-UT solecisms.
In several places the code and documentation incorrectly used
"UTC" to describe time stamps that might precede the introduction
of UTC and for which UTC is therefore undefined.  Change these
uses to "UT", as that's the correct term when talking about these
time stamps.  Problem reported by Steve Allen in
<http://mm.icann.org/pipermail/tz/2013-September/019907.html>.
The major compatibility issue here is with 'zdump -v'; it'll now
output "UT" instead of the possibly-incorrect "UTC".
Many files change in minor ways in the commentary.
* zdump.c (show):
* zic.c (inzsub, addtype):
In output, say "UT" rather than "UTC", since the time stamp we're
talking about might precede the introduction of UTC.
2013-09-04 19:07:31 -07:00
Paul Eggert
dccd5a16af Switch from SCCS to git.
Remove the SCCS keyword '%W%' from all files.
Mostly this just remove comments.
Remove trailing white space, too.
* Makefile (TZCODE_VERSION): New macro.
(version.h): New rule.
(tzselect): Interpolate TZCODE_VERSION.
(clean): Remove version.h.
(zdump.o, zic.o): Depend on version.h.
* asctime.c, date.c, difftime.c, ialloc.c, localtime.c, scheck.c:
* strftime.c, zdump.c, zic.c: Remove elsieid.
* private.h: Remove privatehid.
* tzfile.h: Remove tzfilehid.
* tzselect.h (TZCODE_VERSION): Rename from VERSION.
* zdump.c, zic.c: Include "version.h",
and use TZCODE_VERSION instead of elsieid.
2012-07-18 17:30:38 -07:00
Arthur David Olson
a5a4df7fe4 remove erroneous public domain note
SCCS-file: newstrftime.3
SCCS-SID: 8.3
2012-07-18 03:03:14 -04:00
Arthur David Olson
229037019b public domain
SCCS-file: newstrftime.3
SCCS-SID: 8.2
2012-07-18 03:03:07 -04:00
Arthur David Olson
689d104342 delinted
SCCS-file: newstrftime.3
SCCS-SID: 7.15
2012-07-18 03:02:47 -04:00
Arthur David Olson
64e803cc1c UCT -> UTC
SCCS-file: newstrftime.3
SCCS-SID: 7.14
2012-07-18 03:02:34 -04:00
Arthur David Olson
9c6223c806 z and Z
SCCS-file: newstrftime.3
SCCS-SID: 7.13
2012-07-18 03:02:34 -04:00
Arthur David Olson
c7d0b23cb5 documentation of Eggert mods
SCCS-file: newstrftime.3
SCCS-SID: 7.12
2012-07-18 03:02:34 -04:00
Arthur David Olson
70274ed4bb libz -> libtz; -lz -> -ltz
SCCS-file: newstrftime.3
SCCS-SID: 7.11
2012-07-18 03:02:27 -04:00
Arthur David Olson
c0f87646ab X and x swapped
SCCS-file: newstrftime.3
SCCS-SID: 7.10
2012-07-18 03:02:22 -04:00
Arthur David Olson
57a8663d20 zap stray quote
SCCS-file: newstrftime.3
SCCS-SID: 7.9
2012-07-18 03:02:21 -04:00
Arthur David Olson
6fdcf34b0b + format added
SCCS-file: newstrftime.3
SCCS-SID: 7.8
2012-07-18 03:02:21 -04:00
Arthur David Olson
e16741c573 more reordering
SCCS-file: newstrftime.3
SCCS-SID: 7.7
2012-07-18 03:02:21 -04:00
Arthur David Olson
fc8cbd0a00 reordered
SCCS-file: newstrftime.3
SCCS-SID: 7.6
2012-07-18 03:02:21 -04:00
Arthur David Olson
c7404452ad SCCS-file: newstrftime.3
SCCS-SID: 7.5
2012-07-18 03:02:21 -04:00
Arthur David Olson
f9e6f12a1e SCCS-file: newstrftime.3
SCCS-SID: 7.4
2012-07-18 03:02:21 -04:00
Arthur David Olson
f41edde406 first crack at corrected version
SCCS-file: newstrftime.3
SCCS-SID: 7.3
2012-07-18 03:02:21 -04:00
Arthur David Olson
b4c9a8e72a UCB version
SCCS-file: newstrftime.3
SCCS-SID: 7.2
2012-07-18 03:02:21 -04:00
Arthur David Olson
4f70083aa3 created
SCCS-file: newstrftime.3
SCCS-SID: 7.1
2012-07-18 03:02:21 -04:00