[svn:parrot-pdd] r16392 - in trunk: . docs/pdds docs/pdds/clip

2007-01-02 Thread allison
Author: allison Date: Tue Jan 2 22:56:54 2007 New Revision: 16392 Added: trunk/docs/pdds/pdd22_io.pod - copied unchanged from r16391, /trunk/docs/pdds/clip/pdd22_io.pod Removed: trunk/docs/pdds/clip/pdd22_io.pod Changes in other areas also in this revision: Modified: trunk/MANIFES

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

2007-01-02 Thread allison
Author: allison Date: Tue Jan 2 22:46:16 2007 New Revision: 16391 Modified: trunk/docs/pdds/clip/pdd22_io.pod Log: [pdd]: Adding API for async status objects, cleaning up some descriptions of I/O opcodes. Modified: trunk/docs/pdds/clip/pdd22_io.pod ==

[perl #41164] [BUG] 'make world' fails with msvc due to unresolved external

2007-01-02 Thread Leopold Toetsch via RT
fixed in r16383

[perl #41164] [BUG] 'make world' fails with msvc due to unresolved external

2007-01-02 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41164] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41164 > D:\usr\local\parrot\head>nmake world Microsoft (R) Program Maintenance Utility Version 7.1

[perl #41163] [PATCH] suppress uninitialized value warning in config/inter/yacc.pm

2007-01-02 Thread Lee Duhem
# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41163] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41163 > This patch suppress some uninitialized value warning in config/inter/yacc.pm when use --m

Re: Punie ported to PAST-pm

2007-01-02 Thread Patrick R. Michaud
On Tue, Jan 02, 2007 at 12:01:54AM -0800, Allison Randal wrote: > - I ran into one bit of strangeness with the assignment operator on > simple strings (it was generating an 'assign' opcode with 3 arguments > for the source code "$x = 'test'"). I solved it by setting 'pasttype' to > 'assign', but

Re: [perl #41158] [BUG] Here Docs in test C cause t/op/cmp-nonbranch.t abnormal exit

2007-01-02 Thread jerry gay
On 12/31/06, via RT Lee Duhem <[EMAIL PROTECTED]> wrote: # New Ticket Created by "Lee Duhem" # Please include the string: [perl #41158] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41158 > The here docs in test C cause t/

[perl #41158] [BUG] Here Docs in test C cause t/op/cmp-nonbranch.t abnormal exit

2007-01-02 Thread Lee Duhem
# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41158] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41158 > The here docs in test C cause t/op/cmp-nonbranch.t abnormal exit, for example: $ /usr/l

[perl #41157] [PATCH] Fix a typo in t/op/cmp-nonbranch.t

2007-01-02 Thread Lee Duhem
# New Ticket Created by "Lee Duhem" # Please include the string: [perl #41157] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41157 > The attached patch fix a typo in t/op/cmp-nonbranch.t and append some editor instruction

Punie ported to PAST-pm

2007-01-02 Thread Allison Randal
I've just checked in the modified Punie code that runs on the improved compiler tools. I sent various comments to the list as I went through the port, so I won't repeat them here. A few more comments from the end of the porting process: - I like the way PAST-pm handles conditionals. It makes f