texlive[64862] Build/source/texk/web2c/luatexdir: porting texlive

commits+lscarso at tug.org commits+lscarso at tug.org
Sun Oct 30 19:30:34 CET 2022


Revision: 64862
          http://tug.org/svn/texlive?view=revision&revision=64862
Author:   lscarso
Date:     2022-10-30 19:30:34 +0100 (Sun, 30 Oct 2022)
Log Message:
-----------
porting texlive patch r53155 -- WORK IN PROGRESS

Revision Links:
--------------
    http://tug.org/svn/texlive?view=revision&revision=53155

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
    trunk/Build/source/texk/web2c/luatexdir/tex/texfileio.c

Modified: trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2022-10-29 23:49:42 UTC (rev 64861)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2022-10-30 18:30:34 UTC (rev 64862)
@@ -1,4 +1,4 @@
 #ifndef luatex_svn_revision_h
 #define luatex_svn_revision_h
-#define luatex_svn_revision 7546
+#define luatex_svn_revision 7547
 #endif

Modified: trunk/Build/source/texk/web2c/luatexdir/tex/texfileio.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/tex/texfileio.c	2022-10-29 23:49:42 UTC (rev 64861)
+++ trunk/Build/source/texk/web2c/luatexdir/tex/texfileio.c	2022-10-30 18:30:34 UTC (rev 64862)
@@ -346,7 +346,7 @@
         }
     } else {
         if (openoutnameok(fn)) {
-            if (n > 0 && selector != term_only) {
+            if (n > 0 && selector != term_only && log_file) {
                 /*tex
 
                     This message to the log is for downward compatibility with



More information about the tex-live-commits mailing list.