From owner-cvs-all@FreeBSD.ORG Fri Oct 26 17:41:38 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 1D55116A420; Fri, 26 Oct 2007 17:41:38 +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 B2BD213C4BB; Fri, 26 Oct 2007 17:41:37 +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 B120DEB7B42; Sat, 27 Oct 2007 01:41:36 +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 VxIA31vPbWeB; Sat, 27 Oct 2007 01:41:32 +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 1AC9DEB7B5F; Sat, 27 Oct 2007 01:41:29 +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=B0Aaz1PBYmY+Vcby6QWwSOOKVTXcsfIsQhafUi1+8vJB/QW++TvomET1meUJkYVis xe4lZYx1tT08YYP7x9+3g== Message-ID: <472226BA.8000508@delphij.net> Date: Fri, 26 Oct 2007 10:41:14 -0700 From: LI Xin Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: Scott Long References: <200710150951.l9F9pUm7026506@repoman.freebsd.org> <20071025233536.B99770@fledge.watson.org> <472120E8.90504@samsco.org> <200710261144.34645.jhb@freebsd.org> <472217C2.8020800@samsco.org> In-Reply-To: <472217C2.8020800@samsco.org> X-Enigmail-Version: 0.95.4 OpenPGP: url=http://www.delphij.net/delphij.asc Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig2F05565E779918D51A79BFE0" Cc: src-committers@FreeBSD.org, d@delphij.net, John Baldwin , Andrey Chernov , cvs-all@FreeBSD.org, Robert Watson , cvs-src@FreeBSD.org 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: Fri, 26 Oct 2007 17:41:38 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig2F05565E779918D51A79BFE0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Scott Long wrote: > You're right that nothing can be promised, but you're ignoring what Ken= > and I are saying about having a justification for changes. Yes, MSI > added a feature that wasn't present in previous releases. But it's > something that is optional and can be easily ifdef'd in source. The > ctype ABI change isn't like that at all; it's mandatory and it can't be= > worked around. We also asked that even justifiable changes be evaluate= d > to see if there was any work-around to avoid breakage. Several have > already been suggested for the ctype change. rafan@ has a patch that implements Warner's suggestion by removing the inline's from _ctype.h and the macros from ctype.h, and is testing the impact. Basically the approach do the following: - Keep __mb_sb_limit intact. It is used for internal state of the locale system and is needed for programs compiled in the window. - Remove the is*() defines. - Remove the inline functions. - Put the inlined stuff into isctype.c. Cheers, --=20 Xin LI http://www.delphij.net/ FreeBSD - The Power to Serve! --------------enig2F05565E779918D51A79BFE0 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 iD8DBQFHIia7OfuToMruuMARCnLrAJ0UucG/xnG76qUH46a2bWWNdl9h+wCeJ7kH zQwpYAfX49dpWABK+CaAssk= =V7ES -----END PGP SIGNATURE----- --------------enig2F05565E779918D51A79BFE0--