texlive[46439] trunk: jfmutil (25jan18)
commits+karl at tug.org
commits+karl at tug.org
Thu Jan 25 22:51:34 CET 2018
Revision: 46439
http://tug.org/svn/texlive?view=revision&revision=46439
Author: karl
Date: 2018-01-25 22:51:34 +0100 (Thu, 25 Jan 2018)
Log Message:
-----------
jfmutil (25jan18)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/jfmutil/jfmutil.pl
trunk/Master/texmf-dist/doc/fonts/jfmutil/LICENSE
trunk/Master/texmf-dist/doc/fonts/jfmutil/README-ja.md
trunk/Master/texmf-dist/doc/fonts/jfmutil/README.md
trunk/Master/texmf-dist/scripts/jfmutil/jfmutil.pl
Modified: trunk/Build/source/texk/texlive/linked_scripts/jfmutil/jfmutil.pl
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/jfmutil/jfmutil.pl 2018-01-25 14:14:06 UTC (rev 46438)
+++ trunk/Build/source/texk/texlive/linked_scripts/jfmutil/jfmutil.pl 2018-01-25 21:51:34 UTC (rev 46439)
@@ -2,7 +2,7 @@
#
# This is file 'jfmutil.pl'.
#
-# Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+# Copyright (c) 2018 Takayuki YATO (aka. "ZR")
# GitHub: https://github.com/zr-tex8r
# Twitter: @zr_tex8r
#
@@ -12,8 +12,8 @@
#------------------------------------------------- ZRTeXtor module
package ZRTeXtor;
-our $VERSION = 1.004_00;
-our $mod_date = "2017/07/17";
+our $VERSION = 1.004_01;
+our $mod_date = "2018/01/20";
use Encode qw(encode decode);
# Here follows excerpt from ZRTeXtor.pm
@@ -1343,8 +1343,8 @@
#-- give a cooked list for efficiency
#$pe = pl_cook(['CHARACTER', 'C', 0,
# ['CHARWD', 'R', 0], undef]);
- $pe = (['CHARACTER', [CNUM, 'C', 0], 0,
- ['CHARWD', [CNUM, 'R', 0], 0], undef]);
+ $pe = (['CHARACTER', [CNUM, 0, 'C'], 0,
+ ['CHARWD', [CNUM, 0, 'R'], 0], undef]);
if (defined($t = vf_dvi_parse($u))) { $pe->[4] = $t; }
elsif (!$swdh) {
return vf_synerror("illegal dvi code (char $fs[2])");
Modified: trunk/Master/texmf-dist/doc/fonts/jfmutil/LICENSE
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/jfmutil/LICENSE 2018-01-25 14:14:06 UTC (rev 46438)
+++ trunk/Master/texmf-dist/doc/fonts/jfmutil/LICENSE 2018-01-25 21:51:34 UTC (rev 46439)
@@ -1,6 +1,6 @@
The MIT License
-Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+Copyright (c) 2018 Takayuki YATO (aka. "ZR")
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Modified: trunk/Master/texmf-dist/doc/fonts/jfmutil/README-ja.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/jfmutil/README-ja.md 2018-01-25 14:14:06 UTC (rev 46438)
+++ trunk/Master/texmf-dist/doc/fonts/jfmutil/README-ja.md 2018-01-25 21:51:34 UTC (rev 46439)
@@ -460,6 +460,9 @@
更新履歴
--------
+ * Version 1.1.1 〈2018/01/20〉
+ - バグ修正。
+
* Version 1.1.0 〈2017/09/16〉
- pxcopyfont 由来の機能(`vfinfo`、`vfcopy` サブコマンド)を追加。
Modified: trunk/Master/texmf-dist/doc/fonts/jfmutil/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/fonts/jfmutil/README.md 2018-01-25 14:14:06 UTC (rev 46438)
+++ trunk/Master/texmf-dist/doc/fonts/jfmutil/README.md 2018-01-25 21:51:34 UTC (rev 46439)
@@ -73,6 +73,9 @@
Revision History
----------------
+ * Version 1.1.1 〈2018/01/20〉
+ - Bug fix.
+
* Version 1.1.0 〈2017/09/16〉
- Add subcommands `vfinfo` and `vfcopy`.
Modified: trunk/Master/texmf-dist/scripts/jfmutil/jfmutil.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/jfmutil/jfmutil.pl 2018-01-25 14:14:06 UTC (rev 46438)
+++ trunk/Master/texmf-dist/scripts/jfmutil/jfmutil.pl 2018-01-25 21:51:34 UTC (rev 46439)
@@ -2,7 +2,7 @@
#
# This is file 'jfmutil.pl'.
#
-# Copyright (c) 2017 Takayuki YATO (aka. "ZR")
+# Copyright (c) 2018 Takayuki YATO (aka. "ZR")
# GitHub: https://github.com/zr-tex8r
# Twitter: @zr_tex8r
#
@@ -12,8 +12,8 @@
#------------------------------------------------- ZRTeXtor module
package ZRTeXtor;
-our $VERSION = 1.004_00;
-our $mod_date = "2017/07/17";
+our $VERSION = 1.004_01;
+our $mod_date = "2018/01/20";
use Encode qw(encode decode);
# Here follows excerpt from ZRTeXtor.pm
@@ -1343,8 +1343,8 @@
#-- give a cooked list for efficiency
#$pe = pl_cook(['CHARACTER', 'C', 0,
# ['CHARWD', 'R', 0], undef]);
- $pe = (['CHARACTER', [CNUM, 'C', 0], 0,
- ['CHARWD', [CNUM, 'R', 0], 0], undef]);
+ $pe = (['CHARACTER', [CNUM, 0, 'C'], 0,
+ ['CHARWD', [CNUM, 0, 'R'], 0], undef]);
if (defined($t = vf_dvi_parse($u))) { $pe->[4] = $t; }
elsif (!$swdh) {
return vf_synerror("illegal dvi code (char $fs[2])");
More information about the tex-live-commits
mailing list