Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion [TODO] Remove Perl* PMCs from opcodes

Newsgroups: perl.perl6.internals
Path: g2news1.google.com!news4.google.com!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <rt-will=coleda....@perl.org>
Mailing-List: contact perl6-internals-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-intern...@perl.org
Received: (qmail 19275 invoked from network); 26 Nov 2004 23:35:45 -0000
Received: from x1.develooper.com (63.251.223.170)
  by lists.develooper.com with SMTP; 26 Nov 2004 23:35:45 -0000
Received: (qmail 25525 invoked by uid 225); 26 Nov 2004 23:35:44 -0000
Delivered-To: perl6-intern...@perl.org
Received: (qmail 25498 invoked by alias); 26 Nov 2004 23:35:43 -0000
X-Spam-Status: No, hits=-7.9 required=8.0
	tests=BAYES_00,RT_TAG
X-Spam-Check-By: la.mx.develooper.com
Received: from la.mx.develooper.com (HELO x1.develooper.com) (63.251.223.176)
  by la.mx.develooper.com (qpsmtpd/0.27.1) with SMTP; Fri, 26 Nov 2004 15:35:39 -0800
Received: (qmail 25471 invoked by uid 405); 26 Nov 2004 23:35:35 -0000
Resent-Date: 26 Nov 2004 23:35:35 -0000
Resent-Message-ID: <20041126233535.25470.qm...@x1.develooper.com>
Resent-From: r...@develooper.com
X-RT-NewTicket: yes
To: bugs-bitbuc...@rt.perl.org
Resent-To: perl6-intern...@perl.org
Mail-Followup-To: perl6-intern...@perl.org
Reply-To: perl6-intern...@perl.org
Date: Fri, 26 Nov 2004 15:35:35 -0800
Subject: [perl #32643] [TODO] Remove Perl* PMCs from opcodes 
In-Reply-To: <rt-32643@perl>
Message-ID: <rt-3.0.11-32643-101087.5.10435204666607@perl.org>
X-RT-Loop-Prevention: perl
RT-Ticket: perl #32643
Managed-by: RT 3.0.11 (http://www.bestpractical.com/rt/)
RT-Originator: w...@coleda.com
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
X-RT-Original-Encoding: utf-8
Approved: n...@nntp.perl.org
From: parrotbug-follo...@parrotcode.org (Will Coleda)
References: <rt-32643@perl>

# 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)