blob: 2b7e41bb49233c1124165e6498e99cb807123cdf (
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
|
2010-06-13 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-05-ctype-bug (new): Bug fix:
Cast all arguments of isalpha() and similar to 'unsigned char'.
Patch from Jukka Salmi [tlbuild, 10 Jun 2010].
2010-05-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-01-const: Change OutputFormat and PipeOutputFormat back
to non-const.
2010-05-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-04-strcpy-bug (new): Bug fixes:
(GetLTXArg): Avoid strcpy() with overlapping args.
(PreProcess): Do not access Buf[-1].
2010-05-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-02-bug (new): Bug fix
* patch-03-texlive (new): Handle global rc file for TeX Live.
2010-05-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-01-const (new): Avoid compiler warnings (const).
|