summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-10-10 22:01:41 +0000
committerKarl Berry <karl@freefriends.org>2023-10-10 22:01:41 +0000
commita0dc1ccfd20bcd453d4a31103c94c20754a0816b (patch)
treeeb2b6356a146350e90c4c8a95f5ac3d341d0632e /Build/source/texk/web2c/ChangeLog
parent1045e3f70340d9f7540d9c9328a282ee84f88a51 (diff)
support new envvar TEXMF_OUTPUT_DIRECTORY
git-svn-id: svn://tug.org/texlive/trunk@68508 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r--Build/source/texk/web2c/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index ac93a48d55d..2c90f901fa0 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,5 +1,22 @@
2023-10-09 Karl Berry <karl@freefriends.org>
+ * lib/texmfmp.c (parse_options): if --output-directory was
+ specified, putenv the value to TEXMF_OUTPUT_DIRECTORY.
+ If --output-directory was not specified, and
+ TEXMF_OUTPUT_DIRECTORY is set in the environment (not config file),
+ set the output_directory variable to its value.
+ * tests/outputdir.test: new test.
+ * am/texmf.am (tex_tests): add it.
+ * doc/web2c.texi (Output file location),
+ * NEWS: document this.
+ * bibtex.ch: mention failure to implement TEXMF_OUTPUT_DIRECTORY.
+
+ * doc/web2c.texi (Shell escape commands): xref kpathsea doc
+ on output paranoia.
+ * tests/tex-closeout.test: tweak description.
+
+2023-10-09 Karl Berry <karl@freefriends.org>
+
* cpascal.h: typo.
2023-09-24 Andreas Scherer <https://ascherer.github.io>