Re: [patch] math.ops, out PMC

2003-10-29 Thread Leopold Toetsch
Sterling Hughes <[EMAIL PROTECTED]> wrote: > Attached is a small patchlet, that allows the following code to execute: > .pcc_sub _main prototyped > .sym PerlUndef a > a = new PerlUndef > a = 10 + 5 This doesn't fly. Binary vtables like this are called on the left argume

[patch] math.ops, out PMC

2003-10-29 Thread Sterling Hughes
Hey, Attached is a small patchlet, that allows the following code to execute: .pcc_sub _main prototyped .sym PerlUndef a a = new PerlUndef a = 10 + 5 print a .end And avoids having to instead do: .pcc_sub _main prototyped .sym PerlUndef a a = new P

[Patch] math.ops

2002-06-13 Thread Josef Höök
I've added a couple of functions to math.ops now. What do you think about adding complex functions? ( complex.h ) /josef diff -urN parrot.orig/MANIFEST parrot/MANIFEST --- parrot.orig/MANIFESTThu Jun 13 00:12:15 2002 +++ parrot/MANIFEST Thu Jun 13 09:31:56 2002 @@ -354,6 +