texlive[48428] Build/source/texk/makejvf: makejvf: update
commits+hironobu at tug.org
commits+hironobu at tug.org
Sat Aug 18 12:56:05 CEST 2018
Revision: 48428
http://tug.org/svn/texlive?view=revision&revision=48428
Author: hironobu
Date: 2018-08-18 12:56:05 +0200 (Sat, 18 Aug 2018)
Log Message:
-----------
makejvf: update
Modified Paths:
--------------
trunk/Build/source/texk/makejvf/ChangeLog
trunk/Build/source/texk/makejvf/tfmread.c
trunk/Build/source/texk/makejvf/version.h
Modified: trunk/Build/source/texk/makejvf/ChangeLog
===================================================================
--- trunk/Build/source/texk/makejvf/ChangeLog 2018-08-18 08:21:26 UTC (rev 48427)
+++ trunk/Build/source/texk/makejvf/ChangeLog 2018-08-18 10:56:05 UTC (rev 48428)
@@ -1,3 +1,8 @@
+2018-08-18 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+
+ * tfmread.c: Do not check GLUEKERN table in non-enhanced mode.
+ * version.h: Bump version.
+
2018-03-15 TANAKA Takuji <ttk at t-lab.opal.ne.jp>
* usrtable.c: Do not initialize CHARSET flag at
Modified: trunk/Build/source/texk/makejvf/tfmread.c
===================================================================
--- trunk/Build/source/texk/makejvf/tfmread.c 2018-08-18 08:21:26 UTC (rev 48427)
+++ trunk/Build/source/texk/makejvf/tfmread.c 2018-08-18 10:56:05 UTC (rev 48428)
@@ -26,7 +26,7 @@
w = width[w_ind];
rightamount = 0;
- if (w != zw && ctype > 0) {
+ if (enhanced && w != zw && ctype > 0) {
/* get natural length of JFM glue between <type0> and <type of kcode> */
tag = char_info[0*4+2] % 4;
if (tag == 1) {
Modified: trunk/Build/source/texk/makejvf/version.h
===================================================================
--- trunk/Build/source/texk/makejvf/version.h 2018-08-18 08:21:26 UTC (rev 48427)
+++ trunk/Build/source/texk/makejvf/version.h 2018-08-18 10:56:05 UTC (rev 48428)
@@ -1,2 +1,2 @@
-#define VERSION "20180315"
+#define VERSION "20180818"
#define BUG_ADDRESS "issue at texjp.org"
More information about the tex-live-commits
mailing list