From ad547a6b5986815fda458221149728d9d9ab1d87 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 25 Feb 2021 19:22:25 +0000 Subject: restore Build,TODO from r57911 git-svn-id: svn://tug.org/texlive/trunk@57915 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/chktex/TLpatches/ChangeLog | 114 +++++++++++++++++++++ Build/source/texk/chktex/TLpatches/TL-Changes | 13 +++ .../source/texk/chktex/TLpatches/patch-04-finderrs | 19 ++++ 3 files changed, 146 insertions(+) create mode 100644 Build/source/texk/chktex/TLpatches/ChangeLog create mode 100644 Build/source/texk/chktex/TLpatches/TL-Changes create mode 100644 Build/source/texk/chktex/TLpatches/patch-04-finderrs (limited to 'Build/source/texk/chktex/TLpatches') diff --git a/Build/source/texk/chktex/TLpatches/ChangeLog b/Build/source/texk/chktex/TLpatches/ChangeLog new file mode 100644 index 00000000000..c37fd290e4d --- /dev/null +++ b/Build/source/texk/chktex/TLpatches/ChangeLog @@ -0,0 +1,114 @@ +2016-09-15 Akira Kakuto + + * Import chktex-1.7.6. + * patch-03-late-decl: remove, since now applied. + * patch-04-finderrs: added because chktex.test fails. + +2015-04-12 Karl Berry + + * Import chktex-1.7.4. + * patch-01-sequence-point, + * patch-02-unsigned: remove, since now applied. + * patch-03-late-decl: new, from Akira. + +2015-04-11 Karl Berry + + * Import chktex-1.7.3. + +2014-06-19 Peter Breitenlohner + + * patch-01-sequence-point (new): Avoid an undefined operation. + * patch-02-unsigned (new): Avoid undefined behaviour. + +2013-05-30 Peter Breitenlohner + + Import chktex-1.7.2. + * patch-07-kpathsea, patch-08-stpcpy, patch-09-test-output, + patch-10-semicolon, patch-11-TL, patch-12-uint64_t, + patch-13-char, patch-14-finderrs (removed): Applied upstream. + +2013-04-01 Karl Berry + + * patch-14-finderrs: patch from author for test failure, + info in tlbuild mail from koch, 30 Mar 2013 20:12:17. + +2012-10-23 Peter Breitenlohner + + * patch-13-char (new): Modify a function parameter and a few + local variables int => char in order to avois MSVC warnings. + +2012-10-22 Peter Breitenlohner + + * patch-10-semicolon: Adapt to upstream. + * patch-11-TL (new): Use kpse_var_value(), binary output files. + * patch-12-uint64_t (new): Use uint64_t and check for it. + +2012-10-10 Peter Breitenlohner + + * patch-08-stpcpy: Check for declaration of stpcpy(). + * patch-07-kpathsea: Modify as discussed with upstream. + * patch-10-semicolon (new): Avoid to create isolated semicolon. + +2012-09-27 Peter Breitenlohner + + Imported chktex-1.7.1 source tree from: + http://download.savannah.gnu.org/ + * patch-06-extern(removed): Now distributed. + * patch-07-kpathsea: Adapted. + * patch-08-stpcpy (new): Not everyone has stpcpy(). + * patch-09-test-output (new): Our Test.out. + +2012-07-23 Peter Breitenlohner + + * patch-07-kpathsea (new): With -DKPATHSEA now using kpathsea. + +2012-04-16 Peter Breitenlohner + + * patch-06-extern: Remove the obsolete ASM_HASHWORD stuff (for + Amiga) avoiding extern decls from *.c files. + +2012-04-10 Karl Berry + + * patch-01-const, + * patch-02-bug, + * patch-03-texlive, + * patch-04-strcpy-bug, + * patch-05-ctype-bug: apparently installed upstream, yay. + + * patch-06-extern: not installed, but HashWord and HASH_TYPE are + only used in that one .c file anyway, so it seems fine to me for + them to be defined there. Admittedly the function should be static. + Did not apply or change, sorry. + + * TL-Changes: update for chktex 1.6.6. + +2012-03-29 Peter Breitenlohner + + * patch-06-extern (new): Move decls from Utility.c to Utility.h. + +2010-06-13 Peter Breitenlohner + + * patch-05-ctype-bug (new): Bug fix: + Cast all arguments of isalpha() and similar to 'unsigned char'. + Patch from Jukka Salmi [tlbuild, 10 Jun 2010]. + +2010-05-21 Peter Breitenlohner + + * patch-01-const: Change OutputFormat and PipeOutputFormat back + to non-const. + +2010-05-20 Peter Breitenlohner + + * patch-04-strcpy-bug (new): Bug fixes: + (GetLTXArg): Avoid strcpy() with overlapping args. + (PreProcess): Do not access Buf[-1]. + +2010-05-06 Peter Breitenlohner + + * patch-02-bug (new): Bug fix + * patch-03-texlive (new): Handle global rc file for TeX Live. + +2010-05-02 Peter Breitenlohner + + * patch-01-const (new): Avoid compiler warnings (const). + diff --git a/Build/source/texk/chktex/TLpatches/TL-Changes b/Build/source/texk/chktex/TLpatches/TL-Changes new file mode 100644 index 00000000000..1a8db085335 --- /dev/null +++ b/Build/source/texk/chktex/TLpatches/TL-Changes @@ -0,0 +1,13 @@ +Changes applied to the chktex-1.7.6 tree as obtained from: + http://mirror.ctan.org/support/chktex/ + http://download.savannah.gnu.org/releases/chktex/chktex-1.7.6.tar.gz + +Remove: + aclocal.m4 + config.h.in + configure + install-sh + stamp-h.in + +Rename: + chkweb -> chkweb.sh diff --git a/Build/source/texk/chktex/TLpatches/patch-04-finderrs b/Build/source/texk/chktex/TLpatches/patch-04-finderrs new file mode 100644 index 00000000000..1717fc972db --- /dev/null +++ b/Build/source/texk/chktex/TLpatches/patch-04-finderrs @@ -0,0 +1,19 @@ +diff -ur chktex.orig/FindErrs.c chktex/FindErrs.c +--- chktex.orig/FindErrs.c Sat Sep 10 06:22:18 2016 ++++ chktex/FindErrs.c Fri Sep 16 14:09:38 2016 +@@ -1872,7 +1872,6 @@ + } + else + { +- FoundErr = EXIT_FAILURE; + Context = LaTeXMsgs[Error].Context; + + if (!HeadErrOut) +@@ -1892,6 +1891,7 @@ + break; + case etErr: + ErrPrint++; ++ FoundErr = EXIT_FAILURE; + break; + case etMsg: + break; -- cgit v1.2.3