# New Ticket Created by Jason Gloudon
# Please include the string: [perl #16219]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=16219 >
This is a config test for the direction of stack growth that makes
the direction a co
On Wed, 14 Aug 2002, David M. Lloyd wrote:
> > The problem was that the math vtable methods were giving up if the
> > other side of the operator wasn't an int or a num. So the current
> > version of PerlArray would make $x undef. I'm not sure getting the
> > other thing's int value (as opposed
On Fri, 12 Jul 2002, Sean O'Rourke wrote:
> # New Ticket Created by "Sean O'Rourke"
> # Please include the string: [netlabs #801]
> # in the subject line of all future correspondence about this issue.
> # http://bugs6.perl.org/rt2/Ticket/Display.html?id=801 >
>
>
> This patch makes the followin
Sorry for the delay i've had a busy week.
This patch adds the tests.
/josef
--- pmc.t.orig Wed Aug 14 14:51:56 2002
+++ pmc.t Wed Aug 14 14:43:00 2002
@@ -1,6 +1,6 @@
#! perl -w
-use Parrot::Test tests => 65;
+use Parrot::Test tests => 68;
use Test::More;
my $fp_equality
I've moved all code into one file now.
/Josef
diff -urN parrot.orig/MANIFEST parrot/MANIFEST
--- parrot.orig/MANIFESTMon Aug 12 17:59:49 2002
+++ parrot/MANIFEST Mon Aug 12 18:01:36 2002
@@ -22,6 +22,7 @@
classes/default.pmc
classes/genclass.pl
classes/intqueue.pmc
+class