Erik Lechak:
# Problem seems to be in the
# parrot/config/gen/libparrot_def/libparrot_def.in file. What
# mechanism
# is supposed to keep this up to date?
I'm not directly involved in maintenance of this file, but at a glance
it looks like it's only supposed to include functions in the extern
>4)How do I get pod2html to give me html that looks like the docs on
>http://www.parrotcode.org/docs/?
Ha! :)
We're using a slightly tweaked (by Graham Barr for search.cpan.org)
version of POD::POM and a stylesheet.
You can find the stylesheet here:
http://dev.perl.org/perl-styles.css
Onc
On Thu, 10 Oct 2002 00:37:22 -0400,
[EMAIL PROTECTED] (Erik Lechak) wrote:
--snip--
>Where can I get a reliable port of cvs for Windows?
>My old executable (v1.11)works fine.
Here are some pointers for you, and for possible inclusion in your "getting
started" document.
CVSHome.org is re-organi
Hi there,
I just discovered that:
a) my befunge interpreter is broken (would you stop beaking it please? :o))
b) push and pop operations are now supported by lists
c) there's a pmc for handling list of integers: intlist
I'll get back to point a) later when I'll have investigated it.
Point c)
In message <[EMAIL PROTECTED]>
Leopold Toetsch (via RT) <[EMAIL PROTECTED]> wrote:
> I didn't look, if this is really intended, but I wouldn't like to behave
> Parrot_snprintf different then snprintf(3).
>
> It would also be nice, if we could have a return value, consistent with
> glib
# New Ticket Created by Leopold Toetsch
# Please include the string: [perl #17876]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt2/Ticket/Display.html?id=17876 >
I didn't look, if this is really intended, but I wouldn't like to behave
Parrot_snp
On Fri, Oct 11, 2002 at 05:01:49PM -0400, Dan Sugalski wrote:
> At 9:02 PM +0100 10/11/02, Nicholas Clark wrote:
> >I would like to kill all generated variants of all the 3 argument opcodes
> >where both input arguments are constants. They truly are superfluous.
>
> Where both operands are ints
Perhaps this is a known issue...
Most parrot programs seem to crash on x86 when the latest CVS parrot
is compiled with "-O2" or "-g -O2" and when JIT is enabled.
The programs appear to run to completion and only crash prior to exitting.
Repeatable on both Cygwin and Linux x86.
When JIT is not us
Hello all,
While writing the "getting started" guide, I was playing with the tests.
(I am on Windows XP). I noticed that the src tests fail or are not
even run for Win32.
I tinkered with it for a while and got some of the tests to pass. It
turns out there was a linking problem. The libpa
Nicholas Clark wrote:
> On Fri, Oct 11, 2002 at 05:01:49PM -0400, Dan Sugalski wrote:
>
>>At 9:02 PM +0100 10/11/02, Nicholas Clark wrote:
>>
>
>>>I would like to kill all generated variants of all the 3 argument opcodes
>>>where both input arguments are constants. They truly are superfluous.
Simon Glover (via RT) <[EMAIL PROTECTED]> writes:
> Brent's sprintf patch introduced a couple of new warnings here:
>
> exceptions.c: In function `do_panic':
> exceptions.c:69: warning: signed and unsigned type in conditional
> expression
> trace.c:22: warning: no previous prototype for
11 matches
Mail list logo