summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Build/source/texk/web2c/man/ChangeLog4
-rw-r--r--Build/source/texk/web2c/man/ptex.man4
-rw-r--r--Build/source/texk/web2c/otps/ChangeLog11
3 files changed, 13 insertions, 6 deletions
diff --git a/Build/source/texk/web2c/man/ChangeLog b/Build/source/texk/web2c/man/ChangeLog
index e7078549225..4108f4bd552 100644
--- a/Build/source/texk/web2c/man/ChangeLog
+++ b/Build/source/texk/web2c/man/ChangeLog
@@ -1,3 +1,7 @@
+2021-08-08 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
+
+ * ptex.man: mention ptex-manual.
+
2021-07-24 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
* pbibtex.man: new.
diff --git a/Build/source/texk/web2c/man/ptex.man b/Build/source/texk/web2c/man/ptex.man
index 7a8d2313995..230d3b33fa7 100644
--- a/Build/source/texk/web2c/man/ptex.man
+++ b/Build/source/texk/web2c/man/ptex.man
@@ -1,4 +1,4 @@
-.TH PTEX 1 "27 May 2018" "Web2C @VERSION@"
+.TH PTEX 1 "08 August 2021" "Web2C @VERSION@"
.\"=====================================================================
.if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP
.if n .ds TX TeX
@@ -82,6 +82,8 @@ In this version of (e-)(u)p\*(TX, enc\*(TX extensions are
.SH "SEE ALSO"
.BR tex (1),
.BR etex (1).
+.br
+Reference manual: <https://github.com/texjporg/ptex-manual>
.\"=====================================================================
.SH AUTHORS
This version of (e-)(u)p\*(TX is maintained by
diff --git a/Build/source/texk/web2c/otps/ChangeLog b/Build/source/texk/web2c/otps/ChangeLog
index a7d4ef8524c..fae1aa2dc95 100644
--- a/Build/source/texk/web2c/otps/ChangeLog
+++ b/Build/source/texk/web2c/otps/ChangeLog
@@ -1,10 +1,11 @@
2021-08-06 Hironobu Yamashita <h.y.acetaminophen@gmail.com>
- * Avoid MSVC compiler errors (adapted from W32TeX patch).
- - otp-parser.c(118) : error C2365: 'INPUT' :
- redefinition; previous definition was 'Typedef'
- - otp-parser.c(118) : error C2086: 'yytokentype INPUT' :
- redefinition
+ * otp-lexer.l, otp-parser.y: Avoid MSVC compiler errors
+ (adapted from W32TeX patch).
+ - otp-parser.c(118) : error C2365: 'INPUT' :
+ redefinition; previous definition was 'Typedef'
+ - otp-parser.c(118) : error C2086: 'yytokentype INPUT' :
+ redefinition
2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>