On Sun, 08 Apr 2007 12:04:37 -0700
[EMAIL PROTECTED] (Paul Cochrane) wrote:
> # New Ticket Created by Paul Cochrane
> # Please include the string: [perl #42355]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=42355 >
>
>
Author: larry
Date: Mon May 28 13:53:39 2007
New Revision: 14403
Modified:
doc/trunk/design/syn/S04.pod
Log:
typo noticed by (John Macdonald and Bob Rogers)>>++
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk
Author: larry
Date: Mon May 28 12:14:12 2007
New Revision: 14402
Modified:
doc/trunk/design/syn/S04.pod
Log:
Clarifications to conditional bindings suggested by xinming++ and gaal++.
Modified: doc/trunk/design/syn/S04.pod
==
Hi,
I built Parrot for the first time in a while today and got errors like:
src\extend.c(78) : error C2375: 'Parrot_PMC_get_string_intkey' :
redefinition; different linkage .\include\parrot/extend.h(60) : see
declaration of 'Parrot_PMC_get_string_intkey'
If you use PARROT_API in a C implemen
On Mon, 28 May 2007 02:05:24 +0200
pancake <[EMAIL PROTECTED]> wrote:
> Hi to everyone!
>
> How can I set a new include path into the library loader of parrot?
There is a hook into init_library_paths in library.c on a C level. You
have to provide C code to append to the array.
On a PIR level I
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon May 28 13:00:02 2007 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with m
Am Montag, 28. Mai 2007 01:45 schrieb pancake:
> I have been reading the source code of he virtual machine a bit and found
> some confusing things and other stuff that imho should change.
>
> Most of this patches are merely stupid, so they are easy to fix and will
> reflect on a clenaer and reduced