diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2019-08-10 06:21:16 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2019-08-10 06:21:16 +0000 |
commit | 513d1de61e8e1d88f7a3912985ccff31e59a6f71 (patch) | |
tree | 60ee2a798544731986e7da8ad0b73a6cdbe608a4 | |
parent | 1894213dbd25d6b962c2769ffa05a2d203fc5ce4 (diff) |
Sync with tex.ch for texmf_yesno('log_openout').
git-svn-id: svn://tug.org/texlive/trunk@51854 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Build/source/texk/web2c/alephdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/alephdir/com16bit.ch | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/alephdir/ChangeLog b/Build/source/texk/web2c/alephdir/ChangeLog index c7b0caa4d1c..0aed9ac6213 100644 --- a/Build/source/texk/web2c/alephdir/ChangeLog +++ b/Build/source/texk/web2c/alephdir/ChangeLog @@ -1,3 +1,7 @@ +2019-08-10 Akira Kakuto <kakuto@w32tex.org> + + * com16bit.ch: Sync with tex.ch for texmf_yesno('log_openout'). + 2018-03-24 Hironobu Yamashita <h.y.acetaminophen@gmail.com> * ceostuff.ch: Recover the right \lastnodetype initialization diff --git a/Build/source/texk/web2c/alephdir/com16bit.ch b/Build/source/texk/web2c/alephdir/com16bit.ch index dfcd570dd9e..76f9f5261da 100644 --- a/Build/source/texk/web2c/alephdir/com16bit.ch +++ b/Build/source/texk/web2c/alephdir/com16bit.ch @@ -2705,7 +2705,7 @@ var j:small_number; {write stream number} prompt_file_name("output file name",".tex"); write_open[j]:=true; {If on first line of input, log file is not ready yet, so don't log.} - if log_opened then begin + if log_opened and texmf_yesno('log_openout') then begin old_setting:=selector; if (tracing_online<=0) then selector:=log_only {Show what we're doing in the log file.} |