[perl #40865] [CAGE] ensure isxxx() and toxxx() are only passed unsigned char values

2007-07-22 Thread Paul Cochrane via RT
On Mon Nov 13 14:24:04 2006, chip wrote: > The C standard says that the isxxx() and toxxx() functions are only defined > if their input falls in the domain of unsigned char, or the special case of > -1 ("EOF"). Therefore, all input values to these functions should be cast > (directly or indirec

[perl #44083] [PATCH] [NEW] New tool for Parrot developers: Parrot::Configure::Trace

2007-07-22 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #44083] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44083 > --- osname= linux osvers= 2.6.18.3 arch= i486-linux-gnu-thread-multi cc= cc --- Fl

Re: [svn:parrot] r20098 - in trunk: . compilers/imcc

2007-07-22 Thread Andy Lester
On Jul 22, 2007, at 9:01 AM, [EMAIL PROTECTED] wrote: [Coverity] CID:67 USE_AFTER_FREE - reordered statements to correct problem I can't tell you how happy it makes me to see these. xoxo, Andy -- Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Re: [perl #44083] [PATCH] [NEW] New tool for Parrot developers: Parrot::Configure::Trace

2007-07-22 Thread Jonathan Worthington
James Keenan (via RT) wrote: ...enables you to trace the evolution of the Parrot::Configure object over the 56 configuration steps. Methods are provided to (a) track the development of a single attribute over the configuration steps, and (b) take a snapshot of the object's state at the conclu

[perl #44089] [GC] t/compilers/tge/grammar.t Test #1 Fails

2007-07-22 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #44089] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44089 > Jonathan and I found and fixed some sketchy code in the context system related to register

Re: [perl #44089] [GC] t/compilers/tge/grammar.t Test #1 Fails

2007-07-22 Thread chromatic
On Sunday 22 July 2007 17:20:05 chromatic wrote: > Jonathan and I found and fixed some sketchy code in the context system > related to register locations. Unfortunately, this patch causes a segfault > during global destruction for this test file. I'm going to mark it as TODO > temporarily, using

Re: [perl #43481] t/examples/shootout.t (shootout_16.pir) fails on gentoo/x86

2007-07-22 Thread James E Keenan
James Keenan via RT wrote: On Sun Jul 08 12:27:06 2007, jkeen at verizon.net wrote: t/examples/shootout.t is failing even worse today than yesterday. Here's the weekly update: shootout continues to fail on Darwin ... but it's continuing to pass on Linux (which I've upgraded to Debian 4.0).

Re: [svn:parrot] r20101 - in trunk: . tools/build

2007-07-22 Thread chromatic
On Sunday 22 July 2007 08:39:17 [EMAIL PROTECTED] wrote: > Modified: >trunk/ (props changed) >trunk/tools/build/nativecall.pl > > Log: > [Coverity] parrot-0.4.13 CID:28 RESOURCE_LEAK - added > string_cstring_free(c) to free resouce > > > Modified: trunk/tools/build/nativecall.pl > ==