From owner-cvs-all@FreeBSD.ORG Mon Oct 29 20:28:52 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E54416A421; Mon, 29 Oct 2007 20:28:52 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from tarsier.geekcn.org (tarsier.geekcn.org [210.51.165.229]) by mx1.freebsd.org (Postfix) with ESMTP id 4E41D13C4BD; Mon, 29 Oct 2007 20:28:49 +0000 (UTC) (envelope-from delphij@delphij.net) Received: from localhost (tarsier.geekcn.org [210.51.165.229]) by tarsier.geekcn.org (Postfix) with ESMTP id BF36BEBABEA; Tue, 30 Oct 2007 04:28:34 +0800 (CST) X-Virus-Scanned: amavisd-new at geekcn.org Received: from tarsier.geekcn.org ([210.51.165.229]) by localhost (mail.geekcn.org [210.51.165.229]) (amavisd-new, port 10024) with ESMTP id 5IHz--E+HrMv; Tue, 30 Oct 2007 04:28:29 +0800 (CST) Received: from LI-Xins-MacBook.local (71.5.7.139.ptr.us.xo.net [71.5.7.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tarsier.geekcn.org (Postfix) with ESMTP id 2C6C4EBAAB4; Tue, 30 Oct 2007 04:28:26 +0800 (CST) DomainKey-Signature: a=rsa-sha1; s=default; d=delphij.net; c=nofws; q=dns; h=message-id:date:from:reply-to:organization:user-agent: mime-version:to:cc:subject:references:in-reply-to: x-enigmail-version:openpgp:content-type; b=NjvZTC3tYBNJzfXoTcmHVOKnE7vaunJ3gqmY8Ck+w+ttzTGRqgjGtfvVk2G3BKAwA 9K8jkcKxa3yojT3xCv6BQ== Message-ID: <47264258.4050206@delphij.net> Date: Mon, 29 Oct 2007 13:28:08 -0700 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Kris Kennaway References: <200710150951.l9F9pUm7026506@repoman.freebsd.org> <200710261141.51639.jhb@freebsd.org> <1193414454.7390.20.camel@opus.cse.buffalo.edu> <200710261224.41369.jhb@freebsd.org> <1193424434.7390.44.camel@opus.cse.buffalo.edu> <20071026203013.GA99714@dragon.NUXI.org> <1193435169.96540.3.camel@neo.cse.buffalo.edu> <20071027210146.GA37660@dragon.NUXI.org> <4723B431.6010507@FreeBSD.org> <20071029131725.GA74608@dragon.NUXI.org> <47263DE2.3020909@FreeBSD.org> In-Reply-To: <47263DE2.3020909@FreeBSD.org> X-Enigmail-Version: 0.95.5 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig5ED2D808140C9296F11D4FE1" X-Mailman-Approved-At: Tue, 30 Oct 2007 04:25:56 +0000 Cc: Scott Long , src-committers@FreeBSD.org, d@delphij.net, John Baldwin , Andrey Chernov , obrien@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org, Ken Smith Subject: Re: cvs commit: src/lib/libc/locale utf8.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: d@delphij.net List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 20:28:52 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig5ED2D808140C9296F11D4FE1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Guys, Just FYI, rafan@ has posted a latest version of patch, which will hopefully fix the ABI compatibility issue, while retaining ache@'s fixes to utf-8 handling. The drawback is that we will lose some inline macros which could (presumably) give a performance penalty for heavy ctype(3) users, but we can switch to the -CURRENT implementation in the future, without breaking forward compatibility of this version. Basically this means that: With 602113, newly compiled binaries won't work for older RELENG_6 system= s; With 602114 (I think we will use this __FreeBSDversion), newly compiled binaries can work for older RELENG_6 systems including 602113; 602113 binaries can work fine on 602114 systems. I think this is the only possible approach that we can adopt for use right now for RELENG_6, to fulfill the ABI compatibility guidelines without further massive breakage. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig5ED2D808140C9296F11D4FE1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHJkJZOfuToMruuMARCr+WAKCGcw7vYVYyqILFgR7L5bP3bObgTQCePikT KpcmTKc8J1mIWyrSyCf/1pU= =mpp9 -----END PGP SIGNATURE----- --------------enig5ED2D808140C9296F11D4FE1--