texlive[50096] Build/source/texk/seetexk: seetexk/dviconcat.c: better
commits+hironobu at tug.org
commits+hironobu at tug.org
Sat Feb 23 05:03:16 CET 2019
Revision: 50096
http://tug.org/svn/texlive?view=revision&revision=50096
Author: hironobu
Date: 2019-02-23 05:03:15 +0100 (Sat, 23 Feb 2019)
Log Message:
-----------
seetexk/dviconcat.c: better pTeX DVI support
Modified Paths:
--------------
trunk/Build/source/texk/seetexk/ChangeLog
trunk/Build/source/texk/seetexk/dviconcat.c
Modified: trunk/Build/source/texk/seetexk/ChangeLog
===================================================================
--- trunk/Build/source/texk/seetexk/ChangeLog 2019-02-23 01:59:36 UTC (rev 50095)
+++ trunk/Build/source/texk/seetexk/ChangeLog 2019-02-23 04:03:15 UTC (rev 50096)
@@ -1,3 +1,8 @@
+2019-02-22 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+
+ * dviconcat.c: Set DVI ID to 3 if at least one input DVI file
+ contains opcode 255.
+
2017-06-23 TANAKA Takuji <ttk at t-lab.opal.ne.jp>
* dvibook.c, dviconcat.c, dviselect.c, dvitodvi.c, error.h:
Modified: trunk/Build/source/texk/seetexk/dviconcat.c
===================================================================
--- trunk/Build/source/texk/seetexk/dviconcat.c 2019-02-23 01:59:36 UTC (rev 50095)
+++ trunk/Build/source/texk/seetexk/dviconcat.c 2019-02-23 04:03:15 UTC (rev 50096)
@@ -388,9 +388,6 @@
{
static int started;
-#ifdef ASCIIPTEX
- ptexdvi = 0;
-#endif
DVIFileName = name;
inf = fp;
if (HandlePreAmble(started ? 0 : 1))
@@ -459,6 +456,9 @@
if ((FontFinder = SCreate(sizeof(struct fontinfo *))) == 0)
error(1, 0, "cannot create font finder (out of memory?)");
StartOfLastPage = -1;
+#ifdef ASCIIPTEX
+ ptexdvi = 0;
+#endif
/*
* Concatenate the named input file(s).
More information about the tex-live-commits
mailing list