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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
|
2010-03-09 Peter Breitenlohner <peb@mppmu.mpg.de>
* ttf2afm.c: Use kpse_set_program_name(argv[0], NULL) instead of
kpse_set_progname(argv[0]).
2010-02-14 Peter Breitenlohner <peb@mppmu.mpg.de>
* writet1.c (append_cs_return): Cast to byte * to avoid warning.
2010-02-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/libpdftex.am (libpdftex_a_OBJECTS): Add dependency on
$(ZLIB_DEPEND) and $(LIBPNG_DEPEND).
* am/pdftex.am (pdftex_OBJECTS): Remove explicit dependency on
$(ZLIB_DEPEND) alread implied by libpdftex.a.
2010-01-27 Peter Breitenlohner <peb@mppmu.mpg.de>
* avl.c (avl_copy): Proper handling of const.
2010-01-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/libpdftex.am (libpdftex_a_CFLAGS): Enable compiler warnings.
Avoid most compiler warnings:
* ptexlib.h, writejbig2.h: ANSI C function prototypes.
* avlstuff.c, mapfile.c, utils.c, vfpacket.c, writeenc.c,
writefont.c, writeimg.c, writejbig2.c, writet1.c, writettf.c:
ANSI C function definitions.
* avlstuff.c, mapfile.c, utils.c, writeenc.c, writefont.c,
writejbig2.c, writepng.c, writet1.c, writettf.c: Declare
functions as static.
* ptexlib.h: Add prototype for imagecolor().
* inc-epdf.h: New file with prototypes for is_subsetable(),
epdf_check_mem(), epdf_create_fontdescriptor(),
epdf_mark_glyphs(), get_fd_objnum(), get_fn_objnum(), and
embed_whole_font() ...
* epdf.[ch]: ... removed from here.
* epdf.[ch]: #include "inc-epdf.h".
* inc-extra.h: New file with prototypes for stripzeros() and
epdf_write_enc() ...
* epdf.h: ... removed from here.
* epdf.c, utils.c, writeenc.c: #include "inc-extra.h".
* am/libpdftex.am (libpdftex_a_SOURCES): Add the new files.
* writejbig2.c: Avoid use of possibly uninitialized variables.
* utils.c, writefont.c, writet1.c, writettf.c:
Declare various function params and args, local vars, and struct
members as const.
* writet1.c (append_cs_return): Drop unused local variable 'k'.
* avlstuff.c (destroy_oentry, PdfObjTree_free),
writet1.c (free_glyph_names):
Skip unused static functions (via #if 0 ... #endif).
* utils.c (newcolorstack): Don't use value of xretalloc(),
xretalloc(addr, n, t) already assigns the new pointer to addr.
* avl.c (avl_delete): Don't reuse const input param for
non-const return value.
2010-01-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/libpdftex.am: Add dependency on $(XPDF_DEPEND).
* am/pdftosrc.am: Remove dependency on libpdftex.a.
2010-01-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* epdf.c: Remove extern delaration of register_fd_entry().
* pkin.c: Remove extern delaration of t3_file.
* writet1.c: Remove extern delaration of fb_array.
* writettf.c: Remove extern delarations of fb_array and
charsetstr.
* ptexlib.h: Add extern delarations of fb_array, t3_file, and
register_fd_entry().
2009-12-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/pdftex.am: Replace the obsolete $(mkdir_p) by $(MKDIR_P).
2009-12-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* utils.c: Drop #ifdef HAVE_ASPRINTF and #include <stdio.h>.
2009-12-01 Peter Breitenlohner <peb@mppmu.mpg.de>
* NEWS, README: Update to version 3.1415926-1.40.10.
2009-10-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdftoepdf.cc: Adapt to poppler-0.12.
* FIXME: epdf.h, ptexlib.h: Multiple prototypes for pdftex_fail,
pdftex_warn, and probably others.
2009-10-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/pdftex.am, am/ttf2afm.am: Enable compiler warnings.
* mapfile.c, ptexlib.h: Declare pdfinitmapfile() param string
as const.
* pdftex.ch (get_strings_started): Drop unused variables.
* ttf2afm.c: All functions: ANSI C definition, declare as static.
(ttf_fail): Declare as noreturn.
(ttf_fail, ttf_warn, name_lookup, ttf_seek_tab, ttf_seek_off):
Declare param strings as const.
(get_kern_value): Comment out unused function.
2009-10-04 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdftex.ch (do_extension): Recover variables unused by TeX.
2009-09-16 Han The Thanh <hanthethanh@gmail.com>
* writettf.c: patch for TTC from Liu Yubao <yubao.liu@gmail.com>
2009-09-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/pdftex.am: Adapt to new makecpool with one argument.
2009-09-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/libpdftex.am, am/pdftosrc.am: Prepare compiler warnings.
2009-08-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* utils.c: #include <kpathsea/version.h> and drop extern decls.
2009-08-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/ttf2afm.am (ttf2afm_DEPENDENCIES): Use default_dependencies.
2009-08-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/pdftex.am: SyncTeX now integrated into ../texmfmp.h.
2009-08-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/pdftex.am (pdf_tangle): Use tangle-sh.
Adapt to tangle-sh and web2c-sh.
2009-08-13 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/pdftex.am (pdftex_c_h): avoid to split the C code.
2009-08-12 Karl Berry <karl@tug.org>
* pdftex.web (sup_dest_names_size): increase to 500000;
test document from Peter Abbott to Karl, 12 Aug 2009 12:24:43.
2009-07-13 Han The Thanh <hanthethanh@gmail.com>
* mapfile.c: treat TTC fonts as TTF
* writejpg.c: fix bitmap resolution
* writettf.c: fix segfault for certain TTF fonts
* pdftex.web: enable pk generation by default
2009-06-26 Han The Thanh <hanthethanh@gmail.com>
* pdftex.web: bugfix from Hartmut: fix \pdfobj file {foo} for files
foo that don't end with '\n'
2009-06-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* epdf.h, ttf2afm.c, writet1.c:
removed #include <kpathsea/c-proto.h>.
* avlstuff.c, epdf.c: removed #include <kpathsea/c-proto.h> and
#include <stdarg.h>.
2009-06-23 Peter Breitenlohner <peb@mppmu.mpg.de>
* avlstuff.c, epdf.c, ttf2afm.c, writet1.c: #include <stdarg.h>,
not <kpathsea/c-vararg.h>.
2009-06-04 Karl Berry <karl@tug.org>
* am/pdftex.am (pdftex_LDADD): add libpdftex.a here.
(pdftex_ldadd): remove it from here, so we do not try
to link pdftosrc with it.
Report from vvv, tlbuild mail 03 Jun 2009 21:45:00.
2009-05-07 Norbert Preining <preining@logic.at>
* pdftosrc.cc: add warning that poppler version doesn't support
object streams.
2009-05-05 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdftoepdf.cc, pdftosrc.cc, utils.c: adapt for poppler.
patches from Norbert Preining <preining@logic.at>
2009-02-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdftoepdf.cc: Uninclude <config.h>, included later by "epdf.h".
2004-08-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdfetex.ch2: Adapted to e-TeX version 2.2.
2004-08-26 Olaf Weber <olaf@infovore.xs4all.nl>
* pdfetexextra.in: File was renamed from pdftexextra.h; the
current pdfTeX and e-TeX versions are substituted from
../pdftexdir/pdftex.version and ../etexdir/etex.version. Variant
of code supplied by Peter Breitenlohner <peb@mppmu.mpg.de>.
* pdfetex.mk: Added rule to insert pdfTeX and e-TeX versions into
pdfetexextra.h. Variant of code supplied by Peter Breitenlohner
<peb@mppmu.mpg.de>.
2004-08-25 Olaf Weber <olaf@infovore.xs4all.nl>
* pdfetex.mk: vadjust.ch moved from pdfxtexdir to pdftexdir.
2004-08-17 Olaf Weber <olaf@infovore.xs4all.nl>
* pdfetex.mk: Resurrected etex.fix, there is again a need to
include late-breaking changes.
2004-07-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdfetex.ch[12]: Somewhat rearrange handling of kern and math
nodes in order to reduce interference between eTeX and pdfTeX
change files.
* pdfetex.ch1 (hlist_out): Keep full mixed direction typesetting
code.
2004-07-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdfetex.ch[12]: Reorganize additional command codes for convert
and last_item in order to reduce interference between eTeX and
pdfTeX change files.
2004-07-23 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdfetex.ch[12], tex.ch[01]: Reorganize handling of banner
string in order to reduce interference between eTeX, pdfTeX,
and web2c change files.
2004-07-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdfetex.ch[12]: Removed unused token types for pdfTeX's
additional token list parameters.
2004-07-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdfetex.ch[12], tex.ch0: Reorganize handling of additional
token list and integer parameters and e-TeX's additional
penalties in order to reduce interference between eTeX, pdfTeX,
and web2c change files.
* pdfetex.mk (pdfetex.ch): Remove tex.ch2 from build rules.
* tex.ch2: Removed.
2004-07-17 Peter Breitenlohner <peb@mppmu.mpg.de>
* pdfetex.mk: Rewrite build rules for pdfetex.{web,ch},
remove etex.{ch0,ch1,fix}, tex.ch2, and several non-dependencies.
* pdfetex.ch2: Adapt to eTeX changes.
* ChangeLog: New file.
|