From a5f6d55d6f3fac98cf88c62c75f36d5dd03daae9 Mon Sep 17 00:00:00 2001 From: Luigi Scarso Date: Mon, 19 Feb 2018 15:29:43 +0000 Subject: MetaPost 2.0 rc2 git-svn-id: svn://tug.org/texlive/trunk@46675 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mplibdir/ChangeLog | 5 +++++ Build/source/texk/web2c/mplibdir/mp.w | 4 +--- Build/source/texk/web2c/mplibdir/mpmath.w | 2 +- Build/source/texk/web2c/mplibdir/mpmathdecimal.w | 3 +-- Build/source/texk/web2c/mplibdir/mpmathdouble.w | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'Build/source/texk/web2c') diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 3ea30728310..9f69e0665b9 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,8 @@ +2018-02-19 Luigi Scarso + * 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 * fixed the value header_last to be sure to store always the latest position. diff --git a/Build/source/texk/web2c/mplibdir/mp.w b/Build/source/texk/web2c/mplibdir/mp.w index 3877f47b788..2c956ea5a83 100644 --- a/Build/source/texk/web2c/mplibdir/mp.w +++ b/Build/source/texk/web2c/mplibdir/mp.w @@ -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 code in mpost.w for more info. @@ -78,7 +76,7 @@ undergoes any modifications, so that it will be clear which version of @d false 0 @= -#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 diff --git a/Build/source/texk/web2c/mplibdir/mpmath.w b/Build/source/texk/web2c/mplibdir/mpmath.w index 6c0ee6d00a6..772f8042bfc 100644 --- a/Build/source/texk/web2c/mplibdir/mpmath.w +++ b/Build/source/texk/web2c/mplibdir/mpmath.w @@ -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. diff --git a/Build/source/texk/web2c/mplibdir/mpmathdecimal.w b/Build/source/texk/web2c/mplibdir/mpmathdecimal.w index 6503b8320fe..54347cdf795 100644 --- a/Build/source/texk/web2c/mplibdir/mpmathdecimal.w +++ b/Build/source/texk/web2c/mplibdir/mpmathdecimal.w @@ -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_decimal_set_precision (MP mp) { } 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); diff --git a/Build/source/texk/web2c/mplibdir/mpmathdouble.w b/Build/source/texk/web2c/mplibdir/mpmathdouble.w index cb14969365f..4834876e5c3 100644 --- a/Build/source/texk/web2c/mplibdir/mpmathdouble.w +++ b/Build/source/texk/web2c/mplibdir/mpmathdouble.w @@ -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. -- cgit v1.2.3