Re: [perl #61870] [BUG] [META] Trac system borks authenticated user's privileges

2009-01-11 Thread Allison Randal
Bob Rogers wrote: What about those of us who can't log in? I can't even reset my password, let alone update anything . . . It won't let you log in at all? Or, once you log in it won't let you do anything? I just reset your password, let me know if you don't get an automated email about

[svn:parrot-pdd] r35410 - trunk/docs/pdds/draft

2009-01-11 Thread bernhard
Author: bernhard Date: Sun Jan 11 04:40:38 2009 New Revision: 35410 Modified: trunk/docs/pdds/draft/pdd08_keys.pod Log: [codingstd] shorten long lines. Modified: trunk/docs/pdds/draft/pdd08_keys.pod == ---

Re: [perl #61870] [BUG] [META] Trac system borks authenticated user's privileges

2009-01-11 Thread Bob Rogers
From: Allison Randal alli...@parrot.org Date: Sun, 11 Jan 2009 01:13:06 -0800 Bob Rogers wrote: What about those of us who can't log in? I can't even reset my password, let alone update anything . . . It won't let you log in at all? Or, once you log in it won't let you

[perl #62202] Problem with Configure.PL under Windows

2009-01-11 Thread via RT
# New Ticket Created by Alan Rocker # Please include the string: [perl #62202] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62202 Running Configure.pl under Windows (XP Home), Strawberry Perl, produces the

[perl #62206] Errors reported by mingw32-make test

2009-01-11 Thread via RT
# New Ticket Created by Alan Rocker # Please include the string: [perl #62206] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62206 Under Windows (XP Home) Strawberry Perl Attached are STDERR output and the summary

[perl #62204] Errors reported by mingw32-make

2009-01-11 Thread via RT
# New Ticket Created by Alan Rocker # Please include the string: [perl #62204] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62204 (On Windows XP Home) after mingw32-make realclean and Configure.pl STDERR output

Re: Allocation of PASM registers (in PASM mode)

2009-01-11 Thread Geoffrey Broadwell
On Sun, 2009-01-11 at 12:39 -0500, Andrew Whitworth wrote: This is something that obviously needs to be avoided. PASM doesn't require that P42 be the 42nd register in an array. It only requires that values put into P42 aren't overwritten and the register isn't repurposed later. The simplest

[PATCH] Add .trim method

2009-01-11 Thread Ovid
This is an update to my last patch (which you may not see because I sent it from the wrong email address). Here are my updated notes: This patch implements the .trim() method for strings. Problem: I don't like the magic number '32 not_whitespace = is_cclass 32, s, start But I couldn't

[PATCH]: implement .trim method

2009-01-11 Thread Ovid
This patch implements the .trim() method for strings. Two problems: 1. I don't like the double-negative, but I was unsure how to get rid of it. unless not_whitespace goto done 2. I don't like the magic number '32 not_whitespace = is_cclass 32, s, start $I0 = is_cclass

Re: [PATCH] Add .trim method

2009-01-11 Thread Ovid
- Original Message This patch implements the .trim() method for strings. Now that I'm reading S29, I see there is no .trim() method there. I got that because it was referenced in pugs in the cookbook (not in tests, though) and I was trying to get the examples to run. Bummer :(

Re: [perl #62204] Errors reported by mingw32-make

2009-01-11 Thread Reini Urban
2009/1/11 via RT Alan Rocker parrotbug-follo...@parrotcode.org: # New Ticket Created by Alan Rocker # Please include the string: [perl #62204] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62204 (On Windows XP

Re: [perl #62206] Errors reported by mingw32-make test

2009-01-11 Thread Reini Urban
2009/1/11 via RT Alan Rocker parrotbug-follo...@parrotcode.org: # New Ticket Created by Alan Rocker # Please include the string: [perl #62206] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62206 Under Windows (XP

Re: [perl #62202] Problem with Configure.PL under Windows

2009-01-11 Thread Mark Glines
Alan Rocker (via RT) wrote: auto::gmp - Does your platform support GMP...Can't spawn .\test_616.exe: Bad file descriptor at lib/Parrot/Configure/Utils.pm line 86. Thanks, this is a known issue with the libgmp.dll built with strawberry perl. (It was built with SSE2 instructions that