Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 84511 invoked from network); 13 Mar 2005 23:46:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Mar 2005 23:46:35 -0000 Received: (qmail 95097 invoked by uid 500); 13 Mar 2005 23:46:34 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 95048 invoked by uid 500); 13 Mar 2005 23:46:33 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 94907 invoked by uid 99); 13 Mar 2005 23:46:30 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gcaa-apreq-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 13 Mar 2005 15:46:29 -0800 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DAclC-00035T-Pc for apreq-dev@httpd.apache.org; Mon, 14 Mar 2005 00:44:39 +0100 Received: from adsl-3-9-19.mia.bellsouth.net ([65.3.9.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2005 00:44:38 +0100 Received: from joe+gmane by adsl-3-9-19.mia.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Mar 2005 00:44:38 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: apreq-dev@httpd.apache.org To: apreq-dev@httpd.apache.org From: Joe Schaefer Subject: Re: [multi-env] perl glue status Date: Sun, 13 Mar 2005 18:43:13 -0500 Lines: 40 Message-ID: <87sm2zglim.fsf@gemini.sunstarsys.com> References: <87wtsbgtd5.fsf@gemini.sunstarsys.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-3-9-19.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:tJTGo/vEg0GTRaB8e5pIca85HAo= Sender: news X-Gmane-MailScanner: Found to be clean X-Gmane-MailScanner: Found to be clean X-MailScanner-From: gcaa-apreq-dev@m.gmane.org X-MailScanner-To: apreq-dev@httpd.apache.org X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Randy Kobes writes: [...] > Just to report - on Win32, all the perl glue tests > pass - nice work, Joe! Cool. > I did need one patch: > ====================================================== > Index: glue/perl/xsbuilder/APR/Request/Param/Param.xs > =================================================================== > --- glue/perl/xsbuilder/APR/Request/Param/Param.xs (revision 157354) > +++ glue/perl/xsbuilder/APR/Request/Param/Param.xs (working copy) > @@ -1,5 +1,10 @@ > #include "apreq_xs_tables.h" > #define TABLE_CLASS "APR::Request::Param::Table" > + > +#ifndef index > +#define index strchr > +#endif > + > static int apreq_xs_table_do_sub(void *data, const char *key, > const char *val) > { > > Property changes on: glue/perl/xsbuilder/APR/Request/Param/Param.xs > ___________________________________________________________________ > Name: svn:eol-style > + native > > ===================================================================== > > as index() isn't available on Win32. You know the drill: CTR ;-) -- Joe Schaefer