texlive[58914] branches/branch2021/Build/source/texk/web2c:

commits+karl at tug.org commits+karl at tug.org
Mon Apr 19 03:03:52 CEST 2021


Revision: 58914
          http://tug.org/svn/texlive?view=revision&revision=58914
Author:   karl
Date:     2021-04-19 03:03:52 +0200 (Mon, 19 Apr 2021)
Log Message:
-----------
branch2021: mpost 2.01/luatex 1.13.2 btex space fix

Modified Paths:
--------------
    branches/branch2021/Build/source/texk/web2c/luatexdir/ChangeLog
    branches/branch2021/Build/source/texk/web2c/luatexdir/NEWS
    branches/branch2021/Build/source/texk/web2c/luatexdir/luatex.c
    branches/branch2021/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
    branches/branch2021/Build/source/texk/web2c/mplibdir/ChangeLog
    branches/branch2021/Build/source/texk/web2c/mplibdir/am/libmplib.am
    branches/branch2021/Build/source/texk/web2c/mplibdir/am/mplib.am
    branches/branch2021/Build/source/texk/web2c/mplibdir/mp.w
    branches/branch2021/Build/source/texk/web2c/mplibdir/mpxout.w

Modified: branches/branch2021/Build/source/texk/web2c/luatexdir/ChangeLog
===================================================================
--- branches/branch2021/Build/source/texk/web2c/luatexdir/ChangeLog	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/luatexdir/ChangeLog	2021-04-19 01:03:52 UTC (rev 58914)
@@ -1,3 +1,12 @@
+2021-04-10 Luigi Scarso <luigi.scarso at gmail.com>
+    * LuaTeX version 1.13.2  with MetaPost 2.01. 
+      The version change in MetaPost 
+      is due solely to the bug fix in btex .. etex 
+
+2021-04-02 Luigi Scarso <luigi.scarso at gmail.com>
+    * LuaTeX version 1.13.1,  
+      The version change is due solely to the bug fix in btex .. etex 
+
 2021-03-23 Karl Berry <karl at tug.org>
     * TL'21.
 

Modified: branches/branch2021/Build/source/texk/web2c/luatexdir/NEWS
===================================================================
--- branches/branch2021/Build/source/texk/web2c/luatexdir/NEWS	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/luatexdir/NEWS	2021-04-19 01:03:52 UTC (rev 58914)
@@ -1,4 +1,23 @@
 ==============================================================
+LuaTeX 1.13.2 2021-04-10
+==============================================================
+
+MetaPost 2.01 (to mark the patch on the unwanted space in 
+btex etex).
+
+
+
+==============================================================
+LuaTeX 1.13.1 2021-04-02
+==============================================================
+
+Fixed an unwanted space in btex etex in metapost, introduced 
+after a patch for troff.
+
+
+
+
+==============================================================
 LuaTeX 1.13.0 2021-03-12
 ==============================================================
 

Modified: branches/branch2021/Build/source/texk/web2c/luatexdir/luatex.c
===================================================================
--- branches/branch2021/Build/source/texk/web2c/luatexdir/luatex.c	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/luatexdir/luatex.c	2021-04-19 01:03:52 UTC (rev 58914)
@@ -33,8 +33,8 @@
 */
 
 int luatex_version = 113;
-int luatex_revision = '0';
-const char *luatex_version_string = "1.13.0";
+int luatex_revision = '2';
+const char *luatex_version_string = "1.13.2";
 const char *engine_name = my_name;
 
 #include <kpathsea/c-ctype.h>

Modified: branches/branch2021/Build/source/texk/web2c/luatexdir/luatex_svnversion.h
===================================================================
--- branches/branch2021/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/luatexdir/luatex_svnversion.h	2021-04-19 01:03:52 UTC (rev 58914)
@@ -1 +1 @@
-#define luatex_svn_revision 7418
+#define luatex_svn_revision 7430

Modified: branches/branch2021/Build/source/texk/web2c/mplibdir/ChangeLog
===================================================================
--- branches/branch2021/Build/source/texk/web2c/mplibdir/ChangeLog	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/mplibdir/ChangeLog	2021-04-19 01:03:52 UTC (rev 58914)
@@ -1,3 +1,9 @@
+2021-04-10  Luigi Scarso  <luigi.scarso at gmail.com>
+	* Metapost version 2.01 (needed to mark the patch mpx_copy_mpto).
+
+2021-04-02  Luigi Scarso  <luigi.scarso at gmail.com>
+	* Revert the patch in mpx_copy_mpto, it was wrong in tex mode. Added a check if in troff mode.
+
 2021-03-23 Karl Berry <karl at tug.org>
     * TL'21.
 
@@ -4,7 +10,6 @@
 2020-12-28  Luigi Scarso  <luigi.scarso at gmail.com>
 	* Temp, fix in mpx_copy_mpto, changed || with && to avoid a wrong final %
 
-
 2020-12-27  Luigi Scarso  <luigi.scarso at gmail.com>
 	* Fixed some typos in manual (thank to 胡亚捷 (Hu Yajie) )
 	* Added the undocumented -T option

Modified: branches/branch2021/Build/source/texk/web2c/mplibdir/am/libmplib.am
===================================================================
--- branches/branch2021/Build/source/texk/web2c/mplibdir/am/libmplib.am	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/mplibdir/am/libmplib.am	2021-04-19 01:03:52 UTC (rev 58914)
@@ -1,6 +1,6 @@
 ## texk/web2c/mplibdir/am/libmplib.am: Makefile fragment for libmplib.
 ##
-## Copyright (C) 2015-2020 Luigi Scarso <tex-live at tug.org>
+## Copyright (C) 2015-2021 Luigi Scarso <tex-live at tug.org>
 ## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 

Modified: branches/branch2021/Build/source/texk/web2c/mplibdir/am/mplib.am
===================================================================
--- branches/branch2021/Build/source/texk/web2c/mplibdir/am/mplib.am	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/mplibdir/am/mplib.am	2021-04-19 01:03:52 UTC (rev 58914)
@@ -1,6 +1,6 @@
 ## texk/web2c/mplibdir/am/mplib.am: Makefile fragment for MetaPost.
 ##
-## Copyright 2017-2018 Luigi Scarso <tex-live at tug.org>
+## Copyright 2017-2021 Luigi Scarso <tex-live at tug.org>
 ## Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
 ## You may freely use, modify and/or distribute this file.
 

Modified: branches/branch2021/Build/source/texk/web2c/mplibdir/mp.w
===================================================================
--- branches/branch2021/Build/source/texk/web2c/mplibdir/mp.w	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/mplibdir/mp.w	2021-04-19 01:03:52 UTC (rev 58914)
@@ -71,12 +71,12 @@
 @^extensions to \MP@>
 @^system dependencies@>
 
- at d default_banner "This is MetaPost, Version 2.00" /* printed when \MP\ starts */
+ at d default_banner "This is MetaPost, Version 2.01" /* printed when \MP\ starts */
 @d true 1
 @d false 0
 
 @<Metapost version header@>=
-#define metapost_version "2.00"
+#define metapost_version "2.01"
 
 @ The external library header for \MP\ is |mplib.h|. It contains a
 few typedefs and the header defintions for the externally used

Modified: branches/branch2021/Build/source/texk/web2c/mplibdir/mpxout.w
===================================================================
--- branches/branch2021/Build/source/texk/web2c/mplibdir/mpxout.w	2021-04-18 23:48:27 UTC (rev 58913)
+++ branches/branch2021/Build/source/texk/web2c/mplibdir/mpxout.w	2021-04-19 01:03:52 UTC (rev 58914)
@@ -564,7 +564,7 @@
     if (textype == B_TEX) {
       /* put no |%| at end if it's only 1 line total, starting with |%|;
        * this covers the special case |%&format| in a single line. */
-      if (t != s && *t != '%')
+      if ((t != s || *t != '%') && mpx->mode == mpx_tex_mode)
         fprintf(outfile,"%%");
     }
     free(res);



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