summaryrefslogtreecommitdiff
path: root/Build/source/texk/detex/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
committerKarl Berry <karl@freefriends.org>2021-02-25 19:22:25 +0000
commitad547a6b5986815fda458221149728d9d9ab1d87 (patch)
tree16296910eb3eca724371474ea9aea3994dc69614 /Build/source/texk/detex/ChangeLog
parent947b43de3dd21d58ccc2ffadefc4441ea1c2a813 (diff)
restore Build,TODO from r57911
git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/detex/ChangeLog')
-rw-r--r--Build/source/texk/detex/ChangeLog117
1 files changed, 117 insertions, 0 deletions
diff --git a/Build/source/texk/detex/ChangeLog b/Build/source/texk/detex/ChangeLog
new file mode 100644
index 00000000000..913bc3979e4
--- /dev/null
+++ b/Build/source/texk/detex/ChangeLog
@@ -0,0 +1,117 @@
+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).
+