blob: acf8f253f7f43d5f81b895f754f407cc1efc2908 (
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
|
2009-05-05 Peter Breitenlohner <peb@mppmu.mpg.de>
* image/pdftoepdf.cc, utils/utils.c: adapt for poppler.
patches from Norbert Preinig <preining@logic.at>
2009-04-27 Taco Hoekwater <taco@luatex.org>
* pdf/pdfpage.c: rename exp10 to exp10_arr to solve a
conflict with cygwin's <math.h>.
* font/texfont.h: add #undef quad before definition to suppress a
compiler warning under cygwin.
2009-04-22 Taco Hoekwater <taco@luatex.org>
* luatexdir: import of the current state of luatex, 0.40.0.
This affects many files in subdirectories.
2009-04-16 Taco Hoekwater <taco@luatex.org>
* image/image.h: remove the trick that forced a local png.h
2009-04-16 Taco Hoekwater <taco@luatex.org>
* luatexdir: import of the current state of luatex, 0.39.0.
This affects many files in subdirectories.
2009-03-27 Peter Breitenlohner <peb@mppmu.mpg.de>
* am/luatex.am (luatex_c_h): avoid to split the C code
(from Taco).
2009-03-27 Taco Hoekwater <taco@luatex.org>
* luatexdir: import of the current state of luatex, 0.37.0.
This affects many files in subdirectories.
2009-03-05 Peter Breitenlohner <peb@mppmu.mpg.de>
* image/pdftoepdf.cc: Uninclude <config.h>, included later
by "epdf.h".
2009-03-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* luatangle.ch: use kpse_open_file to locate input files,
in order to respect WEBINPUTS (ported from tangle.ch).
|