From 5a107ba5bc16c213c3cf9b3eadaaa39b5a38caf3 Mon Sep 17 00:00:00 2001 From: Luigi Scarso <luigi.scarso@gmail.com> Date: Fri, 27 May 2022 23:12:20 +0000 Subject: [PATCH] mp.w: Typo (thanks to A. Kakuto) [[Split portion of a mixed commit.]] --- source/texk/web2c/luatexdir/luatex_svnversion.h | 2 +- source/texk/web2c/mplibdir/ChangeLog | 10 ++++++++++ source/texk/web2c/mplibdir/mp.w | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/source/texk/web2c/luatexdir/luatex_svnversion.h b/source/texk/web2c/luatexdir/luatex_svnversion.h index 26ff11b26..c143acff8 100644 --- a/source/texk/web2c/luatexdir/luatex_svnversion.h +++ b/source/texk/web2c/luatexdir/luatex_svnversion.h @@ -1,4 +1,4 @@ #ifndef luatex_svn_revision_h #define luatex_svn_revision_h -#define luatex_svn_revision 7527 +#define luatex_svn_revision 7528 #endif diff --git a/source/texk/web2c/mplibdir/ChangeLog b/source/texk/web2c/mplibdir/ChangeLog index 1b72daea5..f45e58b18 100644 --- a/source/texk/web2c/mplibdir/ChangeLog +++ b/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,13 @@ +2022-05-28 Akira Kakuto <kakuto@jcom.zaq.ne.jp> + + * mp.w: Typo. + +2022-05-23 Luigi Scarso <luigi.scarso@gmail.com> + * Fixed mp_begin_iteration (H.Hagen) + +2022-05-15 Luigi Scarso <luigi.scarso@gmail.com> + * Fixed a memory leak in mplib (H.Hagen) + 2022-03-21 Karl Berry <karl@tug.org> * TL'22 release. diff --git a/source/texk/web2c/mplibdir/mp.w b/source/texk/web2c/mplibdir/mp.w index 1c707957c..f6d8b8415 100644 --- a/source/texk/web2c/mplibdir/mp.w +++ b/source/texk/web2c/mplibdir/mp.w @@ -21169,7 +21169,7 @@ void mp_begin_iteration (MP mp) { p->value_mod = mp_suffix_sym; } mp_get_x_next (mp); - if (p->value_mod = mp_expr_sym && cur_cmd() == mp_within_token) { + if (p->value_mod == mp_expr_sym && cur_cmd() == mp_within_token) { @<Set up a picture iteration@>; } else { @<Check for the assignment in a loop header@>; -- GitLab