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
|
2009-11-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am, configure.ac: Proxy build system for TeX Live,
using the dvipng-1.12 distribution tree.
* dvipng-1.12-PATCHES: New directory with patches applied to
the dvipng-1.12 distribution.
* dvipng.test: Adapted.
2009-06-12 Peter Breitenlohner <peb@mppmu.mpg.de>
Avoid compiler warnings.
* color.c, dvi.c, dvipng.h, fontmap.c, misc.c, papersiz.c,
ppagelist.c, special.c: ANSI C function definitions. Declare
various param strings as const.
* special.c (SetSpecial): Avoid assigning a literal string to
the non-const string variable 'special' (somewhat clumsy).
2009-06-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* help/Makefile.am: do not even try to rebuild doc/dvipng.help
unless dvipng$(EXEEXT) has been rebuilt.
2009-06-09 Peter Breitenlohner <peb@mppmu.mpg.de>
Avoid warnings when compiling with 'gcc --Wmissing-prototypes'.
* color.c (NewColor, LoadColornameFile, ClearXColorPrologue,
LoadXColorPrologue): declare as static.
* draw.c (DrawPage): declare as static.
* dvi.c (DVIInit, SkipPage, InitPage, DelPageList): declare as
static.
* enc.c (InitEncoding): declare as static.
* font.c (ActualFactor, kpse_find_t1_or_tt, FontFind, DoneFont):
declare as static.
* fontmap.c (newword, find_format, SearchPSFontMap,
ReadPSFontMap): declare as static.
* ft.c (UnLoadFT): declare as static.
* papersiz.c (myatodim): declare as static.
* pk.c (getnyb, pk_packed_num, skip_specials, UnLoadPK): declare
as static.
* ppagelist.c (ListPage): declare as static.
* set.c (ChangeColor): declare as static.
* sfd.c (ReadSubfont): declare as static.
* special.c (PSCodeInit, writepscode, ps2png, rescale,
newpsheader): declare as static.
* t1.c (UnLoadT1): declare as static.
2009-03-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* dvipng-1.12-patches (new): patches applied to dvipng-1.12.
2009-03-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* color.c, dvipng.h, fontmap.c, ft.c, misc.c, pk.c, set.c,
t1.c, tfm.c: "#if HAVE_ALLOCA_H" => "#ifdef HAVE_ALLOCA_H"
and similar, to avoid preprocessor warnings.
2009-03-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* Imported release 1.12 from savannah.nongnu.org.
* *-1.11 (removed), *-1.12 (new): Original files.
* Makefile.am, configure.ac: New TeX Live build system.
From Vladimir Volovich <vvv@vsu.ru>
* special.c: portability fix - put variable declarations
at the beginning of the block.
2008-05-15 Peter Breitenlohner <peb@mppmu.mpg.de>
* Imported release 1.11 from savannah.nongnu.org.
* *-1.10 (removed), *-1.11 (new): Original files.
* configure.ac: Updated for release 1.11.
From Vladimir Volovich <vvv@vsu.ru>
* misc.c: fix the field name: mmap => data (oversight from
old code?)
* special.c: portability fix - put variable declarations
at the beginning of the block.
2008-05-14 Peter Breitenlohner <peb@mppmu.mpg.de>
* Imported release 1.10 from savannah.nongnu.org.
* Makefile.in-1.10, aclocal.m4-1.10, config.h.in-1.10,
configure.ac-1.10, configure-1.10 (all new): Original files
from release 1.10.
* acinclude.m4 (new): M4 macros extracted from aclocal.m4-1.10.
* Makefile.in, configure.ac: Adapted for TeX Live.
* aclocal.m4, config.h.in, configure: Regenerated.
* dvipng.{dvi,help,info}: Updated generated files.
2008-05-01 Vladimir Volovich <vvv@vsu.ru>
* misc.c: #include dvipng.h again at the top, since the mmap
clash is resolved.
2008-04-29 Vladimir Volovich <vvv@vsu.ru>
* misc.c: #include dvipng.h after sys/mman.h, for AIX.
2008-04-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: respect library dependencies.
2008-04-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: fix (system and included) library dependencies.
2008-03-31 Peter Breitenlohner <peb@mppmu.mpg.de>
* special.c: allow for libgd without jpeg support.
* configure.ac, config.h.in, configure: adapt.
2008-02-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Use AC_SEARCH_LIBS such that -lm and -lgen are
automatically appended to LIBS if needed.
Quote first arg of of AC_DEFUN.
2006-12-24 Karl Berry <karl@tug.org>
* dvipng.h: don't try stdbool if we have kpathsea, Staszek's old
machine doesn't define false.
2006-12-11 Karl Berry <karl@tug.org>
* Makefile.in (MKINSTALLDIRS): is in $(srcdir).
2006-12-09 Karl Berry <karl@tug.org>
* dvipng.h (alloca) [_AIX]: #define as _alloca, per the autoconf
manual.
2006-12-05 Karl Berry <karl@tug.org>
* Imported release 1.9.
|