Re: [perl #37700] [TODO] Changing Default STDOUT/STDERR Filehandles for PIR Code

2009-02-02 Thread NotFound
Method added in r36305, created TT #264 about it. -- Salu2

Re: [perl #37700] [TODO] Changing Default STDOUT/STDERR Filehandles for PIR Code

2009-01-27 Thread NotFound
On Wed, Dec 17, 2008 at 12:52 AM, chromatic wrote: > On Tuesday 16 December 2008 15:40:32 Allison Randal via RT wrote: > >> The simple solution is to add opcodes for 'setstdin', 'setstdout', and >> 'setstderr' that change the interpreter's stored FileHandle PMCs to a >> PMC passed in as an argumen

Re: [perl #37700] [TODO] Changing Default STDOUT/STDERR Filehandles for PIR Code

2008-12-16 Thread chromatic
On Tuesday 16 December 2008 15:40:32 Allison Randal via RT wrote: > The simple solution is to add opcodes for 'setstdin', 'setstdout', and > 'setstderr' that change the interpreter's stored FileHandle PMCs to a > PMC passed in as an argument. This will not effect any C code that > directly calls t

Re: [perl #37700] [TODO] Changing Default STDOUT/STDERR Filehandles for PIR Code

2005-11-18 Thread Chip Salzenberg
On Thu, Nov 17, 2005 at 08:10:59AM -0800, jerry gay wrote: > it seems we're missing an op (freopen) that would make this > possible. we've already got fdopen, getfd, getstdout, getstderr, so > we're mostly there. Sounds more like you want fdreopen. -- Chip Salzenberg <[EMAIL PROTECTED]>

[perl #37700] [TODO] Changing Default STDOUT/STDERR Filehandles for PIR Code

2005-11-18 Thread via RT
# New Ticket Created by jerry gay # Please include the string: [perl #37700] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37700 > On 11/12/05, chromatic <[EMAIL PROTECTED]> wrote: > Hi there, > > I'd like to change where