On Sunday 31 August 2008 14:23:50 Ron Schmidt wrote:
> Warning occurs when issuing 'perl Configure.pl' under cygwin where the
> LANG environment variable does not have a default value on my system.
> Patch to fix is included below.
>
> Index: lib/Parrot/Revision.pm
> ==
From: [EMAIL PROTECTED]
Date: Thu, 28 Aug 2008 12:43:20 -0700 (PDT)
Author: allison
Date: Thu Aug 28 12:43:19 2008
New Revision: 30622
I've not responded to all your comments, just some of the key ones that
I hope will promote understanding. I won't commit any changes until
after
# New Ticket Created by Ron Schmidt
# Please include the string: [perl #58484]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58484 >
Warning occurs when issuing 'perl Configure.pl' under cygwin where the
LANG environment v
As mentioned in RT #49168, I'm in favor of a --language flag, that selects the
default
PBC/PIR file to run, and passes all other arguments to the ':main' sub in that
file. It can also
select default paths based on the options set the the configuration file for
that language.
Then, using the $
# New Ticket Created by Stephen Weeks
# Please include the string: [perl #58460]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58460 >
I tried using resizablepmcarray's append() in cardinal and I got 'double fre or
corrup
Allison Randal schrieb:
Will Coleda wrote:
It's important to keep in mind that for the most part, at least on
unix-related operating systems, executables for a particular language
will
simply be an 'ln -s' to /usr/bin/parrot (taking advantage of the $0
executable name information to set up ce