From 7694ff6dc310c25b5d9fd9c1862ac273ba0b8a9e Mon Sep 17 00:00:00 2001 From: he Date: Mon, 25 Jul 2011 06:44:23 +0000 Subject: Update to version 3.5.0. Upstream changes: - Core + Parrot_PMC_destroy, Parrot_PMC_mark and Parrot_PMC_invoke were removed from the public extension API. + PAST now has PAST::Stmt node types, supports reusable temporary registers. + Test coverage of the embedding and extending interface is now at least 95%. + A snapshot of Winxed is now included in Parrot core to facilitate writing core Parrot tools from a higher level language than PIR. - Languages + Winxed - Improved compile time scope search. - Added 'using namespace' statement. - Compiler classes and functions now live in the Winxed;Compiler namespace. - Tests + The Parrot test suite harness now understands the HARNESS_TIMER environment variable. Setting it to a true value will show timing results for a test run. + IPv6 tests are now parallel testing friendly. --- lang/parrot/Makefile | 5 ++--- lang/parrot/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'lang') diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 1b452969440..eb4062512a2 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.46 2011/06/10 09:39:41 obache Exp $ +# $NetBSD: Makefile,v 1.47 2011/07/25 06:44:23 he Exp $ # -VERSION= 3.4.0 +VERSION= 3.5.0 RTYPE= devel DISTNAME= parrot-${VERSION} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index d27a2710705..88368c44630 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.39 2011/05/18 08:20:30 he Exp $ +$NetBSD: distinfo,v 1.40 2011/07/25 06:44:23 he Exp $ -SHA1 (parrot-3.4.0.tar.gz) = df3b1349912c78605d9d3e35f00ccbba6be12b87 -RMD160 (parrot-3.4.0.tar.gz) = 995e9b24a028eec6e60a65902c1570f8d3e04b8e -Size (parrot-3.4.0.tar.gz) = 3945732 bytes +SHA1 (parrot-3.5.0.tar.gz) = ebdd5e47315417fac9f584e985705ec7122aec88 +RMD160 (parrot-3.5.0.tar.gz) = f085f9e9a9398cb1a0663fcbd5e42ddd586e15b4 +Size (parrot-3.5.0.tar.gz) = 4030702 bytes SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9 SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7 -- cgit v1.2.3