[perl #41103] [BUG] stdin.'readline'() segfaults on systems w/o readline support

2007-01-13 Thread Patrick R. Michaud via RT
Fixed in r16587. Pm

should we eliminate examples/japh (RT #37068)?

2007-01-13 Thread Patrick R. Michaud
As part of bugday Bernhard fixed up a couple of japh tests (examples/japh/) that were using the now obsolete 'pack' opcode. This helps with RT #37068, but still doesn't resolve it entirely as there are other japh examples that don't work. In looking through the remaining japh examples, most of

[perl #39776] [BUG] PGE: Method 'reduce' not found

2007-01-13 Thread Patrick R. Michaud via RT
Resolved in r16591. (Added tests as well as code to throw exception for bare quantifiers.) Thanks! Pm

Re: should we eliminate examples/japh (RT #37068)?

2007-01-13 Thread Will Coleda
On Jan 13, 2007, at 9:59 AM, Patrick R. Michaud wrote: As part of bugday Bernhard fixed up a couple of japh tests (examples/japh/) that were using the now obsolete 'pack' opcode. This helps with RT #37068, but still doesn't resolve it entirely as there are other japh examples that don't work.

[perl #40791] [TODO] PGE: convert t/compilers/pge/p5regex/p5rx.t to PIR

2007-01-13 Thread Patrick R. Michaud via RT
Now resolved in r16593. Many thanks to Jerry Gay and Will Coleda for the conversion (and thanks also to anyone else I might have missed). Pm

[svn:parrot-pdd] r16594 - trunk/docs/pdds

2007-01-13 Thread allison
Author: allison Date: Sat Jan 13 11:07:19 2007 New Revision: 16594 Modified: trunk/docs/pdds/pdd22_io.pod Log: [pdd]: Added specification for I/O object iterator API. Closes RT ticket #33962. Modified: trunk/docs/pdds/pdd22_io.pod

Adjust copyright notice

2007-01-13 Thread Klaas-Jan Stol
Hi, I tried to write a little script that checks for the copyright notice and updates it if necessary. THere are some comments on what should be done (SVN date comparing and stuff. hope this helps, kjs # # Start of a script to recursively process all files in a directory to change the

Re: Tcl windows make problems

2007-01-13 Thread Matt Diephouse
Klaas-Jan Stol [EMAIL PROTECTED] wrote: hello, yesterday I had a look at why tcl does not build on windows. Although I haven't been able to fix it, I'd like to share the issues I found, so you don't have to look for it yourself. there were several problems with the makefile line 123: ops:

[perl #41250] [tru64] failures in p5regex/p5rx

2007-01-13 Thread Patrick R. Michaud via RT
I think these errors were because p5rx.t was in the midst of being converted from Perl 5 to PIR (and was left with a number of failing tests). I was getting similar (identical?) failures for p5rx.t on my x86_64 platform. I think that r16593 fixes p5rx.t -- if you could test it on tru64 to

[perl #40806] [BUG] IMCC - embedded source locations (#line nnn file.pir)

2007-01-13 Thread Patrick R. Michaud via RT
It works, thanks! Marking the ticket as resolved. Pm

[perl #41265] [TODO] PGE: refactor pod_comment rule into PGE/Util.pbc

2007-01-13 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #41265] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41265 Currently several compiler tools (pgc, tgc, perl6, and more) make use of a

Re: Tcl windows make problems

2007-01-13 Thread jerry gay
On 1/13/07, Matt Diephouse [EMAIL PROTECTED] wrote: Ah, I see what happened here. I had to change things around in the first place to be able to link in another object file with my dynamic opcodes. I ended up changing dynoplibs.pl to link arguments differently if they were object files. But my

Re: Global Variables in tools/build/ops2pm.pl: What is their rationale? Could they be refactored?

2007-01-13 Thread jerry gay
On 1/12/07, James Keenan [EMAIL PROTECTED] wrote: Following my refactoring of tools/build/pmc2c.pl, particle asked me to look at phalanxing a couple of the other build tools: ops2pm.pl and ops2c.pl. Since ops2pm.pl is invoked at the very beginning of the 'make' process, I decided to focus

[perl #41267] [TODO] rename 'clip' pdd directory to 'draft'

2007-01-13 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41267] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41267 the original intent of the 'clip' directory (docs/pdds/clip/) was as a location for

[perl #41263] [PDD] should/can high-level classes be constructed at compile-time?

2007-01-13 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #41263] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41263 Extracted from ticket # 40443. We have basically the problem that classes are

[perl #41264] [PDD] should properties get serialized?

2007-01-13 Thread via RT
# New Ticket Created by Allison Randal # Please include the string: [perl #41264] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41264 Extracted from ticket # 40443. ...properties don't get serialized so if you

[svn:parrot-pdd] r16620 - trunk/docs/pdds

2007-01-13 Thread allison
Author: allison Date: Sat Jan 13 22:28:08 2007 New Revision: 16620 Modified: trunk/docs/pdds/pdd22_io.pod Log: [pdd]: In I/O PDD, apply patch and answer questions from particle++. Modified: trunk/docs/pdds/pdd22_io.pod