Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

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

9 views
Skip to first unread message

Will Coleda

unread,
Nov 26, 2004, 6:35:35 PM11/26/04
to bugs-bi...@rt.perl.org
# 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.

open, socket, fdopen, dlfunc, dlvar, find_global

The following documentation refers to Perl (but the code doesn't seem to back it up)

join

(see also #32545)

Brent 'Dax' Royal-Gordon

unread,
Nov 27, 2004, 2:31:34 AM11/27/04
to perl6-i...@perl.org, bugs-bi...@rt.perl.org
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 <br...@brentdax.com>
Perl and Parrot hacker

There is no cabal.

patch.txt

Leopold Toetsch

unread,
Nov 27, 2004, 6:11:42 AM11/27/04
to br...@brentdax.com, perl6-i...@perl.org
Brent 'Dax' Royal-Gordon <bren...@gmail.com> 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.

Thanks, applied.
leo

0 new messages