texlive[67681] trunk: l3build (20jul23)

commits+karl at tug.org commits+karl at tug.org
Thu Jul 20 22:10:11 CEST 2023


Revision: 67681
          http://tug.org/svn/texlive?view=revision&revision=67681
Author:   karl
Date:     2023-07-20 22:10:11 +0200 (Thu, 20 Jul 2023)
Log Message:
-----------
l3build (20jul23)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
    trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/l3build/README.md
    trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
    trunk/Master/texmf-dist/doc/man/man1/l3build.1
    trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
    trunk/Master/texmf-dist/scripts/l3build/l3build-variables.lua
    trunk/Master/texmf-dist/scripts/l3build/l3build.lua
    trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx

Modified: trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua	2023-07-20 20:09:54 UTC (rev 67680)
+++ trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua	2023-07-20 20:10:11 UTC (rev 67681)
@@ -25,7 +25,7 @@
 --]]
 
 -- Version information
-release_date = "2023-07-17"
+release_date = "2023-07-20"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")

Modified: trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md	2023-07-20 20:09:54 UTC (rev 67680)
+++ trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md	2023-07-20 20:10:11 UTC (rev 67681)
@@ -7,6 +7,10 @@
 
 ## [Unreleased]
 
+## [2023-07-20]
+
+- Set `-kanji-internal=euc` when building pLaTeX
+
 ## [2023-07-17]
 
 ### Changed
@@ -680,7 +684,8 @@
 - Rationalise short option names: removed `-d`, `-E`, `-r`
 - Target `cmdcheck`: specific to LaTeX kernel work
 
-[Unreleased]: https://github.com/latex3/l3build/compare/2023-07-17...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2023-07-20...HEAD
+[2023-07-20]: https://github.com/latex3/l3build/compare/2023-07-17...2023-07-20
 [2023-07-17]: https://github.com/latex3/l3build/compare/2023-03-27...2023-07-17
 [2023-03-27]: https://github.com/latex3/l3build/compare/2023-03-22...2023-03-27
 [2023-03-22]: https://github.com/latex3/l3build/compare/2023-03-08...2023-03-22

Modified: trunk/Master/texmf-dist/doc/latex/l3build/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/README.md	2023-07-20 20:09:54 UTC (rev 67680)
+++ trunk/Master/texmf-dist/doc/latex/l3build/README.md	2023-07-20 20:10:11 UTC (rev 67681)
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX
 =================================================
 
-Release 2023-07-17
+Release 2023-07-20
 
 Overview
 --------

Modified: trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/l3build.1	2023-07-20 20:09:54 UTC (rev 67680)
+++ trunk/Master/texmf-dist/doc/man/man1/l3build.1	2023-07-20 20:10:11 UTC (rev 67681)
@@ -1,4 +1,4 @@
-.TH l3build 1 "2023-07-17"
+.TH l3build 1 "2023-07-20"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS

Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-variables.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-variables.lua	2023-07-20 20:09:54 UTC (rev 67680)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-variables.lua	2023-07-20 20:10:11 UTC (rev 67681)
@@ -126,7 +126,7 @@
 specialformats.latex.etex = specialformats.latex.etex or
   {format = "latex"}
 specialformats.latex.ptex = specialformats.latex.ptex or
-   {binary = "euptex"}
+   {binary = "euptex", options = "-kanji-internal=euc"}
 specialformats.latex.uptex = specialformats.latex.uptex or
   {binary = "euptex"}
 if not string.find(status.banner,"2019") then

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build.lua	2023-07-20 20:09:54 UTC (rev 67680)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build.lua	2023-07-20 20:10:11 UTC (rev 67681)
@@ -25,7 +25,7 @@
 --]]
 
 -- Version information
-release_date = "2023-07-17"
+release_date = "2023-07-20"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")

Modified: trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx	2023-07-20 20:09:54 UTC (rev 67680)
+++ trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx	2023-07-20 20:10:11 UTC (rev 67681)
@@ -251,7 +251,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2023-07-17}
+% \date{Released 2023-07-20}
 %
 % \maketitle
 % \tableofcontents



More information about the tex-live-commits mailing list.