texlive[46675] Build/source/texk/web2c/mplibdir: MetaPost 2.0 rc2

commits+lscarso at tug.org commits+lscarso at tug.org
Mon Feb 19 16:29:43 CET 2018


Revision: 46675
          http://tug.org/svn/texlive?view=revision&revision=46675
Author:   lscarso
Date:     2018-02-19 16:29:43 +0100 (Mon, 19 Feb 2018)
Log Message:
-----------
MetaPost 2.0 rc2

Modified Paths:
--------------
    trunk/Build/source/texk/web2c/mplibdir/ChangeLog
    trunk/Build/source/texk/web2c/mplibdir/mp.w
    trunk/Build/source/texk/web2c/mplibdir/mpmath.w
    trunk/Build/source/texk/web2c/mplibdir/mpmathdecimal.w
    trunk/Build/source/texk/web2c/mplibdir/mpmathdouble.w

Modified: trunk/Build/source/texk/web2c/mplibdir/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/ChangeLog	2018-02-19 14:07:55 UTC (rev 46674)
+++ trunk/Build/source/texk/web2c/mplibdir/ChangeLog	2018-02-19 15:29:43 UTC (rev 46675)
@@ -1,3 +1,8 @@
+2018-02-19  Luigi Scarso  <luigi.scarso at gmail.com>
+	* Small cleanup of the code
+	* Bump to version 2.0rc2: the current version is 2.00
+	* Added the envelope primitives to mpman
+
 2017-03-31  Luigi Scarso  <luigi.scarso at gmail.com>
 	* fixed the value header_last to be sure 
 	  to store always the latest  position.

Modified: trunk/Build/source/texk/web2c/mplibdir/mp.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/mp.w	2018-02-19 14:07:55 UTC (rev 46674)
+++ trunk/Build/source/texk/web2c/mplibdir/mp.w	2018-02-19 15:29:43 UTC (rev 46675)
@@ -1,5 +1,3 @@
-% $Id: mp.w 2137 2017-09-19 19:01:58Z luigi.scarso@@gmail.com $
-%
 % This file is part of MetaPost;
 % the MetaPost program is in the public domain.
 % See the <Show version...> code in mpost.w for more info.
@@ -78,7 +76,7 @@
 @d false 0
 
 @<Metapost version header@>=
-#define metapost_version "2.000"
+#define metapost_version "2.00"
 
 @ The external library header for \MP\ is |mplib.h|. It contains a
 few typedefs and the header defintions for the externally used

Modified: trunk/Build/source/texk/web2c/mplibdir/mpmath.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/mpmath.w	2018-02-19 14:07:55 UTC (rev 46674)
+++ trunk/Build/source/texk/web2c/mplibdir/mpmath.w	2018-02-19 15:29:43 UTC (rev 46675)
@@ -1,4 +1,4 @@
-% $Id: mpmath.w 2118 2017-02-15 17:49:54Z luigi $
+% $Id$
 %
 % This file is part of MetaPost;
 % the MetaPost program is in the public domain.

Modified: trunk/Build/source/texk/web2c/mplibdir/mpmathdecimal.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/mpmathdecimal.w	2018-02-19 14:07:55 UTC (rev 46674)
+++ trunk/Build/source/texk/web2c/mplibdir/mpmathdecimal.w	2018-02-19 15:29:43 UTC (rev 46675)
@@ -1,4 +1,4 @@
-% $Id: mpmathdecimal.w 1915 2013-06-13 10:17:31Z taco $
+% $Id$
 %
 % This file is part of MetaPost;
 % the MetaPost program is in the public domain.
@@ -582,7 +582,6 @@
 }
 
 void mp_free_decimal_math (MP mp) {
-  int i;
   free_number (((math_data *)mp->math)->three_sixty_deg_t);
   free_number (((math_data *)mp->math)->one_eighty_deg_t);
   free_number (((math_data *)mp->math)->fraction_one_t);

Modified: trunk/Build/source/texk/web2c/mplibdir/mpmathdouble.w
===================================================================
--- trunk/Build/source/texk/web2c/mplibdir/mpmathdouble.w	2018-02-19 14:07:55 UTC (rev 46674)
+++ trunk/Build/source/texk/web2c/mplibdir/mpmathdouble.w	2018-02-19 15:29:43 UTC (rev 46675)
@@ -1,4 +1,4 @@
-% $Id: mpmathdouble.w 2118 2017-02-15 17:49:54Z luigi $
+% $Id$
 %
 % This file is part of MetaPost;
 % the MetaPost program is in the public domain.



More information about the tex-live-commits mailing list