summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_tex@freenet.de>2020-07-08 14:10:34 +0000
committerAndreas Scherer <andreas_tex@freenet.de>2020-07-08 14:10:34 +0000
commit21760a8fd8ee8bf68ccc89735c18bdf94741488b (patch)
treeec59b84e93b9b083cc5e67ed3c0541fe36d79bf9 /Build/source/texk/web2c
parent7eb183dfdadbd54eda23ffaacff5e4642232b64a (diff)
[CWEB] Add '-dN' to 'help' message and in 'cwebman.pdf'.
See section 92 of 'common-changes.pdf' created with 'comm-w2c.ch'. git-svn-id: svn://tug.org/texlive/trunk@55782 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/ChangeLog5
-rw-r--r--Build/source/texk/web2c/cwebboot.cin15
-rw-r--r--Build/source/texk/web2c/cwebdir/ChangeLog11
-rw-r--r--Build/source/texk/web2c/cwebdir/cwebman-w2c.ch4
-rw-r--r--Build/source/texk/web2c/cwebdir/po/de/web2c-help.po8
-rw-r--r--Build/source/texk/web2c/cwebdir/po/web2c-help.pot6
-rw-r--r--Build/source/texk/web2c/help.h3
7 files changed, 41 insertions, 11 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index e48e8610678..084c0cfac8e 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -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@freefriends.org>
* tex.ch (<Get user's advice...>): return early if
diff --git a/Build/source/texk/web2c/cwebboot.cin b/Build/source/texk/web2c/cwebboot.cin
index 0d39c9c82ec..fc7685e2749 100644
--- a/Build/source/texk/web2c/cwebboot.cin
+++ b/Build/source/texk/web2c/cwebboot.cin
@@ -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 check_change(void);
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 @@ root= NULL;
#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((**(++argv)=='-'||**argv=='+')&&*(*argv+1))/*74:*/
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 @@ program==cweave?CWEAVEHELP:CTWILLHELP,NULL);
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 @@ cb_usage(program==ctangle?"ctangle":program==cweave?"cweave":"ctwill");
#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 @@ history= spotless;exit(wrap_up());
}
/*:95*//*97:*/
-#line 1472 "cwebdir/comm-w2c.ch"
+#line 1473 "cwebdir/comm-w2c.ch"
void cb_show_banner(void)
{
diff --git a/Build/source/texk/web2c/cwebdir/ChangeLog b/Build/source/texk/web2c/cwebdir/ChangeLog
index 4e84ba3542f..b5855c33653 100644
--- a/Build/source/texk/web2c/cwebdir/ChangeLog
+++ b/Build/source/texk/web2c/cwebdir/ChangeLog
@@ -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,
diff --git a/Build/source/texk/web2c/cwebdir/cwebman-w2c.ch b/Build/source/texk/web2c/cwebdir/cwebman-w2c.ch
index 84f7fc21378..01217ebb3b1 100644
--- a/Build/source/texk/web2c/cwebdir/cwebman-w2c.ch
+++ b/Build/source/texk/web2c/cwebdir/cwebman-w2c.ch
@@ -140,6 +140,10 @@ output by \.{CWEAVE}. (On by default.) (Has no effect on \.{CTANGLE}.)%
\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
diff --git a/Build/source/texk/web2c/cwebdir/po/de/web2c-help.po b/Build/source/texk/web2c/cwebdir/po/de/web2c-help.po
index 84d6b2a33a0..1bfd32161bb 100644
--- a/Build/source/texk/web2c/cwebdir/po/de/web2c-help.po
+++ b/Build/source/texk/web2c/cwebdir/po/de/web2c-help.po
@@ -7,8 +7,8 @@ msgid ""
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@freenet.de>\n"
"Language-Team: German\n"
"Language: de\n"
@@ -45,6 +45,10 @@ msgstr " bezeichnet '-' ein leeres CHANGEFILE."
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"
diff --git a/Build/source/texk/web2c/cwebdir/po/web2c-help.pot b/Build/source/texk/web2c/cwebdir/po/web2c-help.pot
index 0d04df3265a..315f93f2034 100644
--- a/Build/source/texk/web2c/cwebdir/po/web2c-help.pot
+++ b/Build/source/texk/web2c/cwebdir/po/web2c-help.pot
@@ -8,7 +8,7 @@ msgid ""
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@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -46,6 +46,10 @@ msgstr ""
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 ""
diff --git a/Build/source/texk/web2c/help.h b/Build/source/texk/web2c/help.h
index 8f5b12b8d0d..033ba329eb6 100644
--- a/Build/source/texk/web2c/help.h
+++ b/Build/source/texk/web2c/help.h
@@ -61,6 +61,7 @@ const_string CTANGLEHELP[] = {
"+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 @@ const_string CWEAVEHELP[] = {
"+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 @@ const_string CTWILLHELP[] = {
"+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",