summaryrefslogtreecommitdiff
path: root/info/digests/tex-implementors/tex_2_7_2_9.dif
diff options
context:
space:
mode:
Diffstat (limited to 'info/digests/tex-implementors/tex_2_7_2_9.dif')
-rw-r--r--info/digests/tex-implementors/tex_2_7_2_9.dif43
1 files changed, 43 insertions, 0 deletions
diff --git a/info/digests/tex-implementors/tex_2_7_2_9.dif b/info/digests/tex-implementors/tex_2_7_2_9.dif
new file mode 100644
index 0000000000..5909992b57
--- /dev/null
+++ b/info/digests/tex-implementors/tex_2_7_2_9.dif
@@ -0,0 +1,43 @@
+************
+File DRA1:[TEX82.SOURCES]TEX.WEB;3
+ 26 % Version 2.8 fixes weird bug if no \patterns are used (December 1987).
+ 27 % Version 2.9 makes \csname\endcsname's "relax" local (December 1987).
+ 29 % A reward of $40.96 will be paid to the first finder of any remaining bug.
+******
+File DRA1:[TEX82.SOURCES]TEX.WEB;2
+ 27 % A reward of $40.96 will be paid to the first finder of any remaining bug.
+************
+************
+File DRA1:[TEX82.SOURCES]TEX.WEB;3
+ 168 @d banner=='This is TeX, Version 2.9' {printed when \TeX\ starts}
+ 170 @ Different \PASCAL s have slightly different conventions, and the present
+******
+File DRA1:[TEX82.SOURCES]TEX.WEB;2
+ 166 @d banner=='This is TeX, Version 2.7' {printed when \TeX\ starts}
+ 168 @ Different \PASCAL s have slightly different conventions, and the present
+************
+************
+File DRA1:[TEX82.SOURCES]TEX.WEB;3
+ 7545 begin eq_define(cur_cs,relax,256);
+ 7546 end; {the control sequence will now match `\.{\\relax}'}
+******
+File DRA1:[TEX82.SOURCES]TEX.WEB;2
+ 7543 begin eqtb[cur_cs]:=eqtb[frozen_relax];
+ 7544 end; {the control sequence will now match `\.{\\relax}'}
+************
+************
+File DRA1:[TEX82.SOURCES]TEX.WEB;3
+17870 trie_link(0):=0; trie_char(0):=0; trie_op(0):=min_quarterword;
+17871 for k:=1 to 127 do trie[k]:=trie[0];
+******
+File DRA1:[TEX82.SOURCES]TEX.WEB;2
+17868 trie_link(0):=0; trie_char(0):=0; trie_op(0):=0;
+17869 for k:=1 to 127 do trie[k]:=trie[0];
+************
+
+Number of difference sections found: 4
+Number of difference records found: 5
+
+DIFFERENCES /IGNORE=(SPACING,TRAILING_SPACES,BLANK_LINES)/WIDTH=132/MERGED=1/OUTPUT=DRA1:[TEX82.SOURCES]TEX_2_7_2_9.DIF;1-
+ DRA1:[TEX82.SOURCES]TEX.WEB;3-
+ DRA1:[TEX82.SOURCES]TEX.WEB;2