summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/ptexdir
diff options
context:
space:
mode:
authorHironobu Yamashita <h.y.acetaminophen@gmail.com>2021-06-25 09:40:54 +0000
committerHironobu Yamashita <h.y.acetaminophen@gmail.com>2021-06-25 09:40:54 +0000
commit98b46a8752663539c1f882e388384d8beca2b12e (patch)
treedffc437edef90c798995c86792702434000cfabd /Build/source/texk/web2c/ptexdir
parente481dc9146719345547c7554d9259c923d2846ae (diff)
ptex: version p3.9.1
git-svn-id: svn://tug.org/texlive/trunk@59701 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ptexdir')
-rw-r--r--Build/source/texk/web2c/ptexdir/ChangeLog4
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex-base.ch11
-rw-r--r--Build/source/texk/web2c/ptexdir/ptex_version.h2
3 files changed, 10 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog
index 9f6c2c00c34..540b9cf7337 100644
--- a/Build/source/texk/web2c/ptexdir/ChangeLog
+++ b/Build/source/texk/web2c/ptexdir/ChangeLog
@@ -11,10 +11,12 @@
\if and \ifcat, because the behavior was inconsistent against \ifx.
https://github.com/texjporg/ptex-manual/issues/4
* ptex-base.ch: Fix searching in inhibit/kinsoku tables, because
- the fix on 2018-04-14 was still incomplete.
+ the fix on 2018-04-14 was still incomplete. More information for
+ \tracingrestores and \tracingassigns.
https://github.com/texjporg/tex-jp-build/issues/113
* tests/kinsoku_search.tex: New test file.
* tests/kinsoku_table.tex: Update.
+ * ptex-base.ch, ptex_version.h: Version p3.9.1.
2021-03-23 Karl Berry <karl@tug.org>
diff --git a/Build/source/texk/web2c/ptexdir/ptex-base.ch b/Build/source/texk/web2c/ptexdir/ptex-base.ch
index b9e4fc96e00..54bf299a670 100644
--- a/Build/source/texk/web2c/ptexdir/ptex-base.ch
+++ b/Build/source/texk/web2c/ptexdir/ptex-base.ch
@@ -61,9 +61,10 @@
% (2018-04-14) HK pTeX p3.8.1 Bug fix for discontinuous KINSOKU table.
% (2019-02-03) HK pTeX p3.8.2 Change \inhibitglue, add \disinhibitglue.
% (2019-10-14) HY pTeX p3.8.3 Allow getting \kansujichar.
-% (2021-02-18) HK pTeX p3.9.0. Add \ifjfont and \iftfont (in 2020-02-06, by HY),
-% Bug fix for getting \kansujichar,
-% based on TeX 3.141592653
+% (2021-02-18) HK pTeX p3.9.0 Add \ifjfont and \iftfont (in 2020-02-06, by HY),
+% Bug fix for getting \kansujichar (in 2020-02-09 = TL20),
+% based on TeX 3.141592653 (for TL21).
+% (2021-06-25) HY pTeX p3.9.1 Various fixes
@x
% Here is TeX material that gets inserted after \input webmac
@@ -78,8 +79,8 @@
@y
@d pTeX_version=3
@d pTeX_minor_version=9
-@d pTeX_revision==".0"
-@d pTeX_version_string=='-p3.9.0' {current \pTeX\ version}
+@d pTeX_revision==".1"
+@d pTeX_version_string=='-p3.9.1' {current \pTeX\ version}
@#
@d pTeX_banner=='This is pTeX, Version 3.141592653',pTeX_version_string
@d pTeX_banner_k==pTeX_banner
diff --git a/Build/source/texk/web2c/ptexdir/ptex_version.h b/Build/source/texk/web2c/ptexdir/ptex_version.h
index 168afe7517d..22aed30e864 100644
--- a/Build/source/texk/web2c/ptexdir/ptex_version.h
+++ b/Build/source/texk/web2c/ptexdir/ptex_version.h
@@ -1 +1 @@
-#define PTEX_VERSION "p3.9.0"
+#define PTEX_VERSION "p3.9.1"