summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/ChangeLog
blob: fbfaca1f01ecf016f3b8bde1d6134221c6b18fdd (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
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).