summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/ChangeLog
blob: f23c938cbf6f7c7a7c8b4e1d7fc42e71d76d80c5 (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
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
2021-03-04  Karl Berry  <karl@freefriends.org>

	* detex-src/detex.man: double backslashes. From Debian via Norbert,
	tldistro 3 Mar 2021 07:59:41.

2020-12-03  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* Import opendetex-2.8.9.
	* configure.ac: adapted.

2020-11-05  Karl Berry  <karl@freefriends.org>

	* configure.ac (AC_HEADER_TIME): remove, since it will be
	a no-op in the next autoconf anyway, and is (hopefully) universal.

2020-06-16  Akira Kakuto  <kakuto@w32tex.org>

	* detex.l, detex.c: Support old compilers.

2020-06-15  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* Import opendetex-2.8.7.

2020-03-15  Karl Berry  <karl@freefriends.org>

	* opendetex-2.8.6 is identical to what we compiled before.
	Not even the version number was changed, apparently.

2019-02-03  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* Import opendetex-2.8.5, TLpatches adapted.

2018-08-16  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* Import opendetex-2.8.4, TLpatches adapted.
	* test.lout, test.tout: adjusted (back to original).

2018-06-20  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* Import opendetex-2.8.3, TLpatches adapted.
	* test.lout, test.tout: adjusted.

2016-02-23  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>

	* Makefile.am, configure.ac: New convention.

2015-07-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Better dependencies for 'make check'.

2015-02-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Use the fragment ../../am/dist_hook.am.

2014-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS.

2013-01-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Allow subdir-objects.

2012-11-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Avoid use of deprecated INCLUDES.

2010-09-24  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Remove detex-2.7/ and detex-2.7-PATCHES/.
	* Makefile.am, configure.ac: Adapted.

2010-06-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Import detex-2.8, patches in detex-2.8-PATCHES.
	* Makefile.am, configure.ac: Adapted.

2010-02-20  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* detex.l: #undef IGNORE after #including kpathsea headers.
	#define NOFILE if not defined by <sys/param.h>.

2009-08-21  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Avoid maximal compiler warnings.
	* detex.l (SetEnvIgnore, BeginEnv, EndEnv, ErrorExit, SafeMalloc,
	Warning): Constify string args.
	(main, SetInputPaths): Constify local strings.
	(main, InputFile, IncludeFile): Drop redeclaration of TexOpen().

2009-06-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CPPFLAGS): add -Dlint to ignore rcsid.

2009-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: detex.l provides yywrap, no need for $(LEXLIB).

2009-06-12  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CFLAGS): enable compiler warnings.
	* configure.ac: use AC_PROG_LEX instead of KPSE_PROG_LEX
	because 'flex -l' produces bad code (at least with flex-2.5.35).

	* detex.l: use ANSI C prototypes for all functions.
	(SeparateList): parentheses around assignment used as truth value.
	(TexOpen): avoid unused variables.

2009-05-27  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.

2008-02-22  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.in: remove AC_DECL_YYTEXT to avoid autoconf warning.

2008-01-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Convert from autoconf-2.13 to autoconf-2.59+:
	* Makefile.in: Add @configure_input@ line.
	* aclocal.m4 (new): Generated (aclocal -I ../m4).
	* configure: Regenerated (autoconf).