blob: 74c3f1e9386f16ed5d496eb3269fe7531a19942a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
2020-07-24 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Format types in boldface prior to their definition.
2020-06-10 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: A few random finds while skimming the formatted code.
2020-06-08 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Put 'date' at the bottom of table-of-contents page.
2020-06-07 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Underscore 'enum'erated values in index.
2020-06-05 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Format changes similar to CWEB.
2020-05-31 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Format title page similar to CWEB.
2020-05-29 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: C and CWEB refreshing for ctie.w.
2020-04-30 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: More editorial modifications for ctie.w.
2020-04-27 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Editorial modifications for ctie.w.
2020-04-26 Andreas Scherer <https://ascherer.github.io>
* ctie-k.ch: Fix several typos in ctie.w.
Use British English also in the changefile.
Make the result TeXable, preserving section numbers.
2014-06-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* ctie-k.ch: Avoid useless char subscript warnings.
2014-02-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* ctie-k.ch: Handle input lines with CRLF.
2013-06-28 Peter Breitenlohner <peb@mppmu.mpg.de>
* ctie-k.ch: Include <stdio.h> after <kpathsea/kpathsea.h>.
Drop unused string variable 'file_open_mode'.
2012-05-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* ctie-k.ch: Use binary mode for output files.
From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX).
2010-04-10 Peter Breitenlohner <peb@mppmu.mpg.de>
* ctie-k.ch: Replace "-[m|c]" in usage message by "-m|-c".
2009-08-29 Peter Breitenlohner <peb@mppmu.mpg.de>
Avoid maximal compiler warnings.
* ctie-k.ch (err_print, pfatal_error, CTIEHELP, usage_help,
print_version_and_exit): Constify strings.
2009-08-28 Peter Breitenlohner <peb@mppmu.mpg.de>
* ../am/cweb.am (ctie_CFLAGS): Enable compiler warnings.
* ctie-k.ch: Declare all functions (except main) as static.
2009-08-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* ctie-k.ch (kpathsea_version_string): Drop nested extern decls.
2009-06-23 Peter Breitenlohner <peb@mppmu.mpg.de>
* ctie-k.ch: Drop P?C, P?H, use ANSI C function declarations.
* ctie-k.c (removed): obsolete, there still is ctie.c.
2005-02-05 Olaf Weber <olaf@infovore.xs4all.nl>
* ctie.1: Correct header from TIE to CTIE.
2005-01-21 Olaf Weber <olaf@infovore.xs4all.nl>
* ctie.1 (ctie.1): Man page correction from Eric S. Raymond
<esr@thyrsus.com>.
2003-04-20 Julian Gilbey <jdg@debian.org>
* Remove documented need for any change files - they're not
actually necessary (thanks to Hartmut Henkel
<hartmut_henkel@gmx.de> for this observation)
* Use kpathsea 3.4.5 modified functions, losing some backward
compatibility if the kpathsea library is used
* Match current Web2C/Kpathsea modifications to cweb, and modify
to more closely match cweb 3.64 behaviour
* Release as version 1.1
2002-02-03 Julian Gilbey <jdg@debian.org>
* Make success message appear on a new line at end of run
* Improve formatted output for ctie-k.ch
* Release as version 1.0
2002-01-13 Julian Gilbey <jdg@debian.org>
* Initial release (version 0.9)
|