update to 134
changes: -The prefix needed for parsing hex values is now "0x" and no longer "$" -The associativity of binary operators can now be changed. -The pow operator is now right associative. -Seperator can now be used outside of functions. +bugfixes
This commit is contained in:
parent
844c762b9f
commit
2b8b850198
2 changed files with 7 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/08/11 20:33:19 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/11/02 17:29:04 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= muparser_v132
|
||||
PKGNAME= muparser-132
|
||||
DISTNAME= muparser_v134
|
||||
PKGNAME= muparser-134
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=muparser/}
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2010/08/11 20:33:19 asau Exp $
|
||||
$NetBSD: distinfo,v 1.3 2010/11/02 17:29:05 drochner Exp $
|
||||
|
||||
SHA1 (muparser_v132.tar.gz) = ff9e7be4408cafbbd6d9256095eaf8ebb12611b1
|
||||
RMD160 (muparser_v132.tar.gz) = a8c03084db33f0a62b9d927799134fc35c7a4d87
|
||||
Size (muparser_v132.tar.gz) = 1009309 bytes
|
||||
SHA1 (muparser_v134.tar.gz) = d6d834d3ba2bd3c316c9b3070369d32701703f78
|
||||
RMD160 (muparser_v134.tar.gz) = ee7e0e4ebedde6368d1bfa100da23ac3ce946500
|
||||
Size (muparser_v134.tar.gz) = 1013841 bytes
|
||||
SHA1 (patch-aa) = 9f41e839d382c2b7e8a3b4c0880f345355c3950a
|
||||
|
|
Loading…
Reference in a new issue