blob: 11f554bd7769b0e285b747ee413d8ab644a09826 (
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
|
2009-11-18 Peter Breitenlohner <peb@mppmu.mpg.de>
Added patch-05-libdvisvgm-dlfcn.
* src/Ghostscript.h: #include <dlfcn.h> only when used.
* src/DVIToSVG.cpp, src/Ghostscript.{cpp,h}:
Use defined(DISABLE_GS) instead of DISABLE_GS.
2009-11-14 Peter Breitenlohner <peb@mppmu.mpg.de>
Added patch-03-libdvisvgm-uninitialized.
* src/InputReader.cpp (skipUntil): Avoid uninitialized variable.
Added patch-04-libdvisvgm-virtual.
* src/CmdLineParserBase.h, src/CommandLine.h: Added virtual
destructors because there are virtual functions.
Added patch-10-TL-help.
* src/dvisvgm.cpp (show_help): With our proxy configure.ac
PACKAGE_BUGREPORT is "tex-k@tug.org" and can't be used as email
for the copyright.
2009-11-13 Peter Breitenlohner <peb@mppmu.mpg.de>
Added patch-01-potracelib-warning.
* potracelib/potracelib.[ch]: Change return type of
potrace_version() from 'char *' to 'const char *'.
Added patch-02-libdvisvgm-warnings.
* src/Color.cpp (float_to_byte): Cast from double to UInt8.
* src/Color.cpp (HSB2RGB),
src/ColorSpecialHandler.cpp (hsb_to_rgb),
src/PsSpecialHandler.cpp (setdash),
src/TpicSpecialHandler.cpp (drawArc): Casts from double to int.
* src/PsSpecialHandler.h (setlinecap, setlinejoin): Casts from
double to unsigned int.
* src/FontManager.cpp (vfFirstFontNum): Cast from unsigned int
to int.
|