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

11 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
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
2060bf5eec public domain notice
SCCS-file: systemv
SCCS-SID: 8.2
2012-07-18 03:03:07 -04:00
c2430b1665 Eggert commentary fix
SCCS-file: systemv
SCCS-SID: 7.5
2012-07-18 03:02:50 -04:00
9d7ac6778d thrown overboard
SCCS-file: systemv
SCCS-SID: 7.4
2012-07-18 03:02:50 -04:00
ee54823ea4 Eggert mods
SCCS-file: systemv
SCCS-SID: 7.3
2012-07-18 03:02:36 -04:00
3a3e33c9ca standardization and changes
SCCS-file: systemv
SCCS-SID: 3.2
2012-07-18 03:01:46 -04:00
e4b0f641f0 RULE -> RULES
SCCS-file: systemv
SCCS-SID: 1.4
2012-07-18 03:01:41 -04:00
26ec4adc2a improvements from sun!guy
SCCS-file: systemv
SCCS-SID: 1.3
2012-07-18 03:01:40 -04:00
670d412cb5 use min to avoid overflow
SCCS-file: systemv
SCCS-SID: 1.2
2012-07-18 03:01:39 -04:00
6138e44538 created
SCCS-file: systemv
SCCS-SID: 1.1
2012-07-18 03:01:39 -04:00