[latex3-commits] [git/LaTeX3-latex3-latex3] master: Move l3cctab to l3experimental (d2c858b)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Oct 30 21:32:02 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d2c858be07f1f1cf4cdbc0b3f03ed297f7197250
>---------------------------------------------------------------
commit d2c858be07f1f1cf4cdbc0b3f03ed297f7197250
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Oct 30 20:32:02 2018 +0000
Move l3cctab to l3experimental
>---------------------------------------------------------------
d2c858be07f1f1cf4cdbc0b3f03ed297f7197250
l3experimental/CHANGELOG.md | 4 ++++
l3experimental/README.md | 8 ++++++++
{l3trial => l3experimental}/l3cctab/build.lua | 2 +-
{l3trial => l3experimental}/l3cctab/l3cctab.dtx | 0
.../{l3sys-shell/l3sys-shell.ins => l3cctab/l3cctab.ins} | 6 +++---
.../l3cctab/testfiles/m3cctab000.luatex.tlg | 0
{l3trial => l3experimental}/l3cctab/testfiles/m3cctab000.lvt | 0
{l3trial => l3experimental}/l3cctab/testfiles/m3cctab000.tlg | 0
8 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/l3experimental/CHANGELOG.md b/l3experimental/CHANGELOG.md
index 3e1132e..11c2228 100644
--- a/l3experimental/CHANGELOG.md
+++ b/l3experimental/CHANGELOG.md
@@ -7,6 +7,10 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Added
+
+- New module `l3cctab`
+
## [2018-10-26]
### Added
diff --git a/l3experimental/README.md b/l3experimental/README.md
index a4b64f4..670946b 100644
--- a/l3experimental/README.md
+++ b/l3experimental/README.md
@@ -22,6 +22,7 @@ updated at the same time.
Currently included in the CTAN release of l3experimental are the following
bundles:
* `l3benchmark`
+* `l3cctab`
* `l3color`
* `l3draw`
* `l3str`
@@ -35,6 +36,13 @@ bundles:
This module provides support for benchmarking the performance of code.
+`l3cctab`
+---------
+
+This module provides support for saving and restoring category codes
+_en masse_ in a table. This is supported for the 8-bit range for all engines,
+and for the entire Unicode range with LuaTeX.
+
`l3color`
---------
diff --git a/l3trial/l3cctab/build.lua b/l3experimental/l3cctab/build.lua
similarity index 94%
copy from l3trial/l3cctab/build.lua
copy to l3experimental/l3cctab/build.lua
index e0f3398..0531a18 100644
--- a/l3trial/l3cctab/build.lua
+++ b/l3experimental/l3cctab/build.lua
@@ -4,7 +4,7 @@
-- Identify the bundle and module: the module may be empty in the case where
-- there is no subdivision
-bundle = "l3trial"
+bundle = "l3experimental"
module = "l3cctab"
-- Location of main directory: use Unix-style path separators
diff --git a/l3trial/l3cctab/l3cctab.dtx b/l3experimental/l3cctab/l3cctab.dtx
similarity index 100%
copy from l3trial/l3cctab/l3cctab.dtx
copy to l3experimental/l3cctab/l3cctab.dtx
diff --git a/l3experimental/l3sys-shell/l3sys-shell.ins b/l3experimental/l3cctab/l3cctab.ins
similarity index 91%
copy from l3experimental/l3sys-shell/l3sys-shell.ins
copy to l3experimental/l3cctab/l3cctab.ins
index 33dbe46..f3c0ad0 100644
--- a/l3experimental/l3sys-shell/l3sys-shell.ins
+++ b/l3experimental/l3cctab/l3cctab.ins
@@ -1,6 +1,6 @@
\iffalse meta-comment
-File l3sys-shell.ins Copyright (C) 2018 The LaTeX3 Project
+File l3cctab.ins Copyright (C) 2018 The LaTeX3 Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -51,9 +51,9 @@ and all files in that bundle must be distributed together.
\keepsilent
-\generate{\file{l3sys-shell.sty}
+\generate{\file{l3cctab.sty}
{
- \from{l3sys-shell.dtx}{package}
+ \from{l3cctab.dtx}{package}
}
}
diff --git a/l3trial/l3cctab/testfiles/m3cctab000.luatex.tlg b/l3experimental/l3cctab/testfiles/m3cctab000.luatex.tlg
similarity index 100%
copy from l3trial/l3cctab/testfiles/m3cctab000.luatex.tlg
copy to l3experimental/l3cctab/testfiles/m3cctab000.luatex.tlg
diff --git a/l3trial/l3cctab/testfiles/m3cctab000.lvt b/l3experimental/l3cctab/testfiles/m3cctab000.lvt
similarity index 100%
copy from l3trial/l3cctab/testfiles/m3cctab000.lvt
copy to l3experimental/l3cctab/testfiles/m3cctab000.lvt
diff --git a/l3trial/l3cctab/testfiles/m3cctab000.tlg b/l3experimental/l3cctab/testfiles/m3cctab000.tlg
similarity index 100%
copy from l3trial/l3cctab/testfiles/m3cctab000.tlg
copy to l3experimental/l3cctab/testfiles/m3cctab000.tlg
More information about the latex3-commits
mailing list