Re: signal 11 when run on x86, JIT enabled

2002-10-16 Thread Leopold Toetsch
Steve Fink wrote: On Mon, Oct 14, 2002 at 10:06:54AM +0200, Leopold Toetsch wrote: This is, what restart NEXT() does. That's what I originally thought, but there seemed to be no attempt at implementing this in the code, so I though it must not have been attempted yet -- hence the TODO.

Re: getting started guide in pod

2002-10-16 Thread Aldo Calpini
Erik Lechak wrote: Just wondering: What would another documentation style have to provide to make it an acceptable replacement for pod? being pod. you gotta love it ;-) cheers, Aldo __END__ $_=q,just perl,,s, , another ,,s,$, hacker,,print;

Re: [perl #17936] [PATCH] MANIFEST

2002-10-16 Thread Nicholas Clark
On Mon, Oct 14, 2002 at 11:06:05PM +, Jürgen Bömmels wrote: # New Ticket Created by J?rgen B?mmels # Please include the string: [perl #17936] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17936 There are

Re: [perl #17896] [PATCH] PerlHash tests

2002-10-16 Thread Nicholas Clark
On Sun, Oct 13, 2002 at 04:29:09PM +, Simon Glover wrote: # New Ticket Created by Simon Glover # Please include the string: [perl #17896] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17896 This

Re: [perl #17901] [PATCH] More PMC tests

2002-10-16 Thread Nicholas Clark
On Sun, Oct 13, 2002 at 11:45:06PM +, Simon Glover wrote: # New Ticket Created by Simon Glover # Please include the string: [perl #17901] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17901 Patch

Re: [perl #17903] [PATCH] sprintf test

2002-10-16 Thread Nicholas Clark
On Mon, Oct 14, 2002 at 12:09:54AM +, Simon Glover wrote: Here's a brief test for the PMC, PMC, PMC form of the sprintf op; as an added bonus, it also tests two of the formats not previously tested (%b and %o). Thanks, applied Nicholas Clark -- Even better than the real thing:

Re: [perl #17935] [PATCH] Remove a warning

2002-10-16 Thread Nicholas Clark
On Mon, Oct 14, 2002 at 10:47:48PM +, Jürgen Bömmels wrote: /usr/local/bin/gcc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Winline -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Winline -W -Wno-unused -Wsign-compare -Wformat-security -Wpacked

[CVS ci] list / array

2002-10-16 Thread Leopold Toetsch
I did check in some patches WRT list/arrays. list.c/list.h: - fixed list_mark - get_item/... return now PMC** - added list_set_length + list truncation intlist.c: - uses List - missing: parts of file header, clone classes/{perl,}array.pmc - use List + MANIFEST, parrot.h, makefile Success ;-)

Re: [perl #17936] [PATCH] MANIFEST

2002-10-16 Thread Leopold Toetsch
Nicholas Clark wrote: This has been applied, hasn't it? [Am I supposed to check somewhere other than the mailing list to learn this?] I did add these missing entries, when I checked in my list integration patch, which touched the MANIFEST anyway. Sorry - no notice about that til now, a RL

Re: [perl #17936] [PATCH] MANIFEST

2002-10-16 Thread Simon Glover
On Wed, 16 Oct 2002, Leopold Toetsch wrote: There is somewhere a mailing list cvs something for checkins. [EMAIL PROTECTED] (and an archive on the web at archive.develooper.com) Simon

Re: [perl #17907] [PATCH docs/parrot_assembly.pod] Minor typos and consistencies

2002-10-16 Thread Nicholas Clark
On Mon, Oct 14, 2002 at 02:31:53AM +, chromatic wrote: I've been browsing the docs, and took the time to do a bit of copyediting. There's room for more consistency -- sometimes the registers are called 'X' and 'Y' and other times 'x' and 'y'. Yes, I did notice this. Is there any sort

[perl #17974] make clean removes lib/Parrot/PMC.pm

2002-10-16 Thread via RT
# New Ticket Created by Simon Glover # Please include the string: [perl #17974] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt2/Ticket/Display.html?id=17974 Following the recent PMC reorganization, lib/Parrot/PMC.pm is now in the list