head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q2:1.1.1.1.0.6 pkgsrc-2010Q2-base:1.1.1.1 pkgsrc-2010Q1:1.1.1.1.0.4 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.2 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2010.08.11.20.33.19; author asau; state dead; branches; next 1.1; 1.1 date 2009.12.11.19.53.57; author drochner; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.12.11.19.53.57; author drochner; state Exp; branches; next ; desc @@ 1.2 log @Update to muParser 1.32 Changes in muParser 1.32 ------------------------ Changes: * "example3" renamed to "example2" * Project/Makefiles files are now provided for: - msvc2003 - msvc2005 - msvc2008 - watcom (makefile) - mingw (makefile) - bcc (makefile) * Project files for borland cpp builder were removed New features: * Added function returning muparsers version number * Added function for resetting the locale Bugfixes: * Changes example1 in order to fix issues with irritating memory leak reports. Added conditional code for memory leak detection with MSVC in example1. (see: http://www.codeproject.com/KB/recipes/FastMathParser.aspx?msg=3286367#xx3286367xx) * Fixed some warnings for gcc Changes in muParser 1.31cp -------------------------- Changes: * Archive structure changed * C# wrapper added * Fixed issued that prevented compiling with VS2010 Beta2 @ text @$NetBSD: patch-ab,v 1.1 2009/12/11 19:53:57 drochner Exp $ --- Makefile.in.orig 2009-12-11 15:24:06.000000000 +0000 +++ Makefile.in @@@@ -192,8 +192,8 @@@@ COND_USE_SOSYMLINKS_1___muParser_dll___s all: $(__muParser_lib___depname) $(__muParser_dll___depname) $(__example1___depname) install: all $(__install_muParser_lib___depname) $(__install_muParser_lib_headers___depname) $(__install_muParser_dll___depname) $(__install_muParser_dll_headers___depname) - $(INSTALL_DIR) $(libdir)/pkgconfig - $(INSTALL_DATA) build/autoconf/muparser.pc $(libdir)/pkgconfig + $(INSTALL_DIR) $(DESTDIR)$(libdir)/pkgconfig + $(INSTALL_DATA) build/autoconf/muparser.pc $(DESTDIR)$(libdir)/pkgconfig uninstall: $(__uninstall_muParser_lib___depname) $(__uninstall_muParser_lib_headers___depname) $(__uninstall_muParser_dll___depname) $(__uninstall_muParser_dll_headers___depname) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @add muparser-130, a parser for mathematical expressions @ text @@