texlive[43077] Build/source/texk/web2c: do not refer to nonexistent

commits+karl at tug.org commits+karl at tug.org
Sun Jan 29 01:14:21 CET 2017


Revision: 43077
          http://tug.org/svn/texlive?view=revision&revision=43077
Author:   karl
Date:     2017-01-29 01:14:20 +0100 (Sun, 29 Jan 2017)
Log Message:
-----------
do not refer to nonexistent pool files in error message

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/ChangeLog
    trunk/Build/source/texk/web2c/alephdir/ChangeLog
    trunk/Build/source/texk/web2c/alephdir/com16bit.ch
    trunk/Build/source/texk/web2c/mf.ch
    trunk/Build/source/texk/web2c/tex.ch

Modified: trunk/Build/source/texk/web2c/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/ChangeLog	2017-01-28 23:58:52 UTC (rev 43076)
+++ trunk/Build/source/texk/web2c/ChangeLog	2017-01-29 00:14:20 UTC (rev 43077)
@@ -1,6 +1,12 @@
+2017-01-28  Karl Berry  <karl at freefriends.org>
+
+	* tex.ch (texarray),
+	* mf.ch (texarray): don't mention nonexistent pool files in error.
+	Thread from http://tug.org/pipermail/tex-live/2017-January/039647.html.
+
 2016-11-14  Hironori Kitagawa  <h_kitagawa2001 at yahoo.co.jp>
 
-	* texmfmp.h : Change a condition to support new primitives in
+	* texmfmp.h: Change a condition to support new primitives in
 	eptex and euptex.
 
 2016-11-05  Karl Berry  <karl at tug.org>

Modified: trunk/Build/source/texk/web2c/alephdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/alephdir/ChangeLog	2017-01-28 23:58:52 UTC (rev 43076)
+++ trunk/Build/source/texk/web2c/alephdir/ChangeLog	2017-01-29 00:14:20 UTC (rev 43077)
@@ -1,3 +1,7 @@
+2017-01-28  Karl Berry  <karl at freefriends.org>
+
+	* com16bit.ch (texarray): don't mention pool files in error message.
+
 2015-07-10  Peter Breitenlohner  <peb at mppmu.mpg.de>
 
 	* am/aleph.am: Dependencies for 'make check'.

Modified: trunk/Build/source/texk/web2c/alephdir/com16bit.ch
===================================================================
--- trunk/Build/source/texk/web2c/alephdir/com16bit.ch	2017-01-28 23:58:52 UTC (rev 43076)
+++ trunk/Build/source/texk/web2c/alephdir/com16bit.ch	2017-01-29 00:14:20 UTC (rev 43077)
@@ -2177,7 +2177,8 @@
 format_debug('string pool checksum')(x);
 if x<>@$ then begin {check that strings are the same}
   wake_up_terminal;
-  wterm_ln('---! ', stringcast(name_of_file+1), ' doesn''t match ', pool_name);
+  wterm_ln('---! ', stringcast(name_of_file+1),
+           'made by different executable version');
   goto bad_fmt;
 end;
 undump_int(x);

Modified: trunk/Build/source/texk/web2c/mf.ch
===================================================================
--- trunk/Build/source/texk/web2c/mf.ch	2017-01-28 23:58:52 UTC (rev 43076)
+++ trunk/Build/source/texk/web2c/mf.ch	2017-01-29 00:14:20 UTC (rev 43077)
@@ -1812,7 +1812,8 @@
 undump_int(x);
 if x<>@$ then begin {check that strings are the same}
   wake_up_terminal;
-  wterm_ln('---! ', stringcast(name_of_file+1), ' doesn''t match ', pool_name);
+  wterm_ln('---! ', stringcast(name_of_file+1),
+           'made by different executable version');
   goto off_base;
 end;
 @<Undump |xord|, |xchr|, and |xprn|@>;

Modified: trunk/Build/source/texk/web2c/tex.ch
===================================================================
--- trunk/Build/source/texk/web2c/tex.ch	2017-01-28 23:58:52 UTC (rev 43076)
+++ trunk/Build/source/texk/web2c/tex.ch	2017-01-29 00:14:20 UTC (rev 43077)
@@ -3477,7 +3477,8 @@
 format_debug('string pool checksum')(x);
 if x<>@$ then begin {check that strings are the same}
   wake_up_terminal;
-  wterm_ln('---! ', stringcast(name_of_file+1), ' doesn''t match ', pool_name);
+  wterm_ln('---! ', stringcast(name_of_file+1),
+           ' made by different executable version');
   goto bad_fmt;
 end;
 @<Undump |xord|, |xchr|, and |xprn|@>;



More information about the tex-live-commits mailing list