diff options
author | Karl Berry <karl@freefriends.org> | 2017-10-29 21:57:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-10-29 21:57:04 +0000 |
commit | 10c5713e2611cebe954a04b20ef4ce34ab4acffb (patch) | |
tree | 8e108e8bac89d9179ffd6bd7e826ef24d7b6c390 /Build | |
parent | 906150874a3221a73461fc3b43ee574c1f91c38c (diff) |
NEWS entry for directory in -output-directory no longer masking files
git-svn-id: svn://tug.org/texlive/trunk@45641 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/NEWS | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/lib/ChangeLog | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/NEWS b/Build/source/texk/web2c/NEWS index b37615dd87a..77195605634 100644 --- a/Build/source/texk/web2c/NEWS +++ b/Build/source/texk/web2c/NEWS @@ -1,5 +1,9 @@ This file records noteworthy changes. (Public domain.) +2018 +* Directories in the -output-directory do not mask files by the same name. + + 2017 (for TeX Live 2017, 19 May 2017) 2016 (for TeX Live 2016, 21 May 2016) 2015 (for TeX Live 2015, 21 May 2015) diff --git a/Build/source/texk/web2c/lib/ChangeLog b/Build/source/texk/web2c/lib/ChangeLog index 7875fda5b35..c5b0ae71bdb 100644 --- a/Build/source/texk/web2c/lib/ChangeLog +++ b/Build/source/texk/web2c/lib/ChangeLog @@ -2,10 +2,13 @@ * openclose.c: If opened fname is a directory in output_directory, discard it in Unix platforms. - In windows, fopen (fname, mode) is always NULL, in the case + Report from Duncan Steele, + http://tug.org/pipermail/tex-live/2017-October/040731.html + + In Windows, fopen (fname, mode) is always NULL, in the case where fname is a directory, thus it is discarded automatically. - Thanks to Hironobu Yamashita for the information: - http://tug.org/pipermail/tex-live/2017-October/040735.html. + Thanks to Hironobu Yamashita, + http://tug.org/pipermail/tex-live/2017-October/040735.html 2017-09-05 Karl Berry <karl@tug.org> and Akira Kakuto <kakuto@fuk.kindai.ac.jp> |