# New Ticket Created by chromatic
# Please include the string: [perl #39973]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=39973 >
With a fresh checkout, I'm seeing a weird error:
(gdb) run
Starting program: /home/chromat
Author: audreyt
Date: Wed Jul 26 07:17:16 2006
New Revision: 10477
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S04.pod
doc/trunk/design/syn/S06.pod
doc/trunk/design/syn/S09.pod
Log:
* S02, S04, S06, S09: Chase the terminology change of
"pipe operator" => "feed operat
Author: audreyt
Date: Wed Jul 26 07:21:13 2006
New Revision: 10478
Modified:
doc/trunk/design/syn/S04.pod
doc/trunk/design/syn/S06.pod
Log:
* S04, S06: "Pointy sub" and "Pointy block" was used
interchangeably in the text, but as uri++ pointed out,
it was very confusing as we also say th
Modified: doc/trunk/design/syn/S06.pod
-Note that all such pipes (and indeed all lazy argument lists) supply
+Note that all such feed (and indeed all lazy argument lists) supply
s/feed/feeds/
-Piping to the C<*> "whatever" term is considered a pipe to the lexically
+Piping to the C<*> "what
This is a patch for S04. Special thanks go to cjeris++ and other kind
persons on #perl6 for reviewing this.
Cheers,
Agent
Index: D:/projects/Perl6-Syn/S04.pod
===
--- D:/projects/Perl6-Syn/S04.pod (revision 10479)
+++ D:/pr
Is it possible to rename the
../include/parrot/string.h file in something else like
../include/parrot/parrot_string.h ? I see only 2
dependencies for this file in parrot.h and register.h
so this shouldn't be a big issue. I am asking this
because the string.h collides with the file of the
same name
On Wed, Jul 26, 2006 at 05:24:24PM +0200, luca regini ([EMAIL PROTECTED]) wrote:
> name of some Standard C header. Renaming
> parrot/string.h would simplify considerably setting up
> a useful SPLINT target.
Thanks for starting the splint target, luca. I doubt there would be any
problem, but I'll
Also Splint halts when "malloc-trace.c" is processed, since it
includes "malloc-trace.h" which does not exist anywhere in the trunk.
On another note, as anyone played with Rats or Flawfinder?
Regards,
João
On 7/26/06, luca regini <[EMAIL PROTECTED]> wrote:
> Is it possible to rename the
> ../i
On 7/26/06, luca regini <[EMAIL PROTECTED]> wrote:
Is it possible to rename the
../include/parrot/string.h file in something else like
../include/parrot/parrot_string.h ? I see only 2
dependencies for this file in parrot.h and register.h
so this shouldn't be a big issue. I am asking this
because
# New Ticket Created by Matt Diephouse
# Please include the string: [perl #39979]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=39979 >
The following aspects of [expr] still need tests:
- Unary operators with string
I'm looking into this issue and would like to ask for some advice.
I have added the following platform dependent functions.
int Parrot_math_isnan(double)
int Parrot_math_finite(double)
On Win32 the implementation is simple because the IEEE recommended
functions _finite and _isnan are supported.
On 7/26/06, Ron Blaschke <[EMAIL PROTECTED]> wrote:
I'm looking into this issue and would like to ask for some advice.
I have added the following platform dependent functions.
int Parrot_math_isnan(double)
int Parrot_math_finite(double)
On Win32 the implementation is simple because the IEEE re
Author: allison
Date: Wed Jul 26 14:44:40 2006
New Revision: 13593
Modified:
trunk/docs/pdds/clip/pdd01_overview.pod
trunk/docs/pdds/clip/pdd04_datatypes.pod
trunk/docs/pdds/clip/pdd05_opfunc.pod
trunk/docs/pdds/clip/pdd06_pasm.pod
trunk/docs/pdds/clip/pdd09_gc.pod
trunk/docs/pdd
From: [EMAIL PROTECTED]
Date: Wed, 26 Jul 2006 14:44:41 -0700 (PDT)
Author: allison
Date: Wed Jul 26 14:44:40 2006
New Revision: 13593
. . .
Modified: trunk/docs/pdds/clip/pdd15_objects.pod
==
I've been toying with this patch for a week now, because I'm not sure
whether I should apply it. I think it's a step forward, but it doesn't
solve the whole problem, and might be premature.
What it does:
1. Defines Parrot_rewind_stack as a stub for a more general
implementation of stac
On Wednesday 26 July 2006 00:02, chromatic wrote:
> With a fresh checkout, I'm seeing a weird error:
That is, with a fresh checkout and a patch that doesn't match what my previous
test case did, I'm seeing a weird error. This is noise; the bug can go away.
I'll file a new bug with the real er
Author: audreyt
Date: Wed Jul 26 23:52:24 2006
New Revision: 10487
Modified:
doc/trunk/design/syn/S04.pod
Log:
* S04: Typo fixes form agentzh++, with help from cjeris++
and other kind persons on #perl6.
Modified: doc/trunk/design/syn/S04.pod
Author: audreyt
Date: Wed Jul 26 23:53:09 2006
New Revision: 10488
Modified:
doc/trunk/design/syn/S02.pod
doc/trunk/design/syn/S06.pod
Log:
* S02 and S06: Markus Laire noted that "piping" shouldn't
exist anymore without "pipe operators".
Modified: doc/trunk/design/syn/S02.pod
===
18 matches
Mail list logo