summaryrefslogtreecommitdiff
path: root/Build/source/texk/lacheck
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-12-10 15:48:25 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-12-10 15:48:25 +0000
commit1e20e744e86ae7d49270e2be55bb01a3f40dde33 (patch)
tree7fe2053444c3a22ec28a9a6e5c0185a7c1c4c940 /Build/source/texk/lacheck
parent0a1e75ee98dd6caa88dd7566007ab4c6c8511544 (diff)
utils/psutils build: use orig source from ctan + patches
git-svn-id: svn://tug.org/texlive/trunk@20708 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/lacheck')
-rw-r--r--Build/source/texk/lacheck/lacheck-1.26-PATCHES/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/lacheck/lacheck-1.26-PATCHES/ChangeLog b/Build/source/texk/lacheck/lacheck-1.26-PATCHES/ChangeLog
index 7f8601fc99b..777b7804f10 100644
--- a/Build/source/texk/lacheck/lacheck-1.26-PATCHES/ChangeLog
+++ b/Build/source/texk/lacheck/lacheck-1.26-PATCHES/ChangeLog
@@ -1,12 +1,12 @@
2010-12-10 Peter Breitenlohner <peb@mppmu.mpg.de>
Patches applied to lacheck-1.26 as obtained from CTAN.
- * patch-01-WIN32 (new): #include <win32lib.h> for WIN32, but not
+ * patch-01-WIN32: #include <win32lib.h> for WIN32, but not
for __MINGW32__.
- * patch-02-ANSI (new): ANSI C function protos and definitions.
+ * patch-02-ANSI: ANSI C function protos and definitions.
Declare param1 of push() as const. Avoid ambiguous `else'.
Define yywrap() after flex-provided prototype.
- * patch-03-unsigned-char (new): Change param1 of push() and
+ * patch-03-unsigned-char: Change param1 of push() and
member s_name of struct tex_group from 'unsigned char *' to
'char *' and drop or adjust casts accordingly.
- * patch-04-manpage (new): Formatting. Avoid use of build date. \ No newline at end of file
+ * patch-04-manpage: Formatting. Avoid use of build date.