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
|
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.
|