Re: [perl #31910] ICU bug with fresh CVS Checkout

2004-10-10 Thread Jens Rieks
On Sunday 10 October 2004 21:50, Jeff Clites wrote: Did you run 'make' again after running the c++ -o parrot... line below? If not, I bet the problem is just the stuff in runtime/parrot/include never got bytecode-compiled, because the stuff at the end of the make process never ran. Ah yes,

Re: [CVS ci] runtime prefix

2004-10-10 Thread Nicholas Clark
On Thu, Oct 07, 2004 at 11:25:49AM +0200, Leopold Toetsch wrote: Short version: an installed Parrot is now able to locate its ICU data. The longer story: During make a new file src/parrot_config.c is created holding currently just one entry: the install --prefix directory. During

[PATCH] classes/perlint.pmc

2004-10-10 Thread Sam Ruby
Fix for a minor problem. Found by inspection. - Sam Ruby .sub main @MAIN $P1 = new PerlInt $P1 = 5 $P2 = new PerlNum $P2 = 0.2 $P3 = new PerlNum $P3 = $P1 / $P2 print $P3 print \n .end ? classes/pyboolean.pmc ? classes/pydict.pmc ? classes/pyfloat.pmc ?

Re: macros, local variables...

2004-10-10 Thread William Coleda
Leopold Toetsch wrote: .macro swapP (A,B) $P0 = .A .A = .B .B = $P0 .endm (untested) Seems to work, thanks. *But* we have an opcode called *exchange* ... It's even JITted on i386. This was just an example. Thanks. leo

0.1.1 left over

2004-10-10 Thread Leopold Toetsch
My use.perl.org account seems to have vanished and new login information didn't arrive in time. Could someone please drop the release announcement there. thanks, leo

Re: Parrot 0.1.1 Poicephalus Released!

2004-10-10 Thread Leopold Toetsch
Mathieu Arnold wrote: $ ./test ok $ ./test Illegal instruction (core dumped) Can you proivde a patch to use this CPU for random number generation ;) Is the test sane? leo