summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex/TLpatches/ChangeLog
blob: c37fd290e4df73e0be599bdc6ff99024d9cbbf4b (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
2016-09-15  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>

	* 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  <karl@tug.org>

	* 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  <karl@tug.org>

	* Import chktex-1.7.3.

2014-06-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* patch-01-sequence-point (new): Avoid an undefined operation.
	* patch-02-unsigned (new): Avoid undefined behaviour.

2013-05-30  Peter Breitenlohner  <peb@mppmu.mpg.de>

	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  <karl@tug.org>

	* 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  <peb@mppmu.mpg.de>

	* 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  <peb@mppmu.mpg.de>

	* 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  <peb@mppmu.mpg.de>

	* 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  <peb@mppmu.mpg.de>

	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  <peb@mppmu.mpg.de>

	* patch-07-kpathsea (new): With -DKPATHSEA now using kpathsea.

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