Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C24019729 for ; Thu, 16 Feb 2012 13:56:06 +0000 (UTC) Received: (qmail 24142 invoked by uid 500); 16 Feb 2012 13:56:06 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 24065 invoked by uid 500); 16 Feb 2012 13:56:06 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 24057 invoked by uid 99); 16 Feb 2012 13:56:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 13:56:06 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of prvs=1393a07fd0=laurent.charmet@atempo.com designates 81.255.175.228 as permitted sender) Received: from [81.255.175.228] (HELO shura.atempo.com) (81.255.175.228) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Feb 2012 13:55:58 +0000 Received: from shura.dmz.fr.atempo.network (127.0.0.1) by shura.atempo.com (MlfMTA v3.2r9) id h7k5es0171se for ; Thu, 16 Feb 2012 14:55:38 +0100 (envelope-from ) Received: from atempo.com ([172.16.15.140]) by shura.dmz.fr.atempo.network (SonicWALL 7.2.1.2841) with ESMTP; Thu, 16 Feb 2012 14:55:37 +0100 Received: from [172.16.100.122] (hyperstream.fr.atempo.network [172.16.100.122]) by atempo.com (Postfix) with ESMTP id B2BAB5B40C6; Thu, 16 Feb 2012 14:55:37 +0100 (CET) Message-ID: <4F3D0ADA.9010705@atempo.com> Date: Thu, 16 Feb 2012 14:55:38 +0100 From: Laurent Charmet User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111220 Thunderbird/9.0 MIME-Version: 1.0 To: Philip Martin CC: dev@apr.apache.org Subject: Re: [BUG?] apr_strnatcasecmp with space/blank References: <4F3CF50E.6000702@atempo.com> <87vcn6evsz.fsf@stat.home.lan> In-Reply-To: <87vcn6evsz.fsf@stat.home.lan> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mlf-Version: 7.2.1.2841 X-Mlf-UniqueId: o201202161355370281188 X-Virus-Checked: Checked by ClamAV on apache.org strcasecmp macro is perfect. Perhaps a documentation update will be interesting to avoid confusion. Thx a lot Laurent On 02/16/2012 02:45 PM, Philip Martin wrote: > apr_general.h appears to ensure that strcasecmp is available, > providing one if the system does not. Perhaps you could use that?