summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-18 01:40:49 +0000
committerKarl Berry <karl@freefriends.org>2018-12-18 01:40:49 +0000
commitd9b2d2530b4ac09813cfba6d98bce38bde3b51dd (patch)
tree3bc9012f1281edc4a9c2c18d30ce922ef04a06e3 /Build/source/texk/kpathsea/ChangeLog
parentb1b4f4baba35f24c5312ba7b478db9a66614765b (diff)
restore -var-value behavior; new option -var-brace-value
git-svn-id: svn://tug.org/texlive/trunk@49446 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 abfa98aebba..1cd691d4e69 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,14 @@
+2018-12-17 Karl Berry <karl@freefriends.org>
+
+ * kpsewhich.c (--var-brace-value, var_to_brace_value): new option
+ and corresponding option.
+ (main): new case for it. For --var-value, go back to just variable
+ (kpathsea_var_value) expansion.
+ * doc/kpathsea.texi (Auxiliary tasks): document the new option,
+ try to explain the difference.
+ Follow-up report from jbglaw,
+ https://github.com/TeX-Live/texlive-source/issues/3.
+
2018-12-14 Karl Berry <karl@tug.org>
* c-pathch.h (IS_KPSE_SEP): check for both : and ; only on Unix.