summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-13 08:53:50 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-01-13 08:53:50 +0000
commitddec8a038b04d13b12eccfa71bd24b78967dd8c5 (patch)
tree3b8e00fa7a8f1ae473b3eee42cdd0fb60b82f2b8 /Build/source/texk/web2c
parent54c54c6d0b45446d5def44645ee8f47c93f2f5e1 (diff)
TeX & METAFONT: Restore the word 'preloaded' from format and base idents as requested by Knuth
git-svn-id: svn://tug.org/texlive/trunk@32650 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r--Build/source/texk/web2c/ChangeLog6
-rw-r--r--Build/source/texk/web2c/alephdir/ChangeLog5
-rw-r--r--Build/source/texk/web2c/alephdir/com16bit.ch6
-rw-r--r--Build/source/texk/web2c/mf.ch6
-rw-r--r--Build/source/texk/web2c/tex.ch7
5 files changed, 11 insertions, 19 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index 1a815b5f97e..c78bd01c72f 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-13 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Request from Knuth.
+ * mf.ch: Restore the word `preloaded' from base_idents.
+ * tex.ch: Restore the word `preloaded' from format_idents.
+
2014-01-09 Peter Breitenlohner <peb@mppmu.mpg.de>
Introduce a genuine 64-bit integer type, in case of 32-bit off_t.
diff --git a/Build/source/texk/web2c/alephdir/ChangeLog b/Build/source/texk/web2c/alephdir/ChangeLog
index 902311fd377..5e25c322ef2 100644
--- a/Build/source/texk/web2c/alephdir/ChangeLog
+++ b/Build/source/texk/web2c/alephdir/ChangeLog
@@ -1,3 +1,8 @@
+2014-01-13 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * com16bit.ch.ch: Restore the word `preloaded' from
+ format_idents (as in ../tex.ch).
+
2013-06-28 Peter Breitenlohner <peb@mppmu.mpg.de>
* alephbis.c: Include "alephd.h" before system headers.
diff --git a/Build/source/texk/web2c/alephdir/com16bit.ch b/Build/source/texk/web2c/alephdir/com16bit.ch
index f4318eac363..28df09da530 100644
--- a/Build/source/texk/web2c/alephdir/com16bit.ch
+++ b/Build/source/texk/web2c/alephdir/com16bit.ch
@@ -2421,12 +2421,6 @@ if (x<>69069)or eof(fmt_file) then goto bad_fmt
if x<>69069 then goto bad_fmt
@z
-@x [50.1328] l.24124 - Eliminate probably wrong word `preloaded' from format_idents.
-print(" (preloaded format="); print(job_name); print_char(" ");
-@y
-print(" (format="); print(job_name); print_char(" ");
-@z
-
@x [51.1332] l.24203 - make the main program a procedure, for eqtb hack.
@p begin @!{|start_here|}
@y
diff --git a/Build/source/texk/web2c/mf.ch b/Build/source/texk/web2c/mf.ch
index ebfe2a3d78b..435561e7450 100644
--- a/Build/source/texk/web2c/mf.ch
+++ b/Build/source/texk/web2c/mf.ch
@@ -2119,12 +2119,6 @@ undump_int(x);@+if (x<>69069)or eof(base_file) then goto off_base
undump_int(x);@+if x<>69069 then goto off_base
@z
-@x [48.1200] Eliminate probably-wrong word `preloaded' from base_idents.
-print(" (preloaded base="); print(job_name); print_char(" ");
-@y
-print(" (base="); print(job_name); print_char(" ");
-@z
-
@x [49.1204] Dynamic allocation.
@p begin @!{|start_here|}
@y
diff --git a/Build/source/texk/web2c/tex.ch b/Build/source/texk/web2c/tex.ch
index 3657ad227cd..53549255cb4 100644
--- a/Build/source/texk/web2c/tex.ch
+++ b/Build/source/texk/web2c/tex.ch
@@ -4033,13 +4033,6 @@ if (x<>69069)or eof(fmt_file) then goto bad_fmt
if x<>69069 then goto bad_fmt
@z
-% Eliminate probably wrong word `preloaded' from format_idents.
-@x [50.1328] l.24124
-print(" (preloaded format="); print(job_name); print_char(" ");
-@y
-print(" (format="); print(job_name); print_char(" ");
-@z
-
@x [51.1332] l.24203 - make the main program a procedure, for eqtb hack.
@p begin @!{|start_here|}
@y