[latex3-commits] [git/LaTeX3-latex3-latex2e] hotfix/gh434: Add missing latexrelease entry for \@carcube (5c6c8cc) (6a4c4e3f)

PhelypeOleinik phelype.oleinik at latex-project.org
Wed Nov 25 18:37:01 CET 2020


Repository : https://github.com/latex3/latex2e
On branch  : hotfix/gh434
Link       : https://github.com/latex3/latex2e/commit/6a4c4e3fea584d145b7c1d3467ce89ff94cadec4

>---------------------------------------------------------------

commit 6a4c4e3fea584d145b7c1d3467ce89ff94cadec4
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Nov 25 14:37:01 2020 -0300

    Add missing latexrelease entry for \@carcube (5c6c8cc)


>---------------------------------------------------------------

6a4c4e3fea584d145b7c1d3467ce89ff94cadec4
 base/changes.txt                                            |  2 +-
 base/ltdefns.dtx                                            | 13 ++++++++++++-
 .../tlb-latexrelease-rollback-003-often.luatex.tlg          |  4 ++++
 base/testfiles/tlb-latexrelease-rollback-003-often.tlg      |  4 ++++
 .../testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg |  4 ++++
 base/testfiles/tlb-rollback-004-often.luatex.tlg            |  2 ++
 base/testfiles/tlb-rollback-004-often.tlg                   |  2 ++
 base/testfiles/tlb-rollback-004-often.xetex.tlg             |  2 ++
 8 files changed, 31 insertions(+), 2 deletions(-)

diff --git a/base/changes.txt b/base/changes.txt
index 021f725c..f440aad0 100644
--- a/base/changes.txt
+++ b/base/changes.txt
@@ -20,7 +20,7 @@ All changes above are only part of the development branch for the next release.
 	Load xparse in latexrelease if necessary and add missing
 	IncludeInRelease guards (gh/434)
 
-	* ltfilehook.dtx, lthooks.dtx, ltxshipout.dtx:
+	* ltdefns.dtx, ltfilehook.dtx, lthooks.dtx, ltxshipout.dtx:
 	Add rollback support for forward case (gh/434)
 
 2020-11-17  Frank Mittelbach  <Frank.Mittelbach at latex-project.org>
diff --git a/base/ltdefns.dtx b/base/ltdefns.dtx
index 569c9db4..920c1acd 100644
--- a/base/ltdefns.dtx
+++ b/base/ltdefns.dtx
@@ -32,7 +32,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltdefns.dtx}
-             [2020/09/25 v1.5n LaTeX Kernel (definition commands)]
+             [2020/11/25 v1.5o LaTeX Kernel (definition commands)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltdefns.dtx}
@@ -385,8 +385,19 @@
 %  \begin{macro}{\@carcube}
 % |\@carcube T1 ... Tn\@nil| = |T1| |T2| |T3| , $n > 3$
 % \changes{v1.5k}{2020/08/19}{Made \cs{long} for \cs{NewCommandCopy}}
+% \changes{v1.5o}{2020/11/25}{Added missing latexrelease entry}
 %    \begin{macrocode}
+%</2ekernel>
+%<latexrelease>\IncludeInRelease{2020/10/01}{\@carcube}{Make \@carcube long}%
+%<*2ekernel|latexrelease>
 \long\def\@carcube#1#2#3#4\@nil{#1#2#3}
+%</2ekernel|latexrelease>
+%<latexrelease>\EndIncludeInRelease
+%
+%<latexrelease>\IncludeInRelease{0000/00/00}{\@carcube}{Undo: Make \@carcube long}%
+%<latexrelease>\def\@carcube#1#2#3#4\@nil{#1#2#3}
+%<latexrelease>\EndIncludeInRelease
+%<*2ekernel>
 %    \end{macrocode}
 %  \end{macro}
 %
diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
index a4c513ef..d13ac7b8 100644
--- a/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
+++ b/base/testfiles/tlb-latexrelease-rollback-003-often.luatex.tlg
@@ -43,6 +43,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-..-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
@@ -473,6 +475,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-.-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Applying: [....-..-..] \MakeRobust  on input line ....
 Already applied: [....-..-..] \MakeRobust  on input line ....
diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg
index d2a9850d..37324f93 100644
--- a/base/testfiles/tlb-latexrelease-rollback-003-often.tlg
+++ b/base/testfiles/tlb-latexrelease-rollback-003-often.tlg
@@ -37,6 +37,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-..-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
@@ -457,6 +459,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-.-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Applying: [....-..-..] \MakeRobust  on input line ....
 Already applied: [....-..-..] \MakeRobust  on input line ....
diff --git a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg
index 38b1c16a..4308ad37 100644
--- a/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg
+++ b/base/testfiles/tlb-latexrelease-rollback-003-often.xetex.tlg
@@ -37,6 +37,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-..-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
@@ -466,6 +468,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-.-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Applying: [....-..-..] \MakeRobust  on input line ....
 Already applied: [....-..-..] \MakeRobust  on input line ....
diff --git a/base/testfiles/tlb-rollback-004-often.luatex.tlg b/base/testfiles/tlb-rollback-004-often.luatex.tlg
index b7e05337..1a4075e6 100644
--- a/base/testfiles/tlb-rollback-004-often.luatex.tlg
+++ b/base/testfiles/tlb-rollback-004-often.luatex.tlg
@@ -46,6 +46,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-..-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Applying: [....-..-..] \MakeRobust  on input line ....
 Already applied: [....-..-..] \MakeRobust  on input line ....
diff --git a/base/testfiles/tlb-rollback-004-often.tlg b/base/testfiles/tlb-rollback-004-often.tlg
index 9ad986aa..d46c8541 100644
--- a/base/testfiles/tlb-rollback-004-often.tlg
+++ b/base/testfiles/tlb-rollback-004-often.tlg
@@ -35,6 +35,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-..-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Applying: [....-..-..] \MakeRobust  on input line ....
 Already applied: [....-..-..] \MakeRobust  on input line ....
diff --git a/base/testfiles/tlb-rollback-004-often.xetex.tlg b/base/testfiles/tlb-rollback-004-often.xetex.tlg
index 47445397..fc9678f0 100644
--- a/base/testfiles/tlb-rollback-004-often.xetex.tlg
+++ b/base/testfiles/tlb-rollback-004-often.xetex.tlg
@@ -35,6 +35,8 @@ Skipping: [....-..-..] expl3 macros added for the ....-..-.. release on input li
 Applying: [....-..-..] expl3 macros added for the ....-..-.. release on input line ....
 Skipping: [....-..-..] Allow "par" in \typeout  on input line ....
 Applying: [....-..-..] Allow "par" in \typeout  on input line ....
+Skipping: [....-..-..] Make \@carcube long on input line ....
+Applying: [....-..-..] Undo: Make \@carcube long on input line ....
 Skipping: [....-..-..] \MakeRobust  on input line ....
 Applying: [....-..-..] \MakeRobust  on input line ....
 Already applied: [....-..-..] \MakeRobust  on input line ....





More information about the latex3-commits mailing list.