summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tokcycle
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-25 20:25:17 +0000
committerKarl Berry <karl@freefriends.org>2021-06-25 20:25:17 +0000
commit795ce6b6a9182c24dba38224039a5ebbc5531541 (patch)
tree59d79a9f9f5ab81009c19769cfb577fc597b38cf /Master/texmf-dist/tex/generic/tokcycle
parent049e78765eeb2a7ad378da0d313f796f50d3a3a8 (diff)
tokcycle (25jun21)
git-svn-id: svn://tug.org/texlive/trunk@59707 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tokcycle')
-rw-r--r--Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex10
1 files changed, 7 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex b/Master/texmf-dist/tex/generic/tokcycle/tokcycle.tex
index d2e3a059cad..0db55bd49cf 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.4}
+\def\tcver {1.41}
%
-\def\tcdate {2021/05/27}
+\def\tcdate {2021/06/25}
%
% Author : Steven B Segletes, Christian Tellechea (contributor)
% Maintainer : Steven B Segletes
@@ -205,7 +205,7 @@
\tc@futuretok}{\spacepoppedtrue\tc@@@pop}{\spacepoppedfalse\tc@@@pop}}}}%_____POP_
\def\tcappto#1from#2{%
\expandafter\tc@defx\expandafter#1\expandafter{\expandafter#1#2}}
-\def\tcpopliteralappto#1{\tcpopliteral\@tmp\tcappto#1from\@tmp}
+\def\tcpopliteralappto#1{\tcpopliteral\@@tmp\tcappto#1from\@@tmp}
\def\tcpopappto#1{\tcpop\@tmp\tcappto#1from\@tmp}%___________________________APPEND_
\long\def\tcpopwhitespace#1#2\@tokcycle{\def\tc@popname{#1}\def@popname{}%
\def\tc@tmp{#2\@tokcycle}\futurelet\tc@futuretok\tc@popspc}
@@ -333,3 +333,7 @@ v1.4 2021/05/26
\tcpopwhitespace, \tcpush, and \tcpushgroup.
- Bug fixed in \tc@addtoks definition, in the event that #2 was a number.
+v1.41 2021/06/25
+ - Bug fix in \tcpopliteralappto (\@tmp interfered with itself). Altered,
+ substituting \@@tmp.
+