texlive[71655] Build/source/texk/web2c/tex.ch: Restore several

commits+ascherer at tug.org commits+ascherer at tug.org
Sat Jun 29 20:09:11 CEST 2024


Revision: 71655
          https://tug.org/svn/texlive?view=revision&revision=71655
Author:   ascherer
Date:     2024-06-29 20:09:10 +0200 (Sat, 29 Jun 2024)
Log Message:
-----------
Restore several comments in TEX.CH.

These got clobbered by the initial version of 'fix-changefile-lines.py'.

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/tex.ch

Modified: trunk/Build/source/texk/web2c/tex.ch
===================================================================
--- trunk/Build/source/texk/web2c/tex.ch	2024-06-29 13:02:53 UTC (rev 71654)
+++ trunk/Build/source/texk/web2c/tex.ch	2024-06-29 18:09:10 UTC (rev 71655)
@@ -136,7 +136,7 @@
 @d tats==endif('STAT')
 @z
 
- at x [1.8] l.322 - Somewhat different for `init...tini'..  310 m.8
+ at x [1.8] l.322 - Somewhat different for `init...tini'.
 the codewords `$|init|\ldots|tini|$'.
 
 @d init== {change this to `$\\{init}\equiv\.{@@\{}$' in the production version}
@@ -1178,7 +1178,7 @@
 @!nest:^list_state_record;
 @z
 
- at x [16.215] l.4365 - reference from initialize.
+ at x [16.215] l.4365 - remove mem[] reference from initialize.
 prev_graf:=0; shown_mode:=0;
 @<Start a new current page@>;
 @y
@@ -3238,7 +3238,7 @@
 main_i:=effective_char_info(main_f,cur_l);
 @z
 
- at x [46.1049] l.20440
+ at x [46.1049] l.20440 - i18n fix, see change to [16.211]
 print("' in "); print_mode(mode);
 @y
 print_in_mode(mode);
@@ -3699,7 +3699,7 @@
 undump(hash_base)(hash_top)(write_loc);@/
 @z
 
- at x [50.1315] l.24005 - Make dumping/undumping more efficienteqtb
+ at x [50.1315] l.24005 - Make dumping/undumping more efficient - eqtb
 while k<l do
   begin dump_wd(eqtb[k]); incr(k);
   end;
@@ -3707,7 +3707,7 @@
 dump_things(eqtb[k], l-k);
 @z
 
- at x [50.1316] l.24024 - Make dumping/undumping more efficienteqtb
+ at x [50.1316] l.24024 - Make dumping/undumping more efficient - eqtb
 while k<l do
   begin dump_wd(eqtb[k]); incr(k);
   end;
@@ -3725,7 +3725,7 @@
   {dump |hash_extra| part}
 @z
 
- at x [50.1317] l.24034 - Make dumping/undumping more efficienteqtb
+ at x [50.1317] l.24034 - Make dumping/undumping more efficient - eqtb
 for j:=k to k+x-1 do undump_wd(eqtb[j]);
 @y
 undump_things(eqtb[k], x);
@@ -3767,7 +3767,7 @@
 end;
 @z
 
- at x [50.1320] l.24065 - Make dumping/undumping more efficienttfm
+ at x [50.1320] l.24065 - Make dumping/undumping more efficient - tfm
 for k:=0 to fmem_ptr-1 do dump_wd(font_info[k]);
 dump_int(font_ptr);
 for k:=null_font to font_ptr do
@@ -3808,7 +3808,7 @@
 % in the same section of the fmt file.  But it's a lot faster to
 % write the arrays of information out, one whole array at a time.
 % So that's the way we handle dumping and undumping font info.
- at x [50.1322] l.24080 - Make dumping/undumping more efficienttfm
+ at x [50.1322] l.24080 - Make dumping/undumping more efficient - tfm
 @ @<Dump the array info for internal font number |k|@>=
 begin dump_qqqq(font_check[k]);
 dump_int(font_size[k]);
@@ -3875,7 +3875,7 @@
 end
 @z
 
- at x [50.1323] l.24111 - Make dumping/undumping more efficienttfm
+ at x [50.1323] l.24111 - Make dumping/undumping more efficient - tfm
 @ @<Undump the array info for internal font number |k|@>=
 begin undump_qqqq(font_check[k]);@/
 undump_int(font_size[k]);
@@ -3990,7 +3990,7 @@
 else print(" hyphenation exception");
 @z
 
- at x [50.1324] l.24146 - Make dumping/undumping more efficienttrie
+ at x [50.1324] l.24146 - Make dumping/undumping more efficient - trie
 for k:=0 to trie_max do dump_hh(trie[k]);
 @y
 dump_things(trie_trl[0], trie_max+1);
@@ -3998,7 +3998,7 @@
 dump_things(trie_trc[0], trie_max+1);
 @z
 
- at x [50.1324] l.24148 - Make dumping/undumping more efficienttrie
+ at x [50.1324] l.24148 - Make dumping/undumping more efficient - trie
 for k:=1 to trie_op_ptr do
   begin dump_int(hyf_distance[k]);
   dump_int(hyf_num[k]);
@@ -4049,7 +4049,7 @@
   if hyph_next >= hyph_prime then incr(hyph_next);
 @z
 
- at x [50.1325] l.24174 - Make dumping/undumping more efficienttrie
+ at x [50.1325] l.24174 - Make dumping/undumping more efficient - trie
 for k:=0 to j do undump_hh(trie[k]);
 @y
 {These first three haven't been allocated yet unless we're \.{INITEX};
@@ -4062,7 +4062,7 @@
 undump_things(trie_trc[0], j+1);
 @z
 
- at x [50.1325] l.24176 - Make dumping/undumping more efficienttrie
+ at x [50.1325] l.24176 - Make dumping/undumping more efficient - trie
 for k:=1 to j do
   begin undump(0)(63)(hyf_distance[k]); {a |small_number|}
   undump(0)(63)(hyf_num[k]);
@@ -4355,7 +4355,7 @@
     dump_core {do something to cause a core dump}
 @z
 
- at x [52.1339] l.24511 - debugprint tfm info
+ at x [52.1339] l.24511 - debug - print tfm info
 5: print_word(font_info[n]);
 @y
 5: begin print_scaled(font_info[n].sc); print_char(" ");@/



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