[svn:parrot-pdd] r12202 - trunk/docs/pdds/clip

2006-04-14 Thread coke
Author: coke Date: Thu Apr 13 13:51:48 2006 New Revision: 12202 Modified: trunk/docs/pdds/clip/pddXX_exceptions.pod Log: Fix bug in PDD exception handling example. Modified: trunk/docs/pdds/clip/pddXX_exceptions.pod

[perl #38914] perl Configure.pl fails on Mac OS X 10.4.6 on Intel iMac

2006-04-14 Thread via RT
# New Ticket Created by Gregor N. Purdy # Please include the string: [perl #38914] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38914 $ perl Configure.pl Parrot Version 0.4.3 Configure 2.0 Copyright (C) 2001-2006

[perl #38896] [TODO] Integer PMC missing math methods.

2006-04-14 Thread Will Coleda via RT
Note that there don't seem to be any tests, for example, against something like: $P1 = new .Float $P1 = 1.2 $N1 = cosh $P1 op/trans.t tests some of these math ops, but only against N registers. There are tests for the complex PMC, but not Float. Add tests for all math opcodes for Float

@slash@ in Makefile.in Files

2006-04-14 Thread chromatic
Looking at patch #12967, particle revised a previous patch and replace @slash@ with / in paths in the Makefile. I used the former out of a cargo-cult sense of platform independence. Is that unnecessary, or is it still a good idea? -- c

Re: @slash@ in Makefile.in Files

2006-04-14 Thread jerry gay
On 4/14/06, chromatic [EMAIL PROTECTED] wrote: Looking at patch #12967, particle revised a previous patch and replace @slash@ with / in paths in the Makefile. I used the former out of a cargo-cult sense of platform independence. Is that unnecessary, or is it still a good idea?

Re: [perl #38914] perl Configure.pl fails on Mac OS X 10.4.6 on Intel iMac

2006-04-14 Thread Will Coleda
What does % gcc -v say? On Apr 13, 2006, at 10:32 PM, Gregor N.Purdy (via RT) wrote: # New Ticket Created by Gregor N. Purdy # Please include the string: [perl #38914] # in the subject line of all future correspondence about this issue. # URL:

Re: @slash@ in Makefile.in Files

2006-04-14 Thread Will Coleda
The makefile generator has an option to automatically do the slash replacement for you. In the interest of readability, I recommend using that and removing @slash@ from the .in files. (Do make sure if you change other .in files that they have this option enabled. Example from

Re: [perl #38914] perl Configure.pl fails on Mac OS X 10.4.6 on Intel iMac

2006-04-14 Thread jerry gay
On 4/13/06, via RT Gregor N. Purdy [EMAIL PROTECTED] wrote: Determining if your C compiler is actually gcc... step auto::gcc died during execution: C compiler failed (see test.cco) at lib/Parrot/Configure/Step.pm line 362 what does test.cco say?