summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/alephdir/ChangeLog
blob: 18747d7f82399f4e40978888ea4384ee7f6f3aa8 (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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
2012-06-28  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>

	* om16bit.ch: Aleph uses 256 math font families.

2012-04-11  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* eobase.ch: Fixed a typo in TeX text (for e-TeX).

2012-02-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch: Remove test for end-of-file after undump.

2012-02-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch: Ensure dvi file size < 2GB.

2011-12-13  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch, om16bit.ch: Consistency of `constants':
	Aleph requires min_halfword==0.

2011-12-08  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch, om16bit.ch: Consistency of `constants'.
	* omocp.ch: Adjust to null, i.e., min_halfword <0.

	* aleph.test (new): Just testing 'aleph -version'.
	* Makefile (removed): Unused.
	* am/aleph.am: Adjusted.

2011-09-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch.ch (print_file_line): Bug fix: avoid uninitialized
	lineno - from ../tex.ch.
	* eobase.ch: Slightly reformulate printing of current line -
	from ../etexdir/etex.ch.

2011-09-09  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* alephbis.c (runexternalocp): Declare tempenv as const.

2011-04-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Avoid 'differ in signedness' warnings.
	* com16bit.ch: Cast runsystem() arg to string.

2011-03-28  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* am/aleph.am: Use AM_CFLAGS instead of aleph_CFLAGS.

2011-03-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	eobase.ch: Remove unused (commented) e-TeX changes.

2011-03-21  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* aleph-pool.h, eomega.ech, etex.ch, omega.ch[012], omxml.ch
	(removed): Obsolete.
	* am/aleph.am (EXTRA_DIST): Adapt.

2011-01-14  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* eobase.ch: Adapt to ../etexdir/etex.ch:
	Mention \protected in error and help messages only when in
	in extended mode.

2011-01-11  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* aleph.mk (removed): Obsolete.

2011-01-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* alephextra.c (new): #include <alephd.h> and <lib/texmfmp.c>.

	* am/aleph.am: alephextra.c is now distributed.

2010-12-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* am/aleph.am (alephextra.c): Uniform dependencies and rules.

2010-05-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* aleph.c (new_input_line): Cast integer to long for printing
	to avoid warning on 64Bit systems.

2010-05-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* eobase.ch: Adapt to ../etexdir/etex.ch:
	More error message with \protected, from Heiko.

2010-04-28  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* eobase.ch: Adapt to ../etexdir/etex.ch:
	Fixed the error message for improper use of \protected,
	reported by Heiko Oberdiek <heiko.oberdiek@googlemail.com>.

2010-01-03  Karl Berry  <karl@tug.org>

	* com16bit.ch: propagate "executed safely" wording change.

2009-11-27  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch (read_font_info): Better wording of error message.

2009-11-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch (read_font_info): Check font name length to avoid
	broken .dvi files.

2009-11-09  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch: Check for allowed filename before opening the
	output file. Better diagnostic when input file not found.
	From  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>.

2009-10-24  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* com16bit.ch: Use kpse_{in,out}_name_ok(), now in Kpathsea,
	instead of open_{in,out}_name_ok().

2009-10-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* am/aleph.am: Enable compiler warnings.

	Avoid many (--enable-...=max) compiler warnings.
	* aleph.c (getc_two_LE, ungetc_two_LE): Declare as static.
	(createeqtbptr): Comment out unused function.
	(zpnewinputln, ziniteqtbentry): Drop extern decls; instead use
	pnewinputln and initeqtbentry as defined in alephcoerce.h.
	* alephbis.c (runexternalocp): Declare in_file_fd, out_file_fd
	only when used (HAVE_MKSTEMP).
	* alephmem.h: ANSI C function prototypes.
	* com16bit.ch (bound_name, months): Declare as const_cstring.
	(get_strings_started, open_log_file): Drop unused variables.
	* eo16bit.ch (show_sa): Drop unused variable.
	* eomem.ch (box_end): Drop unused variable.
	* om16bit.ch (set_math_char): Drop unused variables.

2009-09-06  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* am/aleph.am: Adapt to new makecpool with one argument,
	obsoleting aleph-pool.h.

2009-08-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* am/aleph.am: Adapt to tangle-sh and web2c-sh.

2009-08-13  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* am/aleph.am (aleph_c_h): avoid to split the C code.

2009-06-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* aleph.c, alephbis.c: drop P?C, P?H, use ANSI C function
	declarations.

2009-02-26  Karl Berry  <karl@tug.org>

	* alephextra-rc2.h (BANNER, COPYRIGHT_HOLDER, BUG_ADDRESS):
	make consistent.
	* eocprt.ch: do not announce copyright on the terminal,
	but do include full copyright notices in the .log.
	* com16bit-rc2.ch (banner_k): just make equivalent to banner,
	since Web2C announces itself.

	* comsrcspec.ch, com16bit-rc2.ch:
	Use runsystem() instead of system(), etc.  See tex.ch entry in
	../ChangeLog

2008-03-23  Karl Berry  <karl@freefriends.org>

	* Update to TeX 3.1415926; compile in pool files.
	From Akira.

2006-05-25  Roozbeh Pournader  <roozbeh@farsiweb.info>

	* omfilter.ch: fixed a bug in OCP processing, increased
	  active_mem_size from 2000 to 50000.

	* alephbis.c: updated from ../omegadir/omegabis.c: optimized UTF-8
	  read/write code, fixed a macro, closed files and freed memory to
	  avoid a leak.

	* omfilter.ch, eover-rc2.ch: made 'weave'-able.

	* alephbis.c, aleph.c, aleph.defines, alephextra.h,
	  alephextra-rc1.h, alephextra-rc2.h, alephmem.h: fixed copyright
	  lines.