summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tokcycle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-04 22:16:06 +0000
committerKarl Berry <karl@freefriends.org>2020-02-04 22:16:06 +0000
commit3678c7f302cd47d69ea68a9e67b2b153f7e8026e (patch)
tree9d85d9cbdd9765ed9f4c1560c3b3ab4c7dd03a9b /Master/texmf-dist/tex/generic/tokcycle
parent10bcce67add0043ed944bb311723cf681f6ab832 (diff)
tokcycle (4feb20)
git-svn-id: svn://tug.org/texlive/trunk@53669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tokcycle')
-rw-r--r--Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex12
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex b/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex
index 5a33109df65..d0819da2cf2 100644
--- a/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex
+++ b/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex
@@ -1,7 +1,7 @@
\def\tcname {tokcycle}
-\def\tcver {1.1}
+\def\tcver {1.11}
%
-\def\tcdate {2019/9/27}
+\def\tcdate {2020/02/04}
%
% Author : Steven B Segletes, Christian Tellechea (contributor)
% Maintainer : Steven B Segletes
@@ -100,7 +100,7 @@
\long\def\can@absorb@#1{\tctestifnum{\count@stringtoks{#1}>1}%
{\tctestifx{\endtokcycraw#1}{#1}{\backslashcmds#1\@tokcycle}}%
{\trapactives#1\tc@trapescape#1{\tc@escapecytoks}{\can@absorb@@#1}}}
-\long\def\can@absorb@@#1{\let\@tmp#1\test@ifmacro\@tmp{\implicittokfalse
+\long\def\can@absorb@@#1{\let\@tmp=#1\test@ifmacro\@tmp{\implicittokfalse
\@macT#1}{\trapimplicitegrp#1\implicitgrpfork#1}\@tokcycle}
%CONVERT NEXT (SPACE OR BEGIN-GROUP) TOKEN TO STRING
\def\stringify#1{\expandafter#1\string}% #1 WILL BE \@@@@@spcT or \@@@@grpT
@@ -213,4 +213,8 @@ v1.1 2019/9/27
token vs. active character code, in the event that an earlier tokenized
token no longer shares the current characteristics of the character code
- Added ability to handle active-implicit grouping tokens
- - Added ability to handle active-implicit cat-6 tokens \ No newline at end of file
+ - Added ability to handle active-implicit cat-6 tokens
+
+v1.11 2020/02/04
+ - Fixed bug in \can@absorb@@ macro, which prevented the proper absorption/
+ handling of the = token. \ No newline at end of file