texlive[67998] Build/source/texk/web2c: ptexdir: clean up

commits+hironobu at tug.org commits+hironobu at tug.org
Mon Aug 21 18:28:03 CEST 2023


Revision: 67998
          http://tug.org/svn/texlive?view=revision&revision=67998
Author:   hironobu
Date:     2023-08-21 18:28:03 +0200 (Mon, 21 Aug 2023)
Log Message:
-----------
ptexdir: clean up

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/eptexdir/eptex.ech
    trunk/Build/source/texk/web2c/eptexdir/etex.ch1
    trunk/Build/source/texk/web2c/ptexdir/ChangeLog
    trunk/Build/source/texk/web2c/ptexdir/ptex-base.ch
    trunk/Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0
    trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch0
    trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch1
    trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch0
    trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch1
    trunk/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0

Modified: trunk/Build/source/texk/web2c/eptexdir/eptex.ech
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/eptex.ech	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/eptexdir/eptex.ech	2023-08-21 16:28:03 UTC (rev 67998)
@@ -777,7 +777,7 @@
 @z
 
 @x e-pTeX: fetch \(no)auto(x)spacing status
-@* \[56] System-dependent changes.
+@* \[54] System-dependent changes.
 @y
 @ The \.{\\currentspacingmode} and \.{\\currentxspacingmode} commands
 return the current \pTeX's status of \.{\\(no)autospacing} and
@@ -800,5 +800,5 @@
 current_spacing_mode_code: cur_val:=auto_spacing;
 current_xspacing_mode_code: cur_val:=auto_xspacing;
 
-@* \[56] System-dependent changes.
+@* \[54] System-dependent changes.
 @z

Modified: trunk/Build/source/texk/web2c/eptexdir/etex.ch1
===================================================================
--- trunk/Build/source/texk/web2c/eptexdir/etex.ch1	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/eptexdir/etex.ch1	2023-08-21 16:28:03 UTC (rev 67998)
@@ -212,15 +212,3 @@
 @d show_mode=7 { \.{\\showmode} }
 @z
 
- at x
-@* \[55/\pTeX] System-dependent changes for \pTeX.
- at y
-@* \[54/\pTeX] System-dependent changes for \pTeX.
- at z
-
- at x
-@* \[56] System-dependent changes.
- at y
-@* \[54] System-dependent changes.
- at z
-

Modified: trunk/Build/source/texk/web2c/ptexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/ChangeLog	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/ptexdir/ChangeLog	2023-08-21 16:28:03 UTC (rev 67998)
@@ -1,3 +1,7 @@
+2023-08-22  Hironobu Yamashita  <h.y.acetaminophen at gmail.com>
+
+	* ptex-base.ch: Clean up unnecessary lines.
+
 2023-08-20  TANAKA Takuji  <ttk at t-lab.opal.ne.jp>
 
 	* {ptriptest,pver,wcfname,zfmtcompress}.test:

Modified: trunk/Build/source/texk/web2c/ptexdir/ptex-base.ch
===================================================================
--- trunk/Build/source/texk/web2c/ptexdir/ptex-base.ch	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/ptexdir/ptex-base.ch	2023-08-21 16:28:03 UTC (rev 67998)
@@ -499,26 +499,9 @@
 In \pTeX\ the |subtype| field records the box direction |box_dir|.
 @z
 
- at x [10.135] l.2897 - pTeX: box_dir, space_ptr, xspace_ptr
+ at x [10.135] l.2897 - pTeX: box_dir
 @d hlist_node=0 {|type| of hlist nodes}
 @d box_node_size=7 {number of words to allocate for a box node}
- at d width_offset=1 {position of |width| field in a box node}
- at d depth_offset=2 {position of |depth| field in a box node}
- at d height_offset=3 {position of |height| field in a box node}
- at d width(#) == mem[#+width_offset].sc {width of the box, in sp}
- at d depth(#) == mem[#+depth_offset].sc {depth of the box, in sp}
- at d height(#) == mem[#+height_offset].sc {height of the box, in sp}
- at d shift_amount(#) == mem[#+4].sc {repositioning distance, in sp}
- at d list_offset=5 {position of |list_ptr| field in a box node}
- at d list_ptr(#) == link(#+list_offset) {beginning of the list inside the box}
- at d glue_order(#) == subtype(#+list_offset) {applicable order of infinity}
- at d glue_sign(#) == type(#+list_offset) {stretching or shrinking}
- at d normal=0 {the most common case when several cases are named}
- at d stretching = 1 {glue setting applies to the stretch components}
- at d shrinking = 2 {glue setting applies to the shrink components}
- at d glue_offset = 6 {position of |glue_set| in a box node}
- at d glue_set(#) == mem[#+glue_offset].gr
-  {a word of type |glue_ratio| for glue setting}
 @y
 @d hlist_node=0 {|type| of hlist nodes}
 @d box_node_size=8 {number of words to allocate for a box node}
@@ -534,23 +517,16 @@
 @d dir_yoko = 4 {direction of the box, equal default}
 @d any_dir == dir_yoko,dir_tate,dir_dtou
 @#
- at d width_offset=1 {position of |width| field in a box node}
- at d depth_offset=2 {position of |depth| field in a box node}
- at d height_offset=3 {position of |height| field in a box node}
- at d width(#) == mem[#+width_offset].sc {width of the box, in sp}
- at d depth(#) == mem[#+depth_offset].sc {depth of the box, in sp}
- at d height(#) == mem[#+height_offset].sc {height of the box, in sp}
- at d shift_amount(#) == mem[#+4].sc {repositioning distance, in sp}
- at d list_offset=5 {position of |list_ptr| field in a box node}
- at d list_ptr(#) == link(#+list_offset) {beginning of the list inside the box}
- at d glue_order(#) == subtype(#+list_offset) {applicable order of infinity}
- at d glue_sign(#) == type(#+list_offset) {stretching or shrinking}
- at d normal=0 {the most common case when several cases are named}
- at d stretching = 1 {glue setting applies to the stretch components}
- at d shrinking = 2 {glue setting applies to the shrink components}
+ at z
+
+ at x [10.135] l.2897 - pTeX: space_ptr, xspace_ptr
 @d glue_offset = 6 {position of |glue_set| in a box node}
 @d glue_set(#) == mem[#+glue_offset].gr
   {a word of type |glue_ratio| for glue setting}
+ at y
+ at d glue_offset = 6 {position of |glue_set| in a box node}
+ at d glue_set(#) == mem[#+glue_offset].gr
+  {a word of type |glue_ratio| for glue setting}
 @d space_offset = 7 {position of |glue_set| in a box node}
 @d space_ptr(#) == link(#+space_offset)
 @d xspace_ptr(#) == info(#+space_offset)
@@ -754,8 +730,8 @@
 hlist_node,vlist_node,ins_node,whatsit_node,mark_node,adjust_node,
   unset_node: print("[]");
 @y
-hlist_node,vlist_node,dir_node,ins_node,whatsit_node,
-  mark_node,adjust_node,unset_node: print("[]");
+hlist_node,vlist_node,dir_node,ins_node,whatsit_node,mark_node,adjust_node,
+  unset_node: print("[]");
 @z
 
 @x [12.176] l.3698 - pTeX: print KANJI.
@@ -1292,8 +1268,8 @@
 @d char_sub_code(#)==equiv(char_sub_code_base+#)
   {Note: |char_sub_code(c)| is the true substitution info plus |min_halfword|}
 @#
- at d cur_jfont==equiv(cur_jfont_loc) {pTeX: }
- at d cur_tfont==equiv(cur_tfont_loc)
+ at d cur_jfont==equiv(cur_jfont_loc) { \pTeX }
+ at d cur_tfont==equiv(cur_tfont_loc) { \pTeX }
 @d auto_spacing==equiv(auto_spacing_code)
 @d auto_xspacing==equiv(auto_xspacing_code)
 @d kcat_code(#)==equiv(kcat_code_base+#)
@@ -7028,7 +7004,7 @@
 @x l.26984 - pTeX
 @* \[54] System-dependent changes.
 @y
-@* \[55/\pTeX] System-dependent changes for \pTeX.
+@* \[53b/\pTeX] The extended features for \pTeX.
 This section described extended variables, procesures, functions and so on
 for \pTeX.
 
@@ -8192,5 +8168,5 @@
   end;
 end;
 
-@* \[56] System-dependent changes.
+@* \[54] System-dependent changes.
 @z

Modified: trunk/Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex-e-rec.ch0	2023-08-21 16:28:03 UTC (rev 67998)
@@ -116,11 +116,9 @@
 @z
 
 @x synctex-mem.ch0 l.236
-@ @<Put each...@>=
 primitive("synctex",assign_int,int_base+synctex_code);@/
 @!@:synctex_}{\.{\\synctex} primitive@>
 @y
-@ @<Put each...@>=
 primitive("synctex",assign_int,int_base+synctex_code);@/
 @!@:synctex_}{\.{\\synctex} primitive@>
 

Modified: trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch0
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch0	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch0	2023-08-21 16:28:03 UTC (rev 67998)
@@ -17,9 +17,3 @@
   words:=small_node_size;
   end;
 @z
-
- at x tex.web l. 24956
-@* \[54/\pTeX] System-dependent changes for \pTeX.
- at y
-@* \[54] System-dependent changes.
- at z

Modified: trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch1
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch1	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex-ep-mem.ch1	2023-08-21 16:28:03 UTC (rev 67998)
@@ -15,9 +15,3 @@
 @d synctex_code=web2c_int_pars
 @d etex_int_base=synctex_code+1 {base for \eTeX's integer parameters}
 @z
-
- at x tex.web l. 24956
-@* \[54] System-dependent changes.
- at y
-@* \[54/\pTeX] System-dependent changes for \pTeX.
- at z

Modified: trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch0
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch0	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch0	2023-08-21 16:28:03 UTC (rev 67998)
@@ -17,9 +17,3 @@
   words:=small_node_size;
   end;
 @z
-
- at x tex.web l. 24956
-@* \[55/\pTeX] System-dependent changes for \pTeX.
- at y
-@* \[54] System-dependent changes.
- at z

Modified: trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch1
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch1	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex-p-mem.ch1	2023-08-21 16:28:03 UTC (rev 67998)
@@ -15,9 +15,3 @@
 @d synctex_code=web2c_int_pars
 @d int_pars=synctex_code+1 {total number of integer parameters}
 @z
-
- at x tex.web l. 24956
-@* \[54] System-dependent changes.
- at y
-@* \[55/\pTeX] System-dependent changes for \pTeX.
- at z

Modified: trunk/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0
===================================================================
--- trunk/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0	2023-08-20 23:43:11 UTC (rev 67997)
+++ trunk/Build/source/texk/web2c/synctexdir/synctex-p-rec.ch0	2023-08-21 16:28:03 UTC (rev 67998)
@@ -12,17 +12,9 @@
 @z
 
 @x synctex-mem.ch0 l.236
-It is initialized by the {\sl Sync\TeX} controller to the command-line option if given.
-The controller may filter some reserved bits.
-
-@ @<Put each...@>=
 primitive("synctex",assign_int,int_base+synctex_code);@/
 @!@:synctex_}{\.{\\synctex} primitive@>
 @y
-It is initialized by the {\sl Sync\TeX} controller to the command-line option if given.
-The controller may filter some reserved bits.
-
-@ @<Put each...@>=
 primitive("synctex",assign_int,int_base+synctex_code);@/
 @!@:synctex_}{\.{\\synctex} primitive@>
 



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