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 448FA106F9 for ; Wed, 9 Oct 2013 20:34:17 +0000 (UTC) Received: (qmail 41522 invoked by uid 500); 9 Oct 2013 20:34:14 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 41416 invoked by uid 500); 9 Oct 2013 20:34:13 -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 41406 invoked by uid 99); 9 Oct 2013 20:34:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 20:34:12 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of minfrin@sharp.fm designates 174.143.229.200 as permitted sender) Received: from [174.143.229.200] (HELO chandler.sharp.fm) (174.143.229.200) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Oct 2013 20:34:06 +0000 Received: from chandler.sharp.fm (localhost [127.0.0.1]) by chandler.sharp.fm (Postfix) with ESMTP id 819C887814F; Wed, 9 Oct 2013 15:33:45 -0500 (CDT) Received: from [192.168.88.207] (pepperpotdsl.claranet.co.uk [217.158.253.219]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) (Authenticated sender: minfrin@sharp.fm) by chandler.sharp.fm (Postfix) with ESMTP id 19DA487813F; Wed, 9 Oct 2013 15:33:44 -0500 (CDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: [PATCH] apr escape API, portability issues seen on Windows From: Graham Leggett In-Reply-To: Date: Wed, 9 Oct 2013 22:33:43 +0200 Cc: APR Developer List Content-Transfer-Encoding: 7bit Message-Id: <05A12C33-B2E5-4A12-BD84-37BC0C5BBCC6@sharp.fm> References: To: Jeff Trawick X-Mailer: Apple Mail (2.1510) X-Virus-Scanned: ClamAV using ClamSMTP X-Virus-Checked: Checked by ClamAV on apache.org On 03 Oct 2013, at 1:51 AM, Jeff Trawick wrote: > Fixed in r1530786. Regards, Graham --