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
|
2020-12-03 Akira Kakuto <kakuto@w32tex.org>
Add patch-02-win32 to support Windows.
2020-12-03 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
Remove patch-01-support-old-compiler, which is applied in the upstream.
2020-06-16 Akira Kakuto <kakuto@w32tex.org>
Add patch-01-support-old-compiler.
2020-06-15 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
Adapt to opendetex-2.8.7.
2019-02-03 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
Adapt to opendetex-2.8.5.
* patch-04-kpathse, patch-13-typo-minipage: removed.
(applied upstream, yay!)
2018-08-16 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
Adapt to opendetex-2.8.4.
2018-06-20 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
Adapt to opendetex-2.8.3.
* patch-04-kpathsea: update.
* patch-01-ANSI-C, patch-03-warnings, patch-05-kern-and-glue,
patch-06-never-interactive, patch-07-rename, patch-08-kpathsea,
patch-09-binary, patch-10-ANSI-strings, patch-11-c_auto_h,
patch-12-typo: removed.
* patch-13-typo-minipage (new): Fix a typo.
2014-08-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-12-typo (new): Fix a typo.
from Werner LEMBERG <wl@gnu.org>.
2013-06-28 Peter Breitenlohner <peb@mppmu.mpg.de>
patch-10-ANSI (new): Replace index() => strchr() and
rindex() => strrchr().
patch-11-c_auto_h (new): First #include <c-auto.h>.
2012-08-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-08-kpathsea (new): Use kpse_program_name.
* patch-09-binary (new): Use binary mode for output file.
2012-08-02 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-07-rename (new): Rename ERROR -> my_ERROR to avoid a
conflict with WIN32 headers (from W32TeX).
2012-06-21 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-06-never-interactive (new): Added the never-interactive
option to prevent flex from creating a problematic prototype for
isatty().
2011-06-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-05-kern-and-glue (new): Handle `\kern', allow `em/ex'
for dimensions, handle glue specs.
2010-06-10 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to detex-2.8.
* patch-01-ANSI-C (new): ANSI C function declarations and
definitions, no nested declarations.
* patch-03-warnings (new): Avoid compiler warnings.
* patch-04-kpathsea (new): Use kpse_find_file().
|