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

57 Commits

Author SHA1 Message Date
81a7abf902 A few more fixes related to AEST/AEDT etc. (Thanks to Tim Parenti.)
* Theory: Use CST instead of EST in the example, so that it matches
the current database.
* antarctica (Antarctica/Casey): AWST, not WST.
* asia (Asia/Jayapura): ACST, not CST.
* australasia: Prepend "[A]" to "EST" in quote about EST.
2014-06-30 01:19:46 -07:00
e1f721201a More spelling and accent fixes.
(Thanks to Ian Abbott for catching some stray '’'s.)
2014-06-25 11:04:15 -07:00
363a1be6df More spelling and accent fixes. 2014-06-25 01:02:29 -07:00
ffb8e529e0 Switch back to ASCII for symbols.
Garrett Wollman reported privately that XEmacs 21.4.22, the current
stable version, doesn't work with the UTF-8 recently introduced
into our commentary.  For example, the UTF-8 character '−'
(MINUS SIGN), which is stored as the three bytes "\342\210\222",
displays as 'â\210\222'.  For proper names this is annoying but
tolerable, as there's little loss in utility from (say) 'Racoviță'
to its display form 'RacoviÈ\233Ä\203'.  But for symbols this is a
real pain that can make it hard to understand the documentation, e.g.,
'Release 2014e – 2014-06-12 21:53:52 −0700' displays as
'Release 2014e â\200\223 2014-06-12 21:53:52 â\210\2220700'.
To work around this problem, make the following substitutions in
commentary to mostly revert these symbols to their pre-UTF-8 versions:
'§' -> 'section', '°' -> 'degrees', '±' -> '+-', '–' -> '-' (en
dash), '—' -> '--' (em dash), '′' -> "'", '″' -> '"', '→' -> '->',
'−' -> '-' (minus sign), '≤' -> '<='.  Leave proper names and
foreign words in UTF-8.
2014-06-19 17:51:16 -07:00
a577b388f3 Distinguish hyphen from minus from dashes.
Most of this patch is to commentary, to distinguish better among
the similar characters hyphen '-', minus sign '−', en dash '–' (used
for ranges), and em dash '—'.  Render ordinary dashes in text as
spaced en dashes, as this gives better-looking results in monospaced
fonts.
* yearistype.sh, zic.c: Reword diagnostics so that they do not use
hyphens as if they were dashes.  Since we are sticking to ASCII in
programs, we can't use proper dashes in diagnostics.
2014-06-17 18:46:31 -07:00
03555bfb58 * antarctica: 'ţ' → 'ț' in Romanian. (Thanks to Philip Newton.) 2014-06-16 23:01:58 -07:00
248d1f10a1 Restore more accents. Also, update Antarctic commentary.
This does not change any of the data.
2014-06-16 20:18:01 -07:00
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
6285081401 Approximate Troll's rules with just UTC and CEST.
* antarctica (Antarctica/Troll), NEWS: Uncomment, but with an
approximation that uses only UTC and CEST.  (Thanks to Bengt-Inge
Larsson.)
* zone.tab (Antarctica/Troll): New entry.
2014-03-21 08:54:06 -07:00
b979bceed1 Remove unused rules, and add a check for this.
* checktab.awk: Check for a Rule defined but never used.
* antarctica (NZAQ): Remove unused rule.
* NEWS: Document this.
2014-03-20 19:01:21 -07:00
440c8dbcca * antarctica, NEWS: Add a commented-out entry for Troll station.
(Thanks to Paul-Inge Flakstad.)
2014-03-20 18:48:46 -07:00
2022cddf08 Fix minor problems found by static checking.
Mostly this moves links so that files can be zic'ed standalone.
* antarctica (Antarctica/McMurdo): Move to australasia,
* australasia (Pacific/Johnston): Move to northamerica.
* checktab.awk: Add special case for America/Montreal, pending
the tzwinnow approach.
* northamerica (America/Anguilla, America/Dominica, America/Grenada)
(America/Guadeloupe, America/St_Barthelemy, America/Marigot)
(America/Montserrat, America/St_Kitts, America/St_Lucia)
(America/St_Vincent, America/Tortola, America/St_Thomas):
Move to southamerica.
* southamerica: Receive above-described moves.
* zic.c (writezone): Remove unused local.
2013-09-11 02:21:27 -07:00
c8f960ec72 * backward: Move some links back to primary files.
This should allay concerns that the links would go away any time soon.
Suggested by Stephen Colebourne in
<http://mm.icann.org/pipermail/tz/2013-September/019801.html>.
Change "`" to "'"; these days, "`" and "'" are not symmetric.
* antarctica (Antarctica/McMurdo):
* europe (Europe/Jersey, Europe/Guernsey, Europe/Isle_of_Man)
(Europe/Mariehamn, Europe/Busingen, Europe/Vatican, Europe/San_Marino)
(Arctic/Longyearbyen, Europe/Ljubljana, Europe/Podgorica)
(Europe/Sarajevo, Europe/Skopje, Europe/Zagreb, Europe/Bratislava):
* northamerica (America/St_Barthelemy, America/Marigot):
* southamerica (America/Lower_Princes, America/Kralendijk):
Move here from 'backward'.  This reverts a 2013-08-09 change.
2013-09-02 08:09:06 -07:00
5903db75e5 Move McMurdo and South Pole to 'backward'.
This continues in the series of moving entries to 'backward' if
they exist only because of obsolete tz rules about country codes.
This change does not affect any time stamps after 1970.  Unlike
the previous change in this series, this one does affect time
stamps before 1970, but that's OK as pre-1970 time stamps are
out of scope for the tz database.
* antarctica (Antarctica/McMurdo, Antarctica/South_Pole):
Move to 'backward' and link to Pacific/Auckland.
* backward: Move links here from 'antarctica'.
* zone.tab: Coalesce McMurdo and South Pole, and add Scott Base
to the description.
2013-08-11 10:06:56 -07:00
a676f5ad3b Macquarie Island is politically part of Australia, not Antarctica.
This doesn't affect time stamps, just zone selection.
Problem reported by Tobias Conradi in
<http://mm.icann.org/pipermail/tz/2013-April/019023.html>.
* antarctica (AusAQ, ATAQ): Remove; no longer needed.
* australasia (Antarctica/Macquarie): Move here from
the 'antarctica' file.  Use Aus and AT rather than
AusAQ and ATAQ.
* zone.tab (Antarctica/Macquarie): Country code AU, not AQ.
2013-04-15 00:00:01 -07:00
cec2e7019a Chile is changing its DST rules.
Thanks to Steffen Thorsen for the heads-up, in
<http://mm.icann.org/pipermail/tz/2013-February/018623.html>.
* antarctica (ChileAQ):
* southamerica (Chile):
Assume the 2012 rules will continue indefinitely.  Suggested by Robert
Elz in <http://mm.icann.org/pipermail/tz/2013-February/018636.html>.
2013-02-20 23:40:23 -08: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
8243afdd46 Argentina rules updates
SCCS-file: antarctica
SCCS-SID: 8.10
2012-07-18 03:03:15 -04:00
4ec11c378b zap unused RussAQ rules
SCCS-file: antarctica
SCCS-SID: 8.9
2012-07-18 03:03:12 -04:00
c106068be1 australian station changes
SCCS-file: antarctica
SCCS-SID: 8.8
2012-07-18 03:03:09 -04:00
5b813196d9 cosmetic change
SCCS-file: antarctica
SCCS-SID: 8.7
2012-07-18 03:03:08 -04:00
3802a795ad Australian outpost changes
SCCS-file: antarctica
SCCS-SID: 8.6
2012-07-18 03:03:08 -04:00
0198137980 public domain notice
SCCS-file: antarctica
SCCS-SID: 8.5
2012-07-18 03:03:06 -04:00
df0ea391c8 Eggert mods
SCCS-file: antarctica
SCCS-SID: 8.4
2012-07-18 03:03:02 -04:00
16c769e570 eggert mods
SCCS-file: antarctica
SCCS-SID: 8.3
2012-07-18 03:02:59 -04:00
52fe78ce49 2006-03-22 Eggert mods
SCCS-file: antarctica
SCCS-SID: 8.2
2012-07-18 03:02:57 -04:00
c9e085880b pres added
SCCS-file: antarctica
SCCS-SID: 7.30
2012-07-18 03:02:51 -04:00
effc13d424 good Heard reference
SCCS-file: antarctica
SCCS-SID: 7.29
2012-07-18 03:02:51 -04:00
04fb57d90d olson tweaks
SCCS-file: antarctica
SCCS-SID: 7.28
2012-07-18 03:02:51 -04:00
15214cb0fe electronic mail addresses purged
SCCS-file: antarctica
SCCS-SID: 7.27
2012-07-18 03:02:51 -04:00
6fa70ee259 bad url notes
SCCS-file: antarctica
SCCS-SID: 7.26
2012-07-18 03:02:50 -04:00
87d81357d6 user@machine eliminated
SCCS-file: antarctica
SCCS-SID: 7.25
2012-07-18 03:02:49 -04:00
aae838734e Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.24
2012-07-18 03:02:48 -04:00
6f4c9e22d5 Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.23
2012-07-18 03:02:39 -04:00
b3fd692690 Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.22
2012-07-18 03:02:37 -04:00
59ad9d671c Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.21
2012-07-18 03:02:36 -04:00
f0f8ace70b trailing spaces go
SCCS-file: antarctica
SCCS-SID: 7.20
2012-07-18 03:02:36 -04:00
3ff0c40093 Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.19
2012-07-18 03:02:36 -04:00
beb7d33fd8 Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.18
2012-07-18 03:02:34 -04:00
361919e2c3 Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.17
2012-07-18 03:02:34 -04:00
ddb4f05ad4 Japan URL fix
SCCS-file: antarctica
SCCS-SID: 7.16
2012-07-18 03:02:32 -04:00
a75832f74a Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.15
2012-07-18 03:02:31 -04:00
5876b7ba47 Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.14
2012-07-18 03:02:30 -04:00
f792bd02fe slighthly modified Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.13
2012-07-18 03:02:30 -04:00
1c54fbea8c html cleanup
SCCS-file: antarctica
SCCS-SID: 7.12
2012-07-18 03:02:29 -04:00
016c2dc0cc URL -> href
SCCS-file: antarctica
SCCS-SID: 7.11
2012-07-18 03:02:29 -04:00
b96341db9e #Updated stuff backed out
SCCS-file: antarctica
SCCS-SID: 7.10
2012-07-18 03:02:28 -04:00
bcb8af32ce Updated information
SCCS-file: antarctica
SCCS-SID: 7.9
2012-07-18 03:02:28 -04:00
7ac063acb3 Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.8
2012-07-18 03:02:26 -04:00
892b4ca52d Eggert mods
SCCS-file: antarctica
SCCS-SID: 7.7
2012-07-18 03:02:26 -04:00