r26262 - docs/Perl6/Spec

2009-04-18 Thread pugs-commits
Author: cosmicnet Date: 2009-04-18 19:13:29 +0200 (Sat, 18 Apr 2009) New Revision: 26262 Modified: docs/Perl6/Spec/S28-special-names.pod Log: added spec for $*CWD Modified: docs/Perl6/Spec/S28-special-names.pod === --- docs/Perl6/

r26261 - docs/Perl6/Spec

2009-04-18 Thread pugs-commits
Author: masak Date: 2009-04-18 17:21:18 +0200 (Sat, 18 Apr 2009) New Revision: 26261 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] s/\./::/ in grammar rule call according to TimToady on IRC, "it's :: because what's really going on is Cursor.Grammar::rule()" Modified: docs/Perl6/Spec/S05-

Re: [perl #39855] [CAGE] configuration: define MIN/MAX macros for all integral typedefs

2009-04-18 Thread NotFound
>> It's great to have INTVAL and UINTVAL, but without MAX_INTVAL it's kind of >> hard to work with them in some respects.  All integral typedefs should > have >> min/max macros.  Syntax not a big deal, it can be fixed later, just don't >> break anything when introducing them. > > Nothing has happen

Re: [perl #39855] [CAGE] configuration: define MIN/MAX macros for all integral typedefs

2009-04-18 Thread Nicholas Clark
On Sat, Apr 18, 2009 at 12:09:10AM -0700, Christoph Otto via RT wrote: > On Wed Aug 06 20:07:05 2008, Whiteknight wrote: > > On Sat May 17 14:57:18 2008, pmichaud wrote: > > > On Mon Jul 17 11:59:47 2006, chip wrote: > > > > It's great to have INTVAL and UINTVAL, but without MAX_INTVAL it's > > kin

Re: [perl #44499] [TODO] Move cstrings to String Structure

2009-04-18 Thread NotFound
> I tried to apply this patch to svn head, but it's different enough that > much of it will need to be rewritten.  If this is something worth > pursuing, I'm willing to reimplement and apply the patch (if NotFound > isn't interested).  If not, this ticket should be rejected. Reject it. I'll take a

[perl #64816] [PATCH] build/PARROT_REVISION embeds a newline on Win32, makes --gen-parrot fail

2009-04-18 Thread Patrick R. Michaud via RT
This should be fixed in afd8ff1. Thanks! Pm