texlive[55993] Build/source/texk/web2c: [CWEB] Fix typographic

commits+ascherer at tug.org commits+ascherer at tug.org
Thu Jul 30 17:10:47 CEST 2020


Revision: 55993
          http://tug.org/svn/texlive?view=revision&revision=55993
Author:   ascherer
Date:     2020-07-30 17:10:47 +0200 (Thu, 30 Jul 2020)
Log Message:
-----------
[CWEB] Fix typographic inconsistency.

'Extensions' was the only major section with the 'header' separated from
the first text paragraph.

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

Modified: trunk/Build/source/texk/web2c/ctangleboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/ctangleboot.cin	2020-07-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/ctangleboot.cin	2020-07-30 15:10:47 UTC (rev 55993)
@@ -290,7 +290,7 @@
 #line 128 "cwebdir/ctangle.w"
 
 /*:15*//*108:*/
-#line 905 "cwebdir/ctang-w2c.ch"
+#line 903 "cwebdir/ctang-w2c.ch"
 
 extern char cb_banner[];
 
@@ -440,7 +440,7 @@
 #line 1480 "cwebdir/ctangle.w"
 
 /*:92*//*97:*/
-#line 768 "cwebdir/ctang-w2c.ch"
+#line 766 "cwebdir/ctang-w2c.ch"
 
 static eight_bits get_next(void);
 static eight_bits skip_ahead(void);
@@ -525,7 +525,7 @@
 section_text[0]= ' ';
 
 /*:71*//*109:*/
-#line 908 "cwebdir/ctang-w2c.ch"
+#line 906 "cwebdir/ctang-w2c.ch"
 
 strncpy(cb_banner,banner,max_banner-1);
 
@@ -757,11 +757,11 @@
 
 fclose(C_file);C_file= NULL;
 /*98:*/
-#line 788 "cwebdir/ctang-w2c.ch"
+#line 786 "cwebdir/ctang-w2c.ch"
 
 if((C_file= fopen(C_file_name,"r"))!=NULL){
 /*99:*/
-#line 795 "cwebdir/ctang-w2c.ch"
+#line 793 "cwebdir/ctang-w2c.ch"
 
 char x[BUFSIZ],y[BUFSIZ];
 int x_size,y_size,comparison= false;
@@ -771,7 +771,7 @@
 
 
 if(temporary_output)/*100:*/
-#line 810 "cwebdir/ctang-w2c.ch"
+#line 808 "cwebdir/ctang-w2c.ch"
 
 do{
 x_size= fread(x,1,BUFSIZ,C_file);
@@ -781,7 +781,7 @@
 }while(comparison&&!feof(C_file)&&!feof(check_file));
 
 /*:100*/
-#line 803 "cwebdir/ctang-w2c.ch"
+#line 801 "cwebdir/ctang-w2c.ch"
 
 
 fclose(C_file);C_file= NULL;
@@ -788,10 +788,10 @@
 fclose(check_file);check_file= NULL;
 
 /*:99*/
-#line 790 "cwebdir/ctang-w2c.ch"
+#line 788 "cwebdir/ctang-w2c.ch"
 
 /*101:*/
-#line 821 "cwebdir/ctang-w2c.ch"
+#line 819 "cwebdir/ctang-w2c.ch"
 
 if(comparison)
 remove(check_file_name);
@@ -801,7 +801,7 @@
 }
 
 /*:101*/
-#line 791 "cwebdir/ctang-w2c.ch"
+#line 789 "cwebdir/ctang-w2c.ch"
 
 }else
 rename(check_file_name,C_file_name);
@@ -828,14 +828,14 @@
 while(stack_ptr> stack)get_output();
 flush_buffer();fclose(C_file);C_file= NULL;
 /*102:*/
-#line 834 "cwebdir/ctang-w2c.ch"
+#line 832 "cwebdir/ctang-w2c.ch"
 
 if(0==strcmp("/dev/stdout",output_file_name))
 /*104:*/
-#line 861 "cwebdir/ctang-w2c.ch"
+#line 859 "cwebdir/ctang-w2c.ch"
 {
 /*107:*/
-#line 892 "cwebdir/ctang-w2c.ch"
+#line 890 "cwebdir/ctang-w2c.ch"
 
 char in_buf[BUFSIZ+1];
 int in_size,comparison= true;
@@ -844,7 +844,7 @@
 
 
 /*:107*/
-#line 862 "cwebdir/ctang-w2c.ch"
+#line 860 "cwebdir/ctang-w2c.ch"
 
 do{
 in_size= fread(in_buf,1,BUFSIZ,check_file);
@@ -853,7 +853,7 @@
 }while(!feof(check_file));
 fclose(check_file);check_file= NULL;
 /*103:*/
-#line 851 "cwebdir/ctang-w2c.ch"
+#line 849 "cwebdir/ctang-w2c.ch"
 
 if(comparison)
 remove(check_file_name);
@@ -863,19 +863,19 @@
 }
 
 /*:103*/
-#line 869 "cwebdir/ctang-w2c.ch"
+#line 867 "cwebdir/ctang-w2c.ch"
 
 }
 
 /*:104*/
-#line 836 "cwebdir/ctang-w2c.ch"
+#line 834 "cwebdir/ctang-w2c.ch"
 
 else if(0==strcmp("/dev/stderr",output_file_name))
 /*105:*/
-#line 874 "cwebdir/ctang-w2c.ch"
+#line 872 "cwebdir/ctang-w2c.ch"
 {
 /*107:*/
-#line 892 "cwebdir/ctang-w2c.ch"
+#line 890 "cwebdir/ctang-w2c.ch"
 
 char in_buf[BUFSIZ+1];
 int in_size,comparison= true;
@@ -884,7 +884,7 @@
 
 
 /*:107*/
-#line 875 "cwebdir/ctang-w2c.ch"
+#line 873 "cwebdir/ctang-w2c.ch"
 
 do{
 in_size= fread(in_buf,1,BUFSIZ,check_file);
@@ -893,7 +893,7 @@
 }while(!feof(check_file));
 fclose(check_file);check_file= NULL;
 /*103:*/
-#line 851 "cwebdir/ctang-w2c.ch"
+#line 849 "cwebdir/ctang-w2c.ch"
 
 if(comparison)
 remove(check_file_name);
@@ -903,20 +903,20 @@
 }
 
 /*:103*/
-#line 882 "cwebdir/ctang-w2c.ch"
+#line 880 "cwebdir/ctang-w2c.ch"
 
 }
 
 /*:105*/
-#line 838 "cwebdir/ctang-w2c.ch"
+#line 836 "cwebdir/ctang-w2c.ch"
 
 else if(0==strcmp("/dev/null",output_file_name))
 /*106:*/
-#line 887 "cwebdir/ctang-w2c.ch"
+#line 885 "cwebdir/ctang-w2c.ch"
 {
 int comparison= true;
 /*103:*/
-#line 851 "cwebdir/ctang-w2c.ch"
+#line 849 "cwebdir/ctang-w2c.ch"
 
 if(comparison)
 remove(check_file_name);
@@ -926,17 +926,17 @@
 }
 
 /*:103*/
-#line 889 "cwebdir/ctang-w2c.ch"
+#line 887 "cwebdir/ctang-w2c.ch"
 
 }
 
 /*:106*/
-#line 840 "cwebdir/ctang-w2c.ch"
+#line 838 "cwebdir/ctang-w2c.ch"
 
 else{
 if((C_file= fopen(output_file_name,"r"))!=NULL){
 /*99:*/
-#line 795 "cwebdir/ctang-w2c.ch"
+#line 793 "cwebdir/ctang-w2c.ch"
 
 char x[BUFSIZ],y[BUFSIZ];
 int x_size,y_size,comparison= false;
@@ -946,7 +946,7 @@
 
 
 if(temporary_output)/*100:*/
-#line 810 "cwebdir/ctang-w2c.ch"
+#line 808 "cwebdir/ctang-w2c.ch"
 
 do{
 x_size= fread(x,1,BUFSIZ,C_file);
@@ -956,7 +956,7 @@
 }while(comparison&&!feof(C_file)&&!feof(check_file));
 
 /*:100*/
-#line 803 "cwebdir/ctang-w2c.ch"
+#line 801 "cwebdir/ctang-w2c.ch"
 
 
 fclose(C_file);C_file= NULL;
@@ -963,10 +963,10 @@
 fclose(check_file);check_file= NULL;
 
 /*:99*/
-#line 843 "cwebdir/ctang-w2c.ch"
+#line 841 "cwebdir/ctang-w2c.ch"
 
 /*103:*/
-#line 851 "cwebdir/ctang-w2c.ch"
+#line 849 "cwebdir/ctang-w2c.ch"
 
 if(comparison)
 remove(check_file_name);
@@ -976,7 +976,7 @@
 }
 
 /*:103*/
-#line 844 "cwebdir/ctang-w2c.ch"
+#line 842 "cwebdir/ctang-w2c.ch"
 
 }else
 rename(check_file_name,output_file_name);

Modified: trunk/Build/source/texk/web2c/cwebboot.cin
===================================================================
--- trunk/Build/source/texk/web2c/cwebboot.cin	2020-07-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/cwebboot.cin	2020-07-30 15:10:47 UTC (rev 55993)
@@ -2,13 +2,13 @@
 #line 58 "cwebdir/common.w"
 
 /*85:*/
-#line 1249 "cwebdir/comm-w2c.ch"
+#line 1247 "cwebdir/comm-w2c.ch"
 
 #include <stdbool.h>  
 #include <stddef.h>  
 
 /*:85*//*88:*/
-#line 1288 "cwebdir/comm-w2c.ch"
+#line 1286 "cwebdir/comm-w2c.ch"
 
 #ifndef HAVE_GETTEXT
 #define HAVE_GETTEXT 0
@@ -25,7 +25,7 @@
 #endif
 
 /*:88*//*90:*/
-#line 1382 "cwebdir/comm-w2c.ch"
+#line 1380 "cwebdir/comm-w2c.ch"
 
 typedef bool boolean;
 #define HAVE_BOOLEAN
@@ -35,7 +35,7 @@
 #include <lib/lib.h>  
 
 /*:90*//*93:*/
-#line 1421 "cwebdir/comm-w2c.ch"
+#line 1419 "cwebdir/comm-w2c.ch"
 
 #define CWEB
 #include "help.h" 
@@ -320,7 +320,7 @@
 char*change_limit;
 
 /*:11*//*86:*/
-#line 1262 "cwebdir/comm-w2c.ch"
+#line 1260 "cwebdir/comm-w2c.ch"
 
 char cb_banner[max_banner];
 string texmf_locale;
@@ -392,7 +392,7 @@
 #line 1253 "cwebdir/common.w"
 
 /*:69*//*83:*/
-#line 1224 "cwebdir/comm-w2c.ch"
+#line 1222 "cwebdir/comm-w2c.ch"
 
 boolean get_line(void);
 name_pointer id_lookup(const char*,const char*,char);
@@ -405,7 +405,7 @@
 void sprint_section_name(char*,name_pointer);
 
 /*:83*//*84:*/
-#line 1237 "cwebdir/comm-w2c.ch"
+#line 1235 "cwebdir/comm-w2c.ch"
 
 static boolean input_ln(FILE*);
 static int web_strcmp(char*,int,char*,int);
@@ -415,7 +415,7 @@
 static void prime_the_change_buffer(void);
 
 /*:84*//*98:*/
-#line 1487 "cwebdir/comm-w2c.ch"
+#line 1485 "cwebdir/comm-w2c.ch"
 
 static void cb_usage(const_string str);
 static void cb_usagehelp(const_string*message,const_string bug_email);
@@ -455,7 +455,7 @@
 #line 103 "cwebdir/comm-w2c.ch"
 
 /*91:*/
-#line 1396 "cwebdir/comm-w2c.ch"
+#line 1394 "cwebdir/comm-w2c.ch"
 
 kpse_set_program_name(argv[0],"cweb");
 
@@ -463,7 +463,7 @@
 #line 104 "cwebdir/comm-w2c.ch"
 
 /*89:*/
-#line 1344 "cwebdir/comm-w2c.ch"
+#line 1342 "cwebdir/comm-w2c.ch"
 
 setlocale(LC_MESSAGES,setlocale(LC_CTYPE,""));
 texmf_locale= kpse_var_expand("${TEXMFLOCALEDIR}");
@@ -1346,7 +1346,7 @@
 #line 844 "cwebdir/comm-w2c.ch"
 
 /*87:*/
-#line 1273 "cwebdir/comm-w2c.ch"
+#line 1271 "cwebdir/comm-w2c.ch"
 
 if(C_file)fclose(C_file);
 if(tex_file)fclose(tex_file);
@@ -1430,7 +1430,7 @@
 if(strcmp("-help",*argv)==0||strcmp("--help",*argv)==0)
 
 /*94:*/
-#line 1425 "cwebdir/comm-w2c.ch"
+#line 1423 "cwebdir/comm-w2c.ch"
 
 cb_usagehelp(program==ctangle?CTANGLEHELP:
 program==cweave?CWEAVEHELP:CTWILLHELP,NULL);
@@ -1442,7 +1442,7 @@
 if(strcmp("-version",*argv)==0||strcmp("--version",*argv)==0)
 
 /*96:*/
-#line 1468 "cwebdir/comm-w2c.ch"
+#line 1466 "cwebdir/comm-w2c.ch"
 
 printversionandexit(cb_banner,
 program==ctwill?"Donald E. Knuth":"Silvio Levy and Donald E. Knuth",
@@ -1632,7 +1632,7 @@
 
 #line 1030 "cwebdir/comm-w2c.ch"
 /*:70*//*95:*/
-#line 1434 "cwebdir/comm-w2c.ch"
+#line 1432 "cwebdir/comm-w2c.ch"
 
 static void cb_usage(const_string str)
 {
@@ -1665,7 +1665,7 @@
 }
 
 /*:95*//*97:*/
-#line 1476 "cwebdir/comm-w2c.ch"
+#line 1474 "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-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/cwebdir/ChangeLog	2020-07-30 15:10:47 UTC (rev 55993)
@@ -1,3 +1,10 @@
+2020-07-30  Andreas Scherer  <https://ascherer.github.io>
+
+	* comm-w2c.ch,
+	* ctang-w2c.ch,
+	* ctwill-w2c.ch,
+	* cweav-w2c.ch: Fix typographic inconsistency.
+
 2020-07-15  Andreas Scherer  <https://ascherer.github.io>
 
 	* comm-w2c.ch,

Modified: trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2020-07-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/cwebdir/comm-w2c.ch	2020-07-30 15:10:47 UTC (rev 55993)
@@ -59,7 +59,7 @@
 @x
 sometimes use \.{CWEB} to refer to either of the two component
 @y
-sometimes use \.{CWEB} to refer to either of the three component
+sometimes use \.{CWEB} to refer to any of the three component
 @z
 
 @x
@@ -1206,13 +1206,11 @@
 @x
 @** Index.
 @y
-@** Extensions for modern \.{CWEB}.
+@** Extensions for modern \.{CWEB}.  The following sections introduce code
+changes and extensions that have been created by numerous contributors over the
+course of a quarter century. They make \.{CWEB} adhere to modern coding
+standards and introduce new or improved features.
 
-The following sections introduce code changes and extensions that have been
-created by numerous contributors over the course of a quarter century. They
-make \.{CWEB} adhere to modern coding standards and introduce new or improved
-features.
-
 Care has been taken to keep the original section numbering intact, so this new
 section should have the same number as the original ``\&{82.~Index},'' and
 additional material follows below.

Modified: trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch	2020-07-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/cwebdir/ctang-w2c.ch	2020-07-30 15:10:47 UTC (rev 55993)
@@ -750,13 +750,11 @@
 @x
 @** Index.
 @y
-@** Extensions for modern \.{CWEB}.
+@** Extensions for modern \.{CWEB}.  The following sections introduce code
+changes and extensions that have been created by numerous contributors over the
+course of a quarter century. They make \.{CWEB} adhere to modern coding
+standards and introduce new or improved features.
 
-The following sections introduce code changes and extensions that have been
-created by numerous contributors over the course of a quarter century. They
-make \.{CWEB} adhere to modern coding standards and introduce new or improved
-features.
-
 Care has been taken to keep the original section numbering intact, so this new
 section should have the same number as the original ``\&{96.~Index},'' and
 additional material follows below.

Modified: trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch	2020-07-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/cwebdir/ctwill-w2c.ch	2020-07-30 15:10:47 UTC (rev 55993)
@@ -3113,13 +3113,11 @@
 @x
 @** Index.
 @y
-@** Extensions for modern {\tt CWEB}.
+@** Extensions for modern {\tt CWEB}.  The following sections introduce code
+changes and extensions that have been created by numerous contributors over the
+course of a quarter century. They make \.{CWEB} adhere to modern coding
+standards and introduce new or improved features.
 
-The following sections introduce code changes and extensions that have been
-created by numerous contributors over the course of a quarter century. They
-make \.{CWEB} adhere to modern coding standards and introduce new or improved
-features.
-
 \bigskip
 \font\itt=cmitt10
 {\noindent \it Although \.{\itt CTWILL} is based on \.{\itt cweave.w}, new and

Modified: trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch	2020-07-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/cwebdir/cweav-w2c.ch	2020-07-30 15:10:47 UTC (rev 55993)
@@ -1866,13 +1866,11 @@
 @x
 @** Index.
 @y
-@** Extensions for modern {\tt CWEB}.
+@** Extensions for modern {\tt CWEB}.  The following sections introduce code
+changes and extensions that have been created by numerous contributors over the
+course of a quarter century. They make \.{CWEB} adhere to modern coding
+standards and introduce new or improved features.
 
-The following sections introduce code changes and extensions that have been
-created by numerous contributors over the course of a quarter century. They
-make \.{CWEB} adhere to modern coding standards and introduce new or improved
-features.
-
 Care has been taken to keep the original section numbering intact, so this new
 section should have the same number as the original ``\&{250.~Index},'' and
 additional material follows below.

Modified: trunk/Build/source/texk/web2c/man/ctwill.man
===================================================================
--- trunk/Build/source/texk/web2c/man/ctwill.man	2020-07-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/man/ctwill.man	2020-07-30 15:10:47 UTC (rev 55993)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.10
+.\" Automatically generated by Pandoc 2.10.1
 .\"
 .TH "CTWILL" "1" "June 14, 2020" "Web2c @VERSION@" "General Commands Manual"
 .hy

Modified: trunk/Build/source/texk/web2c/man/cweb.man
===================================================================
--- trunk/Build/source/texk/web2c/man/cweb.man	2020-07-29 23:53:55 UTC (rev 55992)
+++ trunk/Build/source/texk/web2c/man/cweb.man	2020-07-30 15:10:47 UTC (rev 55993)
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pandoc 2.10
+.\" Automatically generated by Pandoc 2.10.1
 .\"
 .TH "CWEB" "1" "June 08, 2020" "Web2c @VERSION@" "General Commands Manual"
 .hy



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