Re: deprecated transcendental ops with I arguments

2004-11-26 Thread Sam Ruby
Leopold Toetsch wrote: These opcodes are currently still in the ops files, with a function body DEPRECATED and a name prefix 'deprecated_' but will be removed soon. I'm actively following this list, I am confident that this and other change will be in the Perl 6 summaries, and I agree with this

Re: deprecated transcendental ops with I arguments

2004-11-26 Thread Leopold Toetsch
Sam Ruby wrote: A simple CHANGES file in CVS, with a list of interfaces deprecated and removed since 0.1.1 would sufficient. Good idea. - pdd03 changes - opcodes - Sam Ruby leo

Re: [perl #32607] [PATCH] The preprocessor changes pmc to an identifier

2004-11-26 Thread fglock
Here is a patch: file imcc/main.c 364a365 case PMCV: printf(pmc );break; A short snippet to show the problem: - $ cat bug2.pir pcc_sub _show_bug .param pmc show_pmc .local pmc show_again end $ parrot -E bug2.pir pcc_sub _show_bug param _show_bug show_pmc local show_pmc show_again end

[perl #32642] [TODO] Remove Perl* PMCs from parrot's basic PMCs

2004-11-26 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #32642] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32642 Many pmcs (in classes/) are currently using Perl PMCs either as base classes or

[perl #32643] [TODO] Remove Perl* PMCs from opcodes

2004-11-26 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #32643] # in the subject line of all future correspondence about this issue. # URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=32643 The following opcodes return 'PerlUndef' on failure, instead of 'Undef' or null.

Re: [perl #32643] [TODO] Remove Perl* PMCs from opcodes

2004-11-26 Thread Brent 'Dax' Royal-Gordon
Will Coleda wrote: The following opcodes return 'PerlUndef' on failure, instead of 'Undef' or null. open, socket, fdopen, dlfunc, dlvar, find_global Patch attached that changes all these to Undef. -- Brent 'Dax' Royal-Gordon [EMAIL PROTECTED] Perl and Parrot hacker There is no cabal. ?