summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-13 22:43:09 +0000
committerKarl Berry <karl@freefriends.org>2019-08-13 22:43:09 +0000
commit0104a8417f2ddda2d30bbfa2b7fa33e75405676a (patch)
tree6a068385addff93e0ebf338b23f76be88b64db43 /Build/source/texk/kpathsea/ChangeLog
parent43853632d39f7c6ddc69d0d5adbb2d336e450c4a (diff)
warn about unusual characters in program name qualifiers
git-svn-id: svn://tug.org/texlive/trunk@51875 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/ChangeLog')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 62726b7aff0..91c0d93e2b7 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,14 @@
+2019-08-13 Karl Berry <karl@freefriends.org>
+
+ * cnf.c (do_line): warn about a program name qualifier which is
+ empty or contains one of our usual special characters: .{}$;:
+ since it is probably a misparsing, especially if the = is omitted.
+ Report from Johannes Kunde, 1 Aug 2019 20:57:14.
+ * Makefile.am (TESTS): new tests/cnfprog.test
+ (cnfprog.log): another target for kpsewhich.
+ (EXTRA_DIST): add tests/cnfprog/texmf.cnf.
+ * doc/kpathsea.texi (Config files): mention example of above.
+
2019-08-09 Karl Berry <karl@freefriends.org>
* texmf.cnf (log_openout): new configuration variable, true