summaryrefslogtreecommitdiff
path: root/Build/source/utils/chktex/chktex-1.6.6-PATCHES/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/chktex/chktex-1.6.6-PATCHES/ChangeLog')
-rw-r--r--Build/source/utils/chktex/chktex-1.6.6-PATCHES/ChangeLog50
1 files changed, 0 insertions, 50 deletions
diff --git a/Build/source/utils/chktex/chktex-1.6.6-PATCHES/ChangeLog b/Build/source/utils/chktex/chktex-1.6.6-PATCHES/ChangeLog
deleted file mode 100644
index 7ca3c25b576..00000000000
--- a/Build/source/utils/chktex/chktex-1.6.6-PATCHES/ChangeLog
+++ /dev/null
@@ -1,50 +0,0 @@
-2012-04-16 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * patch-06-extern: Remove the obsolete ASM_HASHWORD stuff (for
- Amiga) avoiding extern decls from *.c files.
-
-2012-04-10 Karl Berry <karl@tug.org>
-
- * 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 <peb@mppmu.mpg.de>
-
- * patch-06-extern (new): Move decls from Utility.c to Utility.h.
-
-2010-06-13 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * 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 <peb@mppmu.mpg.de>
-
- * patch-01-const: Change OutputFormat and PipeOutputFormat back
- to non-const.
-
-2010-05-20 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * patch-04-strcpy-bug (new): Bug fixes:
- (GetLTXArg): Avoid strcpy() with overlapping args.
- (PreProcess): Do not access Buf[-1].
-
-2010-05-06 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * patch-02-bug (new): Bug fix
- * patch-03-texlive (new): Handle global rc file for TeX Live.
-
-2010-05-02 Peter Breitenlohner <peb@mppmu.mpg.de>
-
- * patch-01-const (new): Avoid compiler warnings (const).
-