texlive[57869] Build/source/texk/web2c/cwebdir: [CWEB] Fix ouput

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Feb 24 10:02:48 CET 2021


Revision: 57869
          http://tug.org/svn/texlive?view=revision&revision=57869
Author:   ascherer
Date:     2021-02-24 10:02:48 +0100 (Wed, 24 Feb 2021)
Log Message:
-----------
[CWEB] Fix ouput format when 'tracing @2' (and '-p').

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/cweave.w

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-24 00:54:33 UTC (rev 57868)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2021-02-24 09:02:48 UTC (rev 57869)
@@ -1,3 +1,7 @@
+2021-02-24  Andreas Scherer  <https://ascherer.github.io>
+
+	* cweave.w: Fix output format when 'tracing @2'.
+
 2021-02-23  Andreas Scherer  <https://ascherer.github.io>
 
 	* cwebman.tex,

Modified: trunk/Build/source/texk/web2c/cwebdir/cweave.w
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-24 00:54:33 UTC (rev 57868)
+++ trunk/Build/source/texk/web2c/cwebdir/cweave.w	2021-02-24 09:02:48 UTC (rev 57869)
@@ -99,6 +99,7 @@
   phase_one(); /* read all the user's text and store the cross-references */
   phase_two(); /* read all the text again and translate it to \TEX/ form */
   phase_three(); /* output the cross-reference index */
+  if (tracing==2 && !show_progress) new_line;
   return wrap_up(); /* and exit gracefully */
 }
 



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