texlive[53621] Build/source/texk/web2c: [CWEB] Fix verbosity bug in

commits+ascherer at tug.org commits+ascherer at tug.org
Sat Feb 1 19:48:48 CET 2020


Revision: 53621
          http://tug.org/svn/texlive?view=revision&revision=53621
Author:   ascherer
Date:     2020-02-01 19:48:48 +0100 (Sat, 01 Feb 2020)
Log Message:
-----------
[CWEB] Fix verbosity bug in (upstream) ctangle.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/ctangleboot.cin
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
    trunk/Build/source/texk/web2c/man/ChangeLog
    trunk/Build/source/texk/web2c/man/ctwill.man
    trunk/Build/source/texk/web2c/man/cweb.man

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2020-02-01 00:49:44 UTC (rev 53620)
+++ trunk/Build/source/texk/web2c/ChangeLog	2020-02-01 18:48:48 UTC (rev 53621)
@@ -1,3 +1,7 @@
+2019-01-06  Andreas Scherer  <https://ascherer.github.io>
+
+	* ctangleboot.cin: Regenerate after verbosity bugfix.
+
 2020-01-16  Karl Berry  <karl at freefriends.org>
 
 	* doc/web2c.texi: 2020.

Modified: trunk/Build/source/texk/web2c/ctangleboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/ctangleboot.cin	2020-02-01 00:49:44 UTC (rev 53620)
+++ trunk/Build/source/texk/web2c/ctangleboot.cin	2020-02-01 18:48:48 UTC (rev 53621)
@@ -814,7 +814,7 @@
 if((C_file= fopen(check_file_name,"wb"))==NULL)
 fatal(_("! Cannot open output file "),check_file_name);
 
-printf("\n(%s)",output_file_name);update_terminal;
+if(show_progress){printf("\n(%s)",output_file_name);update_terminal;}
 cur_line= 1;
 stack_ptr= stack+1;
 cur_name= (*an_output_file);

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-02-01 00:49:44 UTC (rev 53620)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-02-01 18:48:48 UTC (rev 53621)
@@ -1,3 +1,7 @@
+2020-02-01  Andreas Scherer  <https://ascherer.github.io>
+
+	* ctang-w2c.ch: Fix verbosity bug in ctangle.
+
 2019-05-29  Andreas Scherer  <https://ascherer.github.io>
 
 	* comm-w2c.ch, comm-w2c.h: Minor changes.

Modified: trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch	2020-02-01 00:49:44 UTC (rev 53620)
+++ trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch	2020-02-01 18:48:48 UTC (rev 53621)
@@ -315,7 +315,7 @@
     if((C_file=fopen(check_file_name,"wb"))==NULL)
       fatal(_("! Cannot open output file "),check_file_name);
 @.Cannot open output file@>
-    printf("\n(%s)",output_file_name); update_terminal;
+    if (show_progress) { printf("\n(%s)",output_file_name); update_terminal; }
     cur_line=1;
     stack_ptr=stack+1;
     cur_name= (*an_output_file);

Modified: trunk/Build/source/texk/web2c/man/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/man/ChangeLog	2020-02-01 00:49:44 UTC (rev 53620)
+++ trunk/Build/source/texk/web2c/man/ChangeLog	2020-02-01 18:48:48 UTC (rev 53621)
@@ -1,3 +1,8 @@
+2020-02-01  Andreas Scherer  <https://ascherer.github.io>
+
+	* cweb.man,
+	* ctwill.man: Regenerate manpages with Pandoc 2.9.1.1.
+
 2019-12-07  Andreas Scherer  <https://ascherer.github.io>
 
 	* cweb.man,

Modified: trunk/Build/source/texk/web2c/man/ctwill.man
===================================================================
--- trunk/Build/source/texk/web2c/man/ctwill.man	2020-02-01 00:49:44 UTC (rev 53620)
+++ trunk/Build/source/texk/web2c/man/ctwill.man	2020-02-01 18:48:48 UTC (rev 53621)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.8.1
+.\" Automatically generated by Pandoc 2.9.1.1
 .\"
 .TH "CTWILL" "1" "December 7, 2019" "Web2c @VERSION@" "General Commands Manual"
 .hy

Modified: trunk/Build/source/texk/web2c/man/cweb.man
===================================================================
--- trunk/Build/source/texk/web2c/man/cweb.man	2020-02-01 00:49:44 UTC (rev 53620)
+++ trunk/Build/source/texk/web2c/man/cweb.man	2020-02-01 18:48:48 UTC (rev 53621)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.8.1
+.\" Automatically generated by Pandoc 2.9.1.1
 .\"
 .TH "CWEB" "1" "December 7, 2019" "Web2c @VERSION@" "General Commands Manual"
 .hy



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