1
0
mirror of https://frontier.innolan.net/rainlance/amiga-tz.git synced 2025-12-07 19:34:57 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
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
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
9a127d706c public domain
SCCS-file: workman.sh
SCCS-SID: 8.2
2012-07-18 03:03:07 -04:00
9fd480c847 delinted
SCCS-file: workman.sh
SCCS-SID: 1.8
2012-07-18 03:02:47 -04:00
da111b3de4 more simplification
SCCS-file: workman.sh
SCCS-SID: 1.7
2012-07-18 03:02:41 -04:00
8d0f6ce28d SCCS-file: workman.sh
SCCS-SID: 1.6
2012-07-18 03:02:41 -04:00
358047d36e SCCS-file: workman.sh
SCCS-SID: 1.5
2012-07-18 03:02:41 -04:00
b91421fd8d simplified
SCCS-file: workman.sh
SCCS-SID: 1.4
2012-07-18 03:02:41 -04:00
bc9ee50aad SCCS-file: workman.sh
SCCS-SID: 1.3
2012-07-18 03:02:41 -04:00
ed697efc09 SCCS-file: workman.sh
SCCS-SID: 1.2
2012-07-18 03:02:41 -04:00
e5aa7c7a1b created
SCCS-file: workman.sh
SCCS-SID: 1.1
2012-07-18 03:02:41 -04:00