1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-11-20 03:27:45 +00:00
Commit Graph

80 Commits

Author SHA1 Message Date
c274741ba4 Updated README 2016-10-25 21:33:19 +00:00
2bcaf56bbc Updated README 2016-10-25 21:31:44 +00:00
69bde67313 Release 5 changes 2016-10-25 21:23:15 +00:00
4bc6d81ba6 Release 4 changes 2016-10-25 21:07:56 +00:00
198708147f Reword so that it does not matter whether the word "data" is plural. 2014-08-12 22:20:23 -07:00
ac652d59bb * CONTRIBUTING: New file.
* Makefile (COMMON): Add it.
* README, NEWS, Theory, africa, asia, australasia, europe:
* northamerica, southamerica: Mention it.
2014-08-11 16:03:52 -07:00
62060419e3 Minor spelling, accent, and spacing fixes.
In particular, this patch is makes the commentary more systematic
about preferring "time zone" to "timezone" except when quoting someone
else or when talking about code that uses "timezone".
2014-08-09 14:15:12 -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
399f16a1ac * README: Clarify BSD text.
(Thanks to Philip Newton.)
2013-09-26 06:54:26 -07:00
ca267f2db1 doc: document public-domain status of files, and streamline README
* Makefile (COMMON): Move README here ...
(DOCS): ... from here, as it talks about the public-domain status
of the files, and this should be in both tarballs.
* README: Add intro.  Mention public-domain status of files.
Remove and reorganize some obsolete text, e.g., move 1989 release
info from here to NEWS's tail.
* NEWS: Document the above.
2013-09-25 13:16:49 -07:00
943c565e51 Adjust to iana.org distribution method.
* README, tz-link.htm: Mention ftp.iana.org instead of munnari.oz.au.
Suggest --retr-symlinks, since iana.org has symlinks to latest.
* README: Add a title line.
2012-07-18 19:21:38 -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
bcc2b2e61b 2012a elsie -> iana
SCCS-file: README
SCCS-SID: 8.4
2012-07-18 03:03:15 -04:00
72921383f0 public domain
SCCS-file: README
SCCS-SID: 8.3
2012-07-18 03:03:07 -04:00
58f76e2df6 typo fix
SCCS-file: README
SCCS-SID: 8.2
2012-07-18 03:03:03 -04:00
a7e80875c3 Eggert mods
SCCS-file: README
SCCS-SID: 7.12
2012-07-18 03:02:46 -04:00
5032aa6bd9 Eggert mods
SCCS-file: README
SCCS-SID: 7.11
2012-07-18 03:02:37 -04:00
cf6fb2ed80 film name
SCCS-file: README
SCCS-SID: 7.10
2012-07-18 03:02:28 -04:00
0140db8db2 libz -> libtz; -lz -> -ltz
SCCS-file: README
SCCS-SID: 7.9
2012-07-18 03:02:27 -04:00
d105da3c75 Berlin templates work
SCCS-file: README
SCCS-SID: 7.8
2012-07-18 03:02:18 -04:00
fa3ca40eee obsolete stuff goes
SCCS-file: README
SCCS-SID: 7.7
2012-07-18 03:02:17 -04:00
c0d19cd833 credits, ftp, and mailing information updated
SCCS-file: README
SCCS-SID: 7.6
2012-07-18 03:02:14 -04:00
7702e421a2 nod to Eggert
SCCS-file: README
SCCS-SID: 7.5
2012-07-18 03:02:13 -04:00
8ca5b2f8ab ncifcrf goes
SCCS-file: README
SCCS-SID: 7.4
2012-07-18 03:02:13 -04:00
ddcbbc5083 ftp note
SCCS-file: README
SCCS-SID: 7.3
2012-07-18 03:02:09 -04:00
26380b5c72 mailing address change
SCCS-file: README
SCCS-SID: 7.2
2012-07-18 03:02:09 -04:00
1c2d75987f John Sovereign added
SCCS-file: README
SCCS-SID: 5.2
2012-07-18 03:02:04 -04:00
2ea92ba1f0 1989 VERSION
SCCS-file: README
SCCS-SID: 5.1
2012-07-18 03:01:59 -04:00
4d01f0ba8e strftime %C change
SCCS-file: README
SCCS-SID: 4.30
2012-07-18 03:01:58 -04:00
84897f8636 credit
SCCS-file: README
SCCS-SID: 4.29
2012-07-18 03:01:58 -04:00
0bfe52dd15 updated
SCCS-file: README
SCCS-SID: 4.28
2012-07-18 03:01:58 -04:00
69d52eeb04 more credit where due
SCCS-file: README
SCCS-SID: 4.27
2012-07-18 03:01:58 -04:00
2575b456ad testers update
SCCS-file: README
SCCS-SID: 4.26
2012-07-18 03:01:58 -04:00
a9c981705b date.1 note added
SCCS-file: README
SCCS-SID: 4.25
2012-07-18 03:01:58 -04:00
dfd78a7925 updated
SCCS-file: README
SCCS-SID: 4.24
2012-07-18 03:01:57 -04:00
5172443dcd dyslexia fix
SCCS-file: README
SCCS-SID: 4.23
2012-07-18 03:01:56 -04:00
28231a0364 more updating
SCCS-file: README
SCCS-SID: 4.22
2012-07-18 03:01:55 -04:00
b7c13cbfeb logwtmp resolved
SCCS-file: README
SCCS-SID: 4.21
2012-07-18 03:01:55 -04:00
b0cd72604a smaller list
SCCS-file: README
SCCS-SID: 4.20
2012-07-18 03:01:55 -04:00
dced1ca4d1 closer to it
SCCS-file: README
SCCS-SID: 4.19
2012-07-18 03:01:55 -04:00
76a26445e1 handling of wierd TZ variables
SCCS-file: README
SCCS-SID: 4.18
2012-07-18 03:01:55 -04:00
9a0330c20c GMT0 goes
SCCS-file: README
SCCS-SID: 4.17
2012-07-18 03:01:55 -04:00
8bd4e92534 minor mods
SCCS-file: README
SCCS-SID: 4.16
2012-07-18 03:01:55 -04:00
9b9339bf1d factory change; date changes
SCCS-file: README
SCCS-SID: 4.15
2012-07-18 03:01:55 -04:00
3829f6ce45 etcetera todo disappears
SCCS-file: README
SCCS-SID: 4.12
2012-07-18 03:01:55 -04:00
cacc4c3f67 spelling fix
SCCS-file: README
SCCS-SID: 4.11
2012-07-18 03:01:55 -04:00
8ef5e8fbbf add note on need for copyrights
SCCS-file: README
SCCS-SID: 4.10
2012-07-18 03:01:54 -04:00
356009f3f6 typo fix
SCCS-file: README
SCCS-SID: 4.14
2012-07-18 03:01:54 -04:00
1982512286 last minute stuff before seismo ship
SCCS-file: README
SCCS-SID: 4.9
2012-07-18 03:01:54 -04:00