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
# 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
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
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
# 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
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
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).
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
> ==