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

13 Commits

Author SHA1 Message Date
649397ecb4 Document thread-safe functions in man pages.
* NEWS, newctime.3, newstrftime.3, newtzset.3, time2posix.3:
Mention localtime_r etc.  Also, use function prototypes rather
than K&R style, and use 'restrict' where POSIX does.
2014-08-25 08:20:52 -07:00
ad420e19ef * time2posix.3, tzfile.5: Use ASCII double-quote only for C strings. 2014-08-12 19:00:04 -07:00
468555e32d Fix glitches with '-' and italics in man pages.
Using '\-' to denote ASCII minus has problems in groff output, since
it generates a minus sign in the current font, and if you cut and
paste from the documentation the resulting text won't work.  To avoid
the problem, define a string \*- that expands to ASCII minus in a
constant-width font in groff.  Also, change some instances of \(mi and
\(pl to use plain \- and +, since we no longer need special fonts for
these.  Finally, remove some no-longer-needed instances of "\^" after
italicized words.
2014-06-28 16:37:21 -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
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
c26e29c945 user@machine eliminated
SCCS-file: time2posix.3
SCCS-SID: 7.8
2012-07-18 03:02:49 -04:00
ad6ce63b0f Eggert mods
SCCS-file: time2posix.3
SCCS-SID: 7.7
2012-07-18 03:02:29 -04:00
023ff4c44f libz -> libtz; -lz -> -ltz
SCCS-file: time2posix.3
SCCS-SID: 7.6
2012-07-18 03:02:27 -04:00
d976db9de4 convert dates
SCCS-file: time2posix.3
SCCS-SID: 7.5
2012-07-18 03:02:24 -04:00
88a6012712 disclaimers
SCCS-file: time2posix.3
SCCS-SID: 7.4
2012-07-18 03:02:23 -04:00
92a4530eb9 eliminate white space at ends of lines
SCCS-file: time2posix.3
SCCS-SID: 7.3
2012-07-18 03:02:11 -04:00
35b8b4e94a bww version
SCCS-file: time2posix.3
SCCS-SID: 7.2
2012-07-18 03:02:10 -04:00
388d40f4e5 created
SCCS-file: time2posix.3
SCCS-SID: 7.1
2012-07-18 03:02:10 -04:00