texlive[55782] Build/source/texk/web2c: [CWEB] Add '-dN' to 'help'

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Jul 8 16:10:34 CEST 2020


Revision: 55782
          http://tug.org/svn/texlive?view=revision&revision=55782
Author:   ascherer
Date:     2020-07-08 16:10:34 +0200 (Wed, 08 Jul 2020)
Log Message:
-----------
[CWEB] Add '-dN' to 'help' message and in 'cwebman.pdf'.

See section 92 of 'common-changes.pdf' created with 'comm-w2c.ch'.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/cwebboot.cin
    trunk/Build/source/texk/web2c/cwebdir/ChangeLog
    trunk/Build/source/texk/web2c/cwebdir/cwebman-w2c.ch
    trunk/Build/source/texk/web2c/cwebdir/po/de/web2c-help.po
    trunk/Build/source/texk/web2c/cwebdir/po/web2c-help.pot
    trunk/Build/source/texk/web2c/help.h

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2020-07-08 13:03:39 UTC (rev 55781)
+++ trunk/Build/source/texk/web2c/ChangeLog	2020-07-08 14:10:34 UTC (rev 55782)
@@ -1,3 +1,8 @@
+2020-07-08  Andreas Scherer  <https://ascherer.github.io>
+
+	* cwebboot.cin,
+	* help.h: Add /old/ option '-dN' to 'help' message.
+
 2020-07-06  Karl Berry  <karl at freefriends.org>
 
 	* tex.ch (<Get user's advice...>): return early if

Modified: trunk/Build/source/texk/web2c/cwebboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/cwebboot.cin	2020-07-08 13:03:39 UTC (rev 55781)
+++ trunk/Build/source/texk/web2c/cwebboot.cin	2020-07-08 14:10:34 UTC (rev 55782)
@@ -29,7 +29,8 @@
 
 typedef bool boolean;
 #define HAVE_BOOLEAN
-#include <kpathsea/kpathsea.h>  
+#include <kpathsea/kpathsea.h> 
+
 #include <w2c/config.h>  
 #include <lib/lib.h>  
 
@@ -411,7 +412,7 @@
 static void prime_the_change_buffer(void);
 
 /*:84*//*98:*/
-#line 1483 "cwebdir/comm-w2c.ch"
+#line 1484 "cwebdir/comm-w2c.ch"
 
 static void cb_usage(const_string str);
 static void cb_usagehelp(const_string*message,const_string bug_email);
@@ -451,7 +452,7 @@
 #line 103 "cwebdir/comm-w2c.ch"
 
 /*91:*/
-#line 1397 "cwebdir/comm-w2c.ch"
+#line 1398 "cwebdir/comm-w2c.ch"
 
 kpse_set_program_name(argv[0],"cweb");
 
@@ -1426,7 +1427,7 @@
 if(strcmp("-help",*argv)==0||strcmp("--help",*argv)==0)
 
 /*94:*/
-#line 1422 "cwebdir/comm-w2c.ch"
+#line 1423 "cwebdir/comm-w2c.ch"
 
 cb_usagehelp(program==ctangle?CTANGLEHELP:
 program==cweave?CWEAVEHELP:CTWILLHELP,NULL);
@@ -1438,7 +1439,7 @@
 if(strcmp("-version",*argv)==0||strcmp("--version",*argv)==0)
 
 /*96:*/
-#line 1464 "cwebdir/comm-w2c.ch"
+#line 1465 "cwebdir/comm-w2c.ch"
 
 printversionandexit(cb_banner,
 program==ctwill?"Donald E. Knuth":"Silvio Levy and Donald E. Knuth",
@@ -1628,7 +1629,7 @@
 
 #line 1030 "cwebdir/comm-w2c.ch"
 /*:70*//*95:*/
-#line 1430 "cwebdir/comm-w2c.ch"
+#line 1431 "cwebdir/comm-w2c.ch"
 
 static void cb_usage(const_string str)
 {
@@ -1661,7 +1662,7 @@
 }
 
 /*:95*//*97:*/
-#line 1472 "cwebdir/comm-w2c.ch"
+#line 1473 "cwebdir/comm-w2c.ch"
 
 void cb_show_banner(void)
 {

Modified: trunk/Build/source/texk/web2c/cwebdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-07-08 13:03:39 UTC (rev 55781)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-07-08 14:10:34 UTC (rev 55782)
@@ -1,8 +1,17 @@
 2020-07-08  Andreas Scherer  <https://ascherer.github.io>
 
-	* cwebman-w2c.ch: Add links to appendices D, E, F, and G.
+	* cwebman-w2c.ch,
+	* po/web2c-help.pot,
+	* po/de/web2c-help.po: Add '-dN' to 'help' message.
+
+2020-07-08  Andreas Scherer  <https://ascherer.github.io>
+
 	* comm-w2c.ch: Add special index entries for Kpathsea values.
 
+2020-07-08  Andreas Scherer  <https://ascherer.github.io>
+
+	* cwebman-w2c.ch: Add links to appendices D, E, F, and G.
+
 2020-07-05  Andreas Scherer  <https://ascherer.github.io>
 
 	* ctwill-mini.ch,

Modified: trunk/Build/source/texk/web2c/cwebdir/cwebman-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cwebman-w2c.ch	2020-07-08 13:03:39 UTC (rev 55781)
+++ trunk/Build/source/texk/web2c/cwebdir/cwebman-w2c.ch	2020-07-08 14:10:34 UTC (rev 55782)
@@ -140,6 +140,10 @@
 \cwebfootnote{This extended version of \.{CWEB} adds the following options
 to the list:
 \hfil\smallskip
+\option d Set the debugging variable \\{kpathsea\_debug} to the numeric
+value $N\in[0,127)$ of this option.  See section~92 % FIXME
+of \pdfURL{appendix~D}{common-changes.pdf} for details.
+\hfil\vskip\normallineskip
 \option i Indent parameters in function declarations.  This causes the
 formal parameter declarations in function heads to be indented.  (On by
 default; \.{-i} typesets declarations flush left; some people think this

Modified: trunk/Build/source/texk/web2c/cwebdir/po/de/web2c-help.po
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/po/de/web2c-help.po	2020-07-08 13:03:39 UTC (rev 55781)
+++ trunk/Build/source/texk/web2c/cwebdir/po/de/web2c-help.po	2020-07-08 14:10:34 UTC (rev 55782)
@@ -7,8 +7,8 @@
 msgstr ""
 "Project-Id-Version: CWEBbin 2020\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-30 12:09+0100\n"
-"PO-Revision-Date: 2020-03-30 12:09+0100\n"
+"POT-Creation-Date: 2020-07-08 15:10+0200\n"
+"PO-Revision-Date: 2020-07-08 15:10+0200\n"
 "Last-Translator: Andreas Scherer <andreas_github at freenet.de>\n"
 "Language-Team: German\n"
 "Language: de\n"
@@ -45,6 +45,10 @@
 msgid "+b          print banner line on terminal"
 msgstr "+b          schreibe die Startmeldung"
 
+#: help.h:64 help.h:85 help.h:112
+msgid "-dN         set 'kpathsea_debug' to N (0..127)"
+msgstr "-dN         setze 'kpathsea_debug' auf N (0..127)"
+
 #: help.h:60 help.h:80 help.h:106
 msgid "+h          print success message on completion"
 msgstr "+h          schreibe die Erfolgsmeldung am Ende"

Modified: trunk/Build/source/texk/web2c/cwebdir/po/web2c-help.pot
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/po/web2c-help.pot	2020-07-08 13:03:39 UTC (rev 55781)
+++ trunk/Build/source/texk/web2c/cwebdir/po/web2c-help.pot	2020-07-08 14:10:34 UTC (rev 55782)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: CWEBbin 2020\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-30 12:09+0100\n"
+"POT-Creation-Date: 2020-07-08 15:10+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -46,6 +46,10 @@
 msgid "+b          print banner line on terminal"
 msgstr ""
 
+#: help.h:64 help.h:85 help.h:112
+msgid "-dN         set 'kpathsea_debug' to N (0..127)"
+msgstr ""
+
 #: help.h:60 help.h:80 help.h:106
 msgid "+h          print success message on completion"
 msgstr ""

Modified: trunk/Build/source/texk/web2c/help.h
===================================================================
--- trunk/Build/source/texk/web2c/help.h	2020-07-08 13:03:39 UTC (rev 55781)
+++ trunk/Build/source/texk/web2c/help.h	2020-07-08 14:10:34 UTC (rev 55782)
@@ -61,6 +61,7 @@
     "+p          print progress report messages",
     "+/-q        shortcut for '-bhp'; also '--quiet' (default)",
     "+/-v        shortcut for '+bhp'; also '--verbose'",
+    "-dN         set 'kpathsea_debug' to N (0..127)",
     "+s          print usage statistics",
     "-t          ignore temporary output irrespective of changes",
     "--help      display this help and exit",
@@ -81,6 +82,7 @@
     "+p          print progress report messages",
     "+/-q        shortcut for '-bhp'; also '--quiet' (default)",
     "+/-v        shortcut for '+bhp'; also '--verbose'",
+    "-dN         set 'kpathsea_debug' to N (0..127)",
     "-e          do not enclose C material in \\PB{...}",
     "-f          do not force a newline after every C statement in output",
     "-i          suppress indentation of parameter declarations",
@@ -107,6 +109,7 @@
     "+p          print progress report messages",
     "+/-q        shortcut for '-bhp'; also '--quiet' (default)",
     "+/-v        shortcut for '+bhp'; also '--verbose'",
+    "-dN         set 'kpathsea_debug' to N (0..127)",
     "-e          do not enclose C material in \\PB{...}",
     "-f          do not force a newline after every C statement in output",
     "-i          suppress indentation of parameter declarations",



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