summaryrefslogtreecommitdiff
path: root/lang/parrot/patches
diff options
context:
space:
mode:
authorhe <he>2012-03-08 14:10:12 +0000
committerhe <he>2012-03-08 14:10:12 +0000
commit8070dd999892c411ce6948b2733ba4b877ded1fb (patch)
tree13cb462c6f72be682e4fa67bc737333f7c128524 /lang/parrot/patches
parentc7ee55ac60d4602da910dbc93cf27344ca487b8b (diff)
downloadpkgsrc-8070dd999892c411ce6948b2733ba4b877ded1fb.tar.gz
Update parrot to version 3.11.0.
Upstream changes: - Core + packfile api and pbc handling improvements + smarter recursion tracking across threads + new "pop_upto_eh" op for finer-grained exception handling + subroutine-level profiling runcore cleanups + improved window support - Languages + new math builtins in winxed (abs, sinh, cosh and tanh) + better inline support in winxed + squaak improvements (sub as expression, new read() builtin) - Documentation + many new man pages thanks to gci students - Tests + updated example code for FileHandle and Iterator + coding standards fixes
Diffstat (limited to 'lang/parrot/patches')
-rw-r--r--lang/parrot/patches/patch-am17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang/parrot/patches/patch-am b/lang/parrot/patches/patch-am
deleted file mode 100644
index 560fd91e84b..00000000000
--- a/lang/parrot/patches/patch-am
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-am,v 1.4 2012/03/08 10:11:24 he Exp $
-
-This test is timing-dependent, allow more time for the asynchronous
-callbacks to complete and/or a slower build + test machine.
-(Reportedly fixed in newer versions.)
-
---- t/pmc/nci.t.orig 2012-03-06 08:42:14.000000000 +0000
-+++ t/pmc/nci.t
-@@ -1917,7 +1917,7 @@ OUTPUT
-
- # Need to force reschedule to see async callbacks.
- # Chandon TODO: Is this a bug?
-- sleep 0.001
-+ sleep 0.02
-
- # reset int_cb_D4 to 1
- int_cb_D4[0] = 1