texlive[57595] Build/source/texk/web2c/luatexdir: sync with the

commits+kakuto at tug.org commits+kakuto at tug.org
Tue Feb 2 04:09:16 CET 2021


Revision: 57595
          http://tug.org/svn/texlive?view=revision&revision=57595
Author:   kakuto
Date:     2021-02-02 04:09:16 +0100 (Tue, 02 Feb 2021)
Log Message:
-----------
sync with the upstream

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/luatexdir/ChangeLog
    trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
    trunk/Build/source/texk/web2c/luatexdir/tex/scanning.c

Modified: trunk/Build/source/texk/web2c/luatexdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/ChangeLog	2021-02-02 00:56:19 UTC (rev 57594)
+++ trunk/Build/source/texk/web2c/luatexdir/ChangeLog	2021-02-02 03:09:16 UTC (rev 57595)
@@ -1,4 +1,7 @@
-2021-01-31 Luigi Scarso <luigi.scarso at gmail.com> 
+2021-02-01 Luigi Scarso <luigi.scarso at gmail.com> 
+    * two TeX January 2021 DEK buglet fixes (H.Hagen)
+
+2021-01-31 Luigi Scarso <luigi.scarso at gmail.com>  
     * mark math glyphs as protected (in order to prevent processing
       as text in base mode) (H.Hagen)
     * removed width/ic compensation for traditional math code path

Modified: trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2021-02-02 00:56:19 UTC (rev 57594)
+++ trunk/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2021-02-02 03:09:16 UTC (rev 57595)
@@ -1 +1 @@
-#define luatex_svn_revision 7402
+#define luatex_svn_revision 7403

Modified: trunk/Build/source/texk/web2c/luatexdir/tex/scanning.c
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/tex/scanning.c	2021-02-02 00:56:19 UTC (rev 57594)
+++ trunk/Build/source/texk/web2c/luatexdir/tex/scanning.c	2021-02-02 03:09:16 UTC (rev 57595)
@@ -2093,7 +2093,8 @@
                 */
                 s = match_token + cur_chr;
                 get_token();
-                if (cur_cmd == left_brace_cmd) {
+             /* if (cur_cmd == left_brace_cmd) { */
+                if (cur_tok < left_brace_limit) {
                     hash_brace = cur_tok;
                     store_new_token(cur_tok);
                     store_new_token(end_match_token);
@@ -2101,7 +2102,10 @@
                 }
                 if (t == nine_token) {
                     print_err("You already have nine parameters");
-                    help1("I'm going to ignore the # sign you just used.");
+                    help2(
+                        "I'm going to ignore the # sign you just used,",
+                        "as well as the token that followed it."
+                    );
                     error();
                 } else {
                     incr(t);



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