From 07caa3dc11cc881af0999f1f238bec20f21bf0dd Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Mon, 25 Mar 2013 10:59:13 +0000 Subject: MetaPost: Update from LuaTeX repository (r4612) git-svn-id: svn://tug.org/texlive/trunk@29496 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/mplibdir/ChangeLog | 4 ++ Build/source/texk/web2c/mplibdir/lmplib.c | 2 +- Build/source/texk/web2c/mplibdir/mp.w | 81 +++++++++++++------------ Build/source/texk/web2c/mplibdir/mpmath.w | 5 +- Build/source/texk/web2c/mplibdir/mpmathdouble.w | 11 ++-- Build/source/texk/web2c/mplibdir/pngout.w | 1 + Build/source/texk/web2c/mplibdir/psout.w | 3 +- Build/source/texk/web2c/mplibdir/svgout.w | 3 +- 8 files changed, 60 insertions(+), 50 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/web2c/mplibdir/ChangeLog b/Build/source/texk/web2c/mplibdir/ChangeLog index 2ef76675d15..c77276d2c58 100644 --- a/Build/source/texk/web2c/mplibdir/ChangeLog +++ b/Build/source/texk/web2c/mplibdir/ChangeLog @@ -1,3 +1,7 @@ +2013-03-25 Peter Breitenlohner + + Update MetaPost 1.800 from LuaTeX repository (r4612). + 2013-03-21 Peter Breitenlohner Import MetaPost 1.800 from LuaTeX repository (r4604). diff --git a/Build/source/texk/web2c/mplibdir/lmplib.c b/Build/source/texk/web2c/mplibdir/lmplib.c index 1c890b5b8c4..0ee5cee58b1 100644 --- a/Build/source/texk/web2c/mplibdir/lmplib.c +++ b/Build/source/texk/web2c/mplibdir/lmplib.c @@ -43,7 +43,7 @@ #include "mplibpng.h" /*@unused@*/ static const char _svn_version[] = - "$Id: lmplib.c 1868 2013-02-18 13:58:17Z taco $"; + "$Id: lmplib.c 1885 2013-03-20 07:46:07Z taco $"; int luaopen_mplib(lua_State * L); /* forward */ diff --git a/Build/source/texk/web2c/mplibdir/mp.w b/Build/source/texk/web2c/mplibdir/mp.w index 63ae8010d4b..2b45ad928be 100644 --- a/Build/source/texk/web2c/mplibdir/mp.w +++ b/Build/source/texk/web2c/mplibdir/mp.w @@ -1,4 +1,4 @@ -% $Id: mp.w 1882 2013-03-19 09:50:16Z taco $ +% $Id: mp.w 1892 2013-03-22 10:21:05Z taco $ % % This file is part of MetaPost; % the MetaPost program is in the public domain. @@ -97,7 +97,7 @@ typedef int boolean; #endif @ typedef struct MP_instance *MP; -@; +@ typedef struct MP_options { @