From fc3efea0baa9bc04d05f566e3033f2a6ae9532c5 Mon Sep 17 00:00:00 2001 From: Luigi Scarso Date: Sun, 10 Mar 2019 22:29:41 +0000 Subject: MFLua 0.9.1 git-svn-id: svn://tug.org/texlive/trunk@50326 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mfluadir/ChangeLog | 6 +++++- Build/source/texk/web2c/mfluadir/mf-lua.ch | 5 +++-- Build/source/texk/web2c/mfluadir/mflua_version.h | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/mfluadir/ChangeLog b/Build/source/texk/web2c/mfluadir/ChangeLog index 966d64fe638..1c9ac26e12a 100644 --- a/Build/source/texk/web2c/mfluadir/ChangeLog +++ b/Build/source/texk/web2c/mfluadir/ChangeLog @@ -1,4 +1,8 @@ -2018-30-10 Luigi Scarso +2019-03-06 Luigi Scarso + + MFLua 0.9.1. Fixed a bug on strings management. + +2018-10-30 Luigi Scarso * jit default off in mfluajit: in some platforms (e.g NetBSD8) executing code from memory is forbidden by default. diff --git a/Build/source/texk/web2c/mfluadir/mf-lua.ch b/Build/source/texk/web2c/mfluadir/mf-lua.ch index 64e04508a33..6cd97da1147 100644 --- a/Build/source/texk/web2c/mfluadir/mf-lua.ch +++ b/Build/source/texk/web2c/mfluadir/mf-lua.ch @@ -19,7 +19,7 @@ @y @d METAFONT_banner=='This is METAFONT, Version 2.7182818' {printed when \MF\ starts} @# -@d MFLua_version_string=='-0.9' +@d MFLua_version_string=='-0.9.1' @# @d MFLua_banner=='This is MFLua, Version 2.7182818', MFLua_version_string {printed when MFLua starts} @@ -518,9 +518,10 @@ begin buffer[first]:=so(str_pool[j]); {print(so(str\_pool[j]));} incr(j); incr(first); end; buffer[limit]:="%"; first:=limit+1; loc:=start; - {delete_str_ref(lua_cur_exp);} + delete_str_ref(lua_cur_exp); end; delete_str_ref(lua_cur_exp); +{flush_string(lua_cur_exp);} flush_cur_exp(0); end @* \[51] System-dependent changes. diff --git a/Build/source/texk/web2c/mfluadir/mflua_version.h b/Build/source/texk/web2c/mfluadir/mflua_version.h index 7e5ddb329c1..bc9a85a9790 100644 --- a/Build/source/texk/web2c/mfluadir/mflua_version.h +++ b/Build/source/texk/web2c/mfluadir/mflua_version.h @@ -1 +1 @@ -#define MFLUA_VERSION "0.9" +#define MFLUA_VERSION "0.9.1" -- cgit v1.2.3