1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-21 16:04:13 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
09d35582da Simplify use of URLs in text files.
In several cases our text files had commentary like this:
# Egypt to cancel daylight saving time
# <a href="http://www.almasryalyoum.com/en/node/407168">
# http://www.almasryalyoum.com/en/node/407168
# </a>
where lines 2 and 4 let the file be viewed by a browser with the
URL being clickable.  In practice this approach does not work with
many modern browsers (I tested with Firefox and with Chrome) and
it clutters up the data, so in cases like the above this patch
removes lines 2 and 4.
(Problem reported by Steffen "Daode" Nurpmeso.)
2014-06-15 17:38:04 -07:00
9a8aa790bc Don't abuse "`" to mean open quote.
This was appropriate before Unicode, where "`" and "'" often balanced
in visual output, but that's been obsolete for a while.
Overall, single-quote 'like this' instead of `like this', and
double-quote "like this" or (in typeset output) “like this”
instead of ``like this''.  While we're at it, fix some glitches
with hyphens versus minus versus en dash versus em dash.
* Makefile ($(MANTXTS)): Use UTF-8 locale to produce *.txt output.
* checktab.awk, tzselect.ksh:
Quote 'like this' in diagnostics, instead of `like this'.
* date.1, newctime.3, newtzset.3, time2posix.3, zic.8 (q, lq, rq):
New macros.  Use them for better double-quoting in output.
* workman.sh: Tell Perl that its stdin and stdout are UTF-8.
* NEWS: Document this.
2014-06-15 13:27:37 -07:00
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
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
a53d3ec6df eliminate obsolete material on angle brackets
SCCS-file: etcetera
SCCS-SID: 8.3
2012-07-18 03:03:11 -04:00
0d314f0f82 public domain notice
SCCS-file: etcetera
SCCS-SID: 8.2
2012-07-18 03:03:07 -04:00
45391c5ed8 Eggert mods
SCCS-file: etcetera
SCCS-SID: 7.12
2012-07-18 03:02:48 -04:00
a509bd573c Eggert mods
SCCS-file: etcetera
SCCS-SID: 7.11
2012-07-18 03:02:36 -04:00
15574a8066 ensure GMT is created even if backward is not compiled
SCCS-file: etcetera
SCCS-SID: 7.10
2012-07-18 03:02:31 -04:00
fcb25f562a Eggert mods
SCCS-file: etcetera
SCCS-SID: 7.9
2012-07-18 03:02:29 -04:00
177c6b7d0a #Updated stuff backed out
SCCS-file: etcetera
SCCS-SID: 7.8
2012-07-18 03:02:28 -04:00
42f09d5321 Updated information
SCCS-file: etcetera
SCCS-SID: 7.7
2012-07-18 03:02:28 -04:00
ae9576d204 Eggert batch
SCCS-file: etcetera
SCCS-SID: 7.6
2012-07-18 03:02:25 -04:00
9fc6adf5a4 miscellaneous fixes
SCCS-file: etcetera
SCCS-SID: 7.5
2012-07-18 03:02:22 -04:00
823a17c825 SCCS-file: etcetera
SCCS-SID: 7.4
2012-07-18 03:02:13 -04:00
49eb754357 commentary; 13
SCCS-file: etcetera
SCCS-SID: 7.3
2012-07-18 03:02:13 -04:00
3b7a5dfe47 try at resolving GMT challenge
SCCS-file: etcetera
SCCS-SID: 7.2
2012-07-18 03:02:13 -04:00
d80fcd97fc more tweaking
SCCS-file: etcetera
SCCS-SID: 4.4
2012-07-18 03:01:55 -04:00
73e2d1f279 etcetera reintroduced
SCCS-file: etcetera
SCCS-SID: 4.3
2012-07-18 03:01:55 -04:00
3d48c14f43 GMT redone (for leap seconds)
SCCS-file: etcetera
SCCS-SID: 4.2
2012-07-18 03:01:52 -04:00
142e4c6bfb minor mods
SCCS-file: etcetera
SCCS-SID: 2.2
2012-07-18 03:01:41 -04:00
d58c87ad65 created
SCCS-file: etcetera
SCCS-SID: 1.1
2012-07-18 03:01:35 -04:00