texlive[55502] Build/source/texk/web2c: [WEB2C] Minor redactions in

commits+ascherer at tug.org commits+ascherer at tug.org
Wed Jun 10 11:59:57 CEST 2020


Revision: 55502
          http://tug.org/svn/texlive?view=revision&revision=55502
Author:   ascherer
Date:     2020-06-10 11:59:57 +0200 (Wed, 10 Jun 2020)
Log Message:
-----------
[WEB2C] Minor redactions in TeX parts.

Avoid line break in sections with empty TeX part.  Assimilate with TeX
and Metafont.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/bibtex.ch
    trunk/Build/source/texk/web2c/gftodvi.ch
    trunk/Build/source/texk/web2c/gftopk.ch
    trunk/Build/source/texk/web2c/pktogf.ch
    trunk/Build/source/texk/web2c/pltotf.ch
    trunk/Build/source/texk/web2c/tftopl.ch
    trunk/Build/source/texk/web2c/vftovp.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2020-06-10 08:49:37 UTC (rev 55501)
+++ trunk/Build/source/texk/web2c/ChangeLog	2020-06-10 09:59:57 UTC (rev 55502)
@@ -1,5 +1,15 @@
 2020-06-10  Andreas Scherer  <https://ascherer.github.io>
 
+	* bibtex.ch,
+	* gftodvi.ch,
+	* gftopk.ch,
+	* pktogf.ch,
+	* pltotf.ch,
+	* tftopl.ch,
+	* vftovp.ch: Avoid line breaks in sections with empty TeX part.
+
+2020-06-10  Andreas Scherer  <https://ascherer.github.io>
+
 	* weave.ch: Missing forced line break.
 
 2020-06-09  Andreas Scherer  <https://ascherer.github.io>

Modified: trunk/Build/source/texk/web2c/bibtex.ch
===================================================================
--- trunk/Build/source/texk/web2c/bibtex.ch	2020-06-10 08:49:37 UTC (rev 55501)
+++ trunk/Build/source/texk/web2c/bibtex.ch	2020-06-10 09:59:57 UTC (rev 55502)
@@ -745,6 +745,10 @@
 aux_found:                      {now we're ready to read the \.{.aux} file}
 end;
 @y
+This module and the next two must be changed on those systems using
+command-line arguments.
+@^system dependencies@>
+
 @<Procedures and functions for the reading and processing of input files@>=
 procedure get_the_top_level_aux_file_name;
 label aux_found,@!aux_not_found;
@@ -1684,8 +1688,7 @@
 long_options[current_option].val := 0;
 incr (current_option);
 
-@
-@<Glob...@> =
+@ @<Glob...@> =
 @!min_crossrefs: integer;
 
 @ Set |min_crossrefs| to two by default, so we match the

Modified: trunk/Build/source/texk/web2c/gftodvi.ch
===================================================================
--- trunk/Build/source/texk/web2c/gftodvi.ch	2020-06-10 08:49:37 UTC (rev 55501)
+++ trunk/Build/source/texk/web2c/gftodvi.ch	2020-06-10 09:59:57 UTC (rev 55502)
@@ -669,12 +669,10 @@
 long_options[current_option].val := 1;
 incr (current_option);
 
-@
-@<Glob...@> =
+@ @<Glob...@> =
 @!verbose: c_int_type;
 
-@
-@<Initialize the option...@> =
+@ @<Initialize the option...@> =
 verbose := false;
 
 @ Change how far from the right edge of the character boxes we print

Modified: trunk/Build/source/texk/web2c/gftopk.ch
===================================================================
--- trunk/Build/source/texk/web2c/gftopk.ch	2020-06-10 08:49:37 UTC (rev 55501)
+++ trunk/Build/source/texk/web2c/gftopk.ch	2020-06-10 09:59:57 UTC (rev 55502)
@@ -477,12 +477,10 @@
 long_options[current_option].val := 1;
 incr (current_option);
 
-@
-@<Glob...@> =
+@ @<Glob...@> =
 @!verbose: c_int_type;
 
-@
-@<Initialize the option...@> =
+@ @<Initialize the option...@> =
 verbose := false;
 
 @ An element with all zeros always ends the list.

Modified: trunk/Build/source/texk/web2c/pktogf.ch
===================================================================
--- trunk/Build/source/texk/web2c/pktogf.ch	2020-06-10 08:49:37 UTC (rev 55501)
+++ trunk/Build/source/texk/web2c/pktogf.ch	2020-06-10 09:59:57 UTC (rev 55502)
@@ -510,12 +510,10 @@
 long_options[current_option].val := 1;
 incr (current_option);
 
-@
-@<Glob...@> =
+@ @<Glob...@> =
 @!verbose: c_int_type;
 
-@
-@<Initialize the option...@> =
+@ @<Initialize the option...@> =
 verbose := false;
 
 @ An element with all zeros always ends the list.

Modified: trunk/Build/source/texk/web2c/pltotf.ch
===================================================================
--- trunk/Build/source/texk/web2c/pltotf.ch	2020-06-10 08:49:37 UTC (rev 55501)
+++ trunk/Build/source/texk/web2c/pltotf.ch	2020-06-10 09:59:57 UTC (rev 55502)
@@ -333,12 +333,10 @@
 long_options[current_option].val := 1;
 incr (current_option);
 
-@
-@<Glob...@> =
+@ @<Glob...@> =
 @!verbose: c_int_type;
 
-@
-@<Initialize the option...@> =
+@ @<Initialize the option...@> =
 verbose := false;
 
 @ An element with all zeros always ends the list.

Modified: trunk/Build/source/texk/web2c/tftopl.ch
===================================================================
--- trunk/Build/source/texk/web2c/tftopl.ch	2020-06-10 08:49:37 UTC (rev 55501)
+++ trunk/Build/source/texk/web2c/tftopl.ch	2020-06-10 09:59:57 UTC (rev 55502)
@@ -409,12 +409,10 @@
 long_options[current_option].val := 1;
 incr (current_option);
 
-@
-@<Glob...@> =
+@ @<Glob...@> =
 @!verbose: c_int_type;
 
-@
-@<Initialize the option...@> =
+@ @<Initialize the option...@> =
 verbose := false;
 
 @ This option changes how we output character codes.
@@ -432,14 +430,12 @@
 @<Type...@> =
 @!charcode_format_type = charcode_ascii..charcode_default;
 
-@
-@<Const...@> =
+@ @<Const...@> =
 @!charcode_ascii = 0;
 @!charcode_octal = 1;
 @!charcode_default = 2;
 
-@
-@<Global...@> =
+@ @<Global...@> =
 @!charcode_format: charcode_format_type;
 
 @ It starts off as the default, that is, we output letters and digits as

Modified: trunk/Build/source/texk/web2c/vftovp.ch
===================================================================
--- trunk/Build/source/texk/web2c/vftovp.ch	2020-06-10 08:49:37 UTC (rev 55501)
+++ trunk/Build/source/texk/web2c/vftovp.ch	2020-06-10 09:59:57 UTC (rev 55502)
@@ -658,14 +658,12 @@
 @<Type...@> =
 @!charcode_format_type = charcode_ascii..charcode_default;
 
-@
-@<Const...@> =
+@ @<Const...@> =
 @!charcode_ascii = 0;
 @!charcode_octal = 1;
 @!charcode_default = 2;
 
-@
-@<Global...@> =
+@ @<Global...@> =
 @!charcode_format: charcode_format_type;
 
 @ It starts off as the default, that is, we output letters and digits as



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