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 chroma...@wgz.org 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

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 the

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]