[perl #39973] Memory Allocation Error (PackFile Related?)

2006-07-26 Thread via RT
# New Ticket Created by chromatic # Please include the string: [perl #39973] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39973 > With a fresh checkout, I'm seeing a weird error: (gdb) run Starting program: /home/chromat

[svn:perl6-synopsis] r10477 - doc/trunk/design/syn

2006-07-26 Thread audreyt
Author: audreyt Date: Wed Jul 26 07:17:16 2006 New Revision: 10477 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S09.pod Log: * S02, S04, S06, S09: Chase the terminology change of "pipe operator" => "feed operat

[svn:perl6-synopsis] r10478 - doc/trunk/design/syn

2006-07-26 Thread audreyt
Author: audreyt Date: Wed Jul 26 07:21:13 2006 New Revision: 10478 Modified: doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod Log: * S04, S06: "Pointy sub" and "Pointy block" was used interchangeably in the text, but as uri++ pointed out, it was very confusing as we also say th

Re: [svn:perl6-synopsis] r10477 - doc/trunk/design/syn

2006-07-26 Thread Markus Laire
Modified: doc/trunk/design/syn/S06.pod -Note that all such pipes (and indeed all lazy argument lists) supply +Note that all such feed (and indeed all lazy argument lists) supply s/feed/feeds/ -Piping to the C<*> "whatever" term is considered a pipe to the lexically +Piping to the C<*> "what

[patch] typos in S04

2006-07-26 Thread Agent Zhang
This is a patch for S04. Special thanks go to cjeris++ and other kind persons on #perl6 for reviewing this. Cheers, Agent Index: D:/projects/Perl6-Syn/S04.pod === --- D:/projects/Perl6-Syn/S04.pod (revision 10479) +++ D:/pr

[CAGE] Request for header file renaming

2006-07-26 Thread luca regini
Is it possible to rename the ../include/parrot/string.h file in something else like ../include/parrot/parrot_string.h ? I see only 2 dependencies for this file in parrot.h and register.h so this shouldn't be a big issue. I am asking this because the string.h collides with the file of the same name

Re: [CAGE] Request for header file renaming

2006-07-26 Thread Andy Lester
On Wed, Jul 26, 2006 at 05:24:24PM +0200, luca regini ([EMAIL PROTECTED]) wrote: > name of some Standard C header. Renaming > parrot/string.h would simplify considerably setting up > a useful SPLINT target. Thanks for starting the splint target, luca. I doubt there would be any problem, but I'll

Re: [CAGE] Request for header file renaming

2006-07-26 Thread João Cruz Morais
Also Splint halts when "malloc-trace.c" is processed, since it includes "malloc-trace.h" which does not exist anywhere in the trunk. On another note, as anyone played with Rats or Flawfinder? Regards, João On 7/26/06, luca regini <[EMAIL PROTECTED]> wrote: > Is it possible to rename the > ../i

Re: [CAGE] Request for header file renaming

2006-07-26 Thread jerry gay
On 7/26/06, luca regini <[EMAIL PROTECTED]> wrote: Is it possible to rename the ../include/parrot/string.h file in something else like ../include/parrot/parrot_string.h ? I see only 2 dependencies for this file in parrot.h and register.h so this shouldn't be a big issue. I am asking this because

[perl #39979] [TODO] Tcl - More tests for [expr]

2006-07-26 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #39979] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39979 > The following aspects of [expr] still need tests: - Unary operators with string

[perl #38887] Result of INFINITY or NAN stringification is platform dependent

2006-07-26 Thread Ron Blaschke
I'm looking into this issue and would like to ask for some advice. I have added the following platform dependent functions. int Parrot_math_isnan(double) int Parrot_math_finite(double) On Win32 the implementation is simple because the IEEE recommended functions _finite and _isnan are supported.

Re: [perl #38887] Result of INFINITY or NAN stringification is platform dependent

2006-07-26 Thread Bill Coffman
On 7/26/06, Ron Blaschke <[EMAIL PROTECTED]> wrote: I'm looking into this issue and would like to ask for some advice. I have added the following platform dependent functions. int Parrot_math_isnan(double) int Parrot_math_finite(double) On Win32 the implementation is simple because the IEEE re

[svn:parrot-pdd] r13593 - in trunk: . docs/pdds/clip

2006-07-26 Thread allison
Author: allison Date: Wed Jul 26 14:44:40 2006 New Revision: 13593 Modified: trunk/docs/pdds/clip/pdd01_overview.pod trunk/docs/pdds/clip/pdd04_datatypes.pod trunk/docs/pdds/clip/pdd05_opfunc.pod trunk/docs/pdds/clip/pdd06_pasm.pod trunk/docs/pdds/clip/pdd09_gc.pod trunk/docs/pdd

[svn:parrot-pdd] r13593 - in trunk: . docs/pdds/clip

2006-07-26 Thread Bob Rogers
From: [EMAIL PROTECTED] Date: Wed, 26 Jul 2006 14:44:41 -0700 (PDT) Author: allison Date: Wed Jul 26 14:44:40 2006 New Revision: 13593 . . . Modified: trunk/docs/pdds/clip/pdd15_objects.pod ==

Partial fix to make closures invoke actions

2006-07-26 Thread Bob Rogers
I've been toying with this patch for a week now, because I'm not sure whether I should apply it. I think it's a step forward, but it doesn't solve the whole problem, and might be premature. What it does: 1. Defines Parrot_rewind_stack as a stub for a more general implementation of stac

Re: [perl #39973] Memory Allocation Error (PackFile Related?)

2006-07-26 Thread chromatic
On Wednesday 26 July 2006 00:02, chromatic wrote: > With a fresh checkout, I'm seeing a weird error: That is, with a fresh checkout and a patch that doesn't match what my previous test case did, I'm seeing a weird error. This is noise; the bug can go away. I'll file a new bug with the real er

[svn:perl6-synopsis] r10487 - doc/trunk/design/syn

2006-07-26 Thread audreyt
Author: audreyt Date: Wed Jul 26 23:52:24 2006 New Revision: 10487 Modified: doc/trunk/design/syn/S04.pod Log: * S04: Typo fixes form agentzh++, with help from cjeris++ and other kind persons on #perl6. Modified: doc/trunk/design/syn/S04.pod

[svn:perl6-synopsis] r10488 - doc/trunk/design/syn

2006-07-26 Thread audreyt
Author: audreyt Date: Wed Jul 26 23:53:09 2006 New Revision: 10488 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S06.pod Log: * S02 and S06: Markus Laire noted that "piping" shouldn't exist anymore without "pipe operators". Modified: doc/trunk/design/syn/S02.pod ===