Return-Path: Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 25570 invoked from network); 10 Jan 2001 00:53:09 -0000 Received: from adsl-216-103-52-40.dsl.lsan03.pacbell.net (HELO trainedmonkey.com) (216.103.52.40) by h31.sny.collab.net with SMTP; 10 Jan 2001 00:53:09 -0000 Received: (qmail 3336 invoked by uid 0); 10 Jan 2001 00:53:16 -0000 Received: from dieciseis (HELO holli) (192.168.23.16) by hanuman with SMTP; 10 Jan 2001 00:53:16 -0000 Received: by holli (sSMTP sendmail emulation); Tue, 9 Jan 2001 16:53:16 -0800 Date: Tue, 9 Jan 2001 16:53:16 -0800 From: Jim Winstead To: apreq-dev@httpd.apache.org Subject: Re: PerlIO patch Message-ID: <20010109165316.A2246@trainedmonkey.com> Mail-Followup-To: Jim Winstead , apreq-dev@httpd.apache.org References: <20010109103140.A1481@trainedmonkey.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.12i In-Reply-To: ; from dougm@covalent.net on Tue, Jan 09, 2001 at 10:51:41AM -0800 X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N On Tue, Jan 09, 2001 at 10:51:41AM -0800, Doug MacEachern wrote: > On Tue, 9 Jan 2001, Jim Winstead wrote: > > > this is very similar to something that was part of randy's > > win32 patch that i was going to do some more digging on before > > applying. i'll try testing with 5.6 later today. if someone could > > give it a whirl with 5.005, that would be cool. > > what they have in common is trying to get rid stdio FILE* usage. it is > gone with this patch other than the call to PerlIO_importFILE() which > converts a stdio FILE* to a PerlIO*. i've talked with the implementor > (nick ing-simmons) of the PerlIO system, and this seems to be the right > way for PerlIO* and stdio FILE* to get along in this case. the question > is, will it compile/run with 5.6.0, 5.005, etc. compiled fine for me with 5.6.0, so i went ahead and commited it. jim