From dev-return-19992-apmail-apr-dev-archive=apr.apache.org@apr.apache.org Thu May 01 23:40:53 2008 Return-Path: Delivered-To: apmail-apr-dev-archive@www.apache.org Received: (qmail 95942 invoked from network); 1 May 2008 23:40:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 May 2008 23:40:52 -0000 Received: (qmail 4391 invoked by uid 500); 1 May 2008 23:40:53 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 4333 invoked by uid 500); 1 May 2008 23:40:53 -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 4322 invoked by uid 99); 1 May 2008 23:40:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 16:40:53 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lucian.grijincu@gmail.com designates 209.85.198.239 as permitted sender) Received: from [209.85.198.239] (HELO rv-out-0506.google.com) (209.85.198.239) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 May 2008 23:40:08 +0000 Received: by rv-out-0506.google.com with SMTP id b25so738010rvf.43 for ; Thu, 01 May 2008 16:40:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=rFiY/PDZYngvD9Nd6fpDLJIimqp2nRy+/U4AZoq1B6s=; b=jIGNDIgbCohbAztw89cbPyT8rICfvUTB9SLVRohHLMqcVaOe21mA0jbXXdijiJOxaJ0v00tmDRrin1xnp45jhfeoKENTdqyqkflm6/0JYfSat1ViRl4PAu904676Bep9WDQh7ft62BMxABwvl+NOoYfR3hAHP74Q+am80ySztLo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ChzTeCgZXiDc70OXHACeHobPRG6V4HZKnIHT21gr2mXXY2P1t8f7k/hU0Q1q0tnQ14jxAQ9OZme+krvvWh2k1MbBW48pTxK4kbDQ7sCWdSPB9Q5uLmLZMO57//plXPsT1crfMsIC42cuIg9ugJguFI5QAactcdX1MawoPSsIZr4= Received: by 10.141.69.1 with SMTP id w1mr1076876rvk.185.1209685222876; Thu, 01 May 2008 16:40:22 -0700 (PDT) Received: by 10.141.98.17 with HTTP; Thu, 1 May 2008 16:40:22 -0700 (PDT) Message-ID: Date: Fri, 2 May 2008 02:40:22 +0300 From: "Lucian Adrian Grijincu" To: "Roy T. Fielding" Subject: Re: freezing 1.3 tonight Cc: "William A. Rowe, Jr." , "Christopher Key" , "APR Developer List" In-Reply-To: <1A659D55-A001-46A3-9BA4-113C1E696E81@gbiv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <481A129E.2040501@rowe-clan.net> <481A2724.50206@cam.ac.uk> <481A4526.6040909@rowe-clan.net> <1A659D55-A001-46A3-9BA4-113C1E696E81@gbiv.com> X-Virus-Checked: Checked by ClamAV on apache.org On Fri, May 2, 2008 at 2:18 AM, Roy T. Fielding wrote: > On May 1, 2008, at 3:33 PM, William A. Rowe, Jr. wrote: > > > Christopher Key wrote: > > > > > > > > > > > > > > > > I'm not sure whether this has been covered already, and whether it needs > to go in during a major release, but is there any chance of adding > apr_int8_t and apr_uint8_t typedefs? > > > > > > > Why? The type char is defined by the C standard to be an 8bit signed > integer. > The type unsigned char is defined to be an 8bit unsigned integer. Why > would > we want to add a bunch of unnecessary casting? Not quite: http://home.att.net/~jackklein/c/inttypes.html -- Lucian