From dev-return-23604-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Mon Nov 08 00:42:35 2010 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 81886 invoked from network); 8 Nov 2010 00:42:34 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Nov 2010 00:42:34 -0000 Received: (qmail 51305 invoked by uid 500); 8 Nov 2010 00:43:05 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 51250 invoked by uid 500); 8 Nov 2010 00:43:05 -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 51243 invoked by uid 99); 8 Nov 2010 00:43:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 00:43:05 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trawick@gmail.com designates 209.85.215.50 as permitted sender) Received: from [209.85.215.50] (HELO mail-ew0-f50.google.com) (209.85.215.50) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Nov 2010 00:43:00 +0000 Received: by ewy5 with SMTP id 5so2635162ewy.37 for ; Sun, 07 Nov 2010 16:42:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=VQHEYPDTXC9pV1plYZ3QbwlG7Gf8ZcRHkHgNXZ/TUhQ=; b=Luszqe/EXCFNYjfkKlYSPS5DZPa4f2ZyR14UtSRDAYumCARwcjMgtyX0Ln8JeiooEz S/CToNxZi5dKB9TvOsaorSySp/aB/kJK15MOzLEYSxlLPbBzdQw2T1AUbC/1PdmjVxco zLjstOYxyhI9G/t3kNivjv+wyBeixPUR1K8nM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=NPn5SP3BY6M0jVEFjvk+eZcW6tTPxxOqQfO6NKRv3USYzoLP/JFb1ZRlbnH8LnkBvh KNFzt+TXz126/utI+I1ggxRaCeO1sra8R+YNoW92+lOX8HdLld8oetV8fgD4H8rPz9ad W0BPvjOyoz2XLBVhzRz0b1t5td3a3U+Rk25Qg= MIME-Version: 1.0 Received: by 10.213.19.200 with SMTP id c8mr3383425ebb.56.1289176958668; Sun, 07 Nov 2010 16:42:38 -0800 (PST) Received: by 10.213.31.82 with HTTP; Sun, 7 Nov 2010 16:42:38 -0800 (PST) In-Reply-To: <1DAE160F-A799-4E68-85F4-4AA7477EC3B8@nasa.gov> References: <37818C6C-E90A-4DA4-A57B-91E8A4612077@temme.net> <4CD3066E.7010402@rowe-clan.net> <1D4C0A5A-5966-41A9-AB53-F3963CD59E80@temme.net> <1DAE160F-A799-4E68-85F4-4AA7477EC3B8@nasa.gov> Date: Sun, 7 Nov 2010 19:42:38 -0500 Message-ID: Subject: Re: [PATCH] %lld support in apr_snprintf() From: Jeff Trawick To: APR Developer List Content-Type: text/plain; charset=ISO-8859-1 On Sun, Nov 7, 2010 at 6:51 PM, Chris Knight wrote: > Exactly, the problem only appears on 64-bit Snow Leopard. See my patch in Bugzilla, which I've verified. (Unsure if the below would also work, been a long time since I diagnosed.) What I understood was that %lld is supposed to work, independent of which APR_*_FMT defines use %lld. I haven't tried the other patches on Leopard-64 to see which help there.