texlive[55924] Build/source/texk/web2c: [C/TIE] Format types in

commits+ascherer at tug.org commits+ascherer at tug.org
Fri Jul 24 19:11:33 CEST 2020


Revision: 55924
          http://tug.org/svn/texlive?view=revision&revision=55924
Author:   ascherer
Date:     2020-07-24 19:11:33 +0200 (Fri, 24 Jul 2020)
Log Message:
-----------
[C/TIE] Format types in boldface prior to their definition.

|file_types| and |out_md_type| should be formatted similar to
|in_file_modes|.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ctiedir/ChangeLog
    trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch
    trunk/Build/source/texk/web2c/tiedir/ChangeLog
    trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch

Modified: trunk/Build/source/texk/web2c/ctiedir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ChangeLog	2020-07-23 23:54:46 UTC (rev 55923)
+++ trunk/Build/source/texk/web2c/ctiedir/ChangeLog	2020-07-24 17:11:33 UTC (rev 55924)
@@ -1,3 +1,7 @@
+2020-07-24  Andreas Scherer  <https://ascherer.github.io>
+
+	* ctie-k.ch: Format types in boldface prior to their definition.
+
 2020-06-10  Andreas Scherer  <https://ascherer.github.io>
 
 	* ctie-k.ch: A few random finds while skimming the formatted code.

Modified: trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch
===================================================================
--- trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch	2020-07-23 23:54:46 UTC (rev 55923)
+++ trunk/Build/source/texk/web2c/ctiedir/ctie-k.ch	2020-07-24 17:11:33 UTC (rev 55924)
@@ -209,6 +209,12 @@
 
 Sections 10 and 11: use enum as requested in ctie.w
 
+ at x l.204
+\leavevmode |file_types| is used to describe whether a file
+ at y
+\leavevmode \&{file\_types} is used to describe whether a file
+ at z
+
 @x l.208
 the kind of output. (this would even be necessary if we
 @y
@@ -237,6 +243,12 @@
     @!chf } file_types;
 @z
 
+ at x l.223
+@ A variable of type |out_md_type| will tell us in what state the output
+ at y
+@ A variable of type \&{out\_md\_type} will tell us in what state the output
+ at z
+
 @x l.230 dito
 #define normal 0
 #define pre 1

Modified: trunk/Build/source/texk/web2c/tiedir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/tiedir/ChangeLog	2020-07-23 23:54:46 UTC (rev 55923)
+++ trunk/Build/source/texk/web2c/tiedir/ChangeLog	2020-07-24 17:11:33 UTC (rev 55924)
@@ -1,3 +1,7 @@
+2020-07-24  Andreas Scherer  <https://ascherer.github.io>
+
+	* tie-w2c.ch: Format types in boldface prior to their definition.
+
 2020-07-21  Andreas Scherer  <https://ascherer.github.io>
 
 	* tie-w2c.ch: Fix case glitch in section 18.

Modified: trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch
===================================================================
--- trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch	2020-07-23 23:54:46 UTC (rev 55923)
+++ trunk/Build/source/texk/web2c/tiedir/tie-w2c.ch	2020-07-24 17:11:33 UTC (rev 55924)
@@ -183,6 +183,12 @@
 
 Sections 18 and 19: use enum as requested in tie.w
 
+ at x l.522
+\leavevmode |file_types| is used to describe whether a file
+ at y
+\leavevmode \&{file\_types} is used to describe whether a file
+ at z
+
 @x l.526 Fix case glitch.
 the kind of output. (this would even be necessary if we
 @y
@@ -211,6 +217,12 @@
     @!chf } file_types;
 @z
 
+ at x l.541
+@ A variable of type |out_md_type| will tell us in what state the output
+ at y
+@ A variable of type \&{out\_md\_type} will tell us in what state the output
+ at z
+
 @x l.548
 #define normal 0
 #define pre 1



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