diff options
Diffstat (limited to 'Build/source/texk/web2c')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/alephdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/alephdir/com16bit.ch | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/mf.ch | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/tex.ch | 7 |
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 |