summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/ChangeLog
blob: 0b52c9f241539dc91fa84ba420223e319126a4d3 (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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
2024-01-07  Hironobu Yamashita  <h.y.acetaminophen@gmail.com>

	* Import opendetex-2.8.11.
	* configure.ac (detex_version): upstream 2.8.11.

2023-08-13  TANAKA Takuji  <ttk@t-lab.opal.ne.jp>

	* detex.test: Make easier to test on Windows.

2022-09-15  Karl Berry  <karl@freefriends.org>

	* configure.ac (detex_version): 2.8.91.

2022-09-14  Karl Berry  <karl@freefriends.org>

	* detex-src/detex.l (NO_MALLOC_DECL) [!NO_MALLOC_DECL]: make
	#define conditional to placate gcc. (-D on cmdline)
	(\verb): rewrite to look for both eof (ErrorExit)
	and eol (Warning). Original bug report sent by Preston Moore
	to tlsecurity, 08 Jun 2022 22:21:28.
	* testverb.tex: show some of the cases (not added to make check,
	with apologies).
	* Makefile.am (EXTRA_DIST): add testverb.tex.
	* .gdbinit: new trivial file with gdb helpers.

2022-08-30  Karl Berry  <karl@freefriends.org>

	* detex-src/detex.man: typo fixes from Hilmar Preu\ss{}e,
	https://tug.org/pipermail/tex-live/2022-June/048227.html

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).