CVS going away

2005-04-09 Thread Robert Spier
I've disabled all CVS write permissions as part of the transition. (Yes, this means wheels are turning.)

Re: [perl #34894] [PATCH] remove warnings from classes/*.pmc

2005-04-09 Thread Leopold Toetsch
Jerry Gay <[EMAIL PROTECTED]> wrote: > this patch removes uninitialized variable warnings from the following: Thanks, applied + leftovers from src/string.c leo

Re: [perl #34893] [PATCH] remove warnings from dynclasses/tcl*.pmc

2005-04-09 Thread Leopold Toetsch
Jerry Gay <[EMAIL PROTECTED]> wrote: > this patch removes warnings of unreferenced labels and local variables from > dynclasses/tcl*.pmc Thanks, applied. leo

Re: [perl #34891] [PATCH] remove 'unreferenced local variable' warnings from src/*.c files

2005-04-09 Thread Leopold Toetsch
Jerry Gay <[EMAIL PROTECTED]> wrote: > i'm in the process of removing warnings from parrot, and i thought i'd split > the patches up into manageable chunks. Splitting bigger patches is good, it simplifies review. > ... this patch removes 'unreferenced > local variable' warnings from all src/*.c

Re: Dynamic Perl, Part 1 [IMCC]

2005-04-09 Thread Leopold Toetsch
William Coleda <[EMAIL PROTECTED]> wrote: > Attached, find the first trivial chunk, which removes as much Perl* > from IMCC internals and tests as possible without writing actually > writing any new PMC code. Applied the trivial part, i.e. all but the change to PMCArray. > PerlArray is going to

Re: [PATCH] update pcre example + libraries + tests

2005-04-09 Thread Leopold Toetsch
jerry gay wrote: wouldn't you know it... i upload the wrong patch. here's the correct one, with all tests passing on win32. On Apr 7, 2005 9:00 AM, *jerry gay* <[EMAIL PROTECTED] > wrote: i've attached a patch to update the pcre example, libraries, and added so