blob: 486dad3f1ae280d1defe8f1f3755e1f39f7ad380 (
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
|
2010-02-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-07-always-undef (new): Always undefine min/max before
redefining them (for MinGW32).
* patch-08-HAVE_MMAP (new): #include <sys/mman.h> only
#if defined(HAVE_MMAP) (for MinGW32).
* patch-09-sleep (new): Use Sleep and #include <stdlib.h>
(for WIN32/MinGW32).
2010-01-29 Karl Berry <karl@tug.org>
* patch-06-mathptmx (new): Do not use \usepackage{mathptmx}
in test_dvipng.tex.
2009-06-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-05-warnings (new): Avoid more compiler warnings.
2009-06-09 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-04-static (new): Avoid warnings when compiling with
'gcc --Wmissing-prototypes'.
2009-02-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-03-have-ft2 (new): Bug fix - skip FT2 code when
compiling without FT2 library.
2009-03-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-02-use-ifdef (new): Use #ifdef instead of #if to avoid
preprocessor warnings.
2009-03-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-01-portability (new): Portability fix - put variable
declarations at the beginning of the block.
|