From owner-cvs-src@FreeBSD.ORG Mon Oct 29 15:46:33 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 346C216A4CF; Mon, 29 Oct 2007 15:46:33 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (nagual.pp.ru [194.87.13.69]) by mx1.freebsd.org (Postfix) with ESMTP id 19BD913C44B; Mon, 29 Oct 2007 15:45:57 +0000 (UTC) (envelope-from ache@nagual.pp.ru) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.1/8.14.1) with ESMTP id l9T2gbkL099208; Mon, 29 Oct 2007 05:42:37 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1193625757; bh=frLsN2oz/JUO36O8ptBTD7qHPjScSwvPTYSFWXG qX78=; l=1728; h=Date:From:To:Cc:Subject:Message-ID: Mail-Followup-To:References:MIME-Version:Content-Type: Content-Disposition:In-Reply-To:User-Agent; b=B2YogdzT2z5UB0vz99Em hQ3wem5FoJ3AQ6ZjjphhXm5sw09PKRYu1K2Zkj1jvR+mz/MAzVnxQrVBh1IbXcRVZa5 InndFqDVfFO/WxIO/AN65/9nANnbANu6Dmk1PACui81RGvHl1t1pA2TKLGZIh3MSKby cny57D4Aqzx7eyMCg= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l9T2gaj9099207; Mon, 29 Oct 2007 05:42:36 +0300 (MSK) (envelope-from ache) Date: Mon, 29 Oct 2007 05:42:36 +0300 From: Andrey Chernov To: Ken Smith Message-ID: <20071029024236.GA99115@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Ken Smith , Rong-en Fan , Scott Long , John Baldwin , src-committers@FreeBSD.org, d@delphij.net, Robert Watson , imp@FreeBSD.org, cvs-src@FreeBSD.org References: <20071025233536.B99770@fledge.watson.org> <472120E8.90504@samsco.org> <200710261144.34645.jhb@freebsd.org> <472217C2.8020800@samsco.org> <6eb82e0710260954m73b3f17bq2c72a4cdb597640e@mail.gmail.com> <6eb82e0710270130o5557efew95f62aef8035d209@mail.gmail.com> <20071027092213.GA53271@nagual.pp.ru> <6eb82e0710280154h68393dcag4e9ba4ac4c219065@mail.gmail.com> <20071028211306.GA91223@nagual.pp.ru> <1193616095.18844.19.camel@opus.cse.buffalo.edu> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3MwIy2ne0vdjdPXF" Content-Disposition: inline In-Reply-To: <1193616095.18844.19.camel@opus.cse.buffalo.edu> User-Agent: Mutt/1.5.16 (2007-06-09) Cc: Scott Long , src-committers@FreeBSD.ORG, d@delphij.net, John Baldwin , cvs-src@FreeBSD.ORG, Rong-en Fan , Robert Watson , imp@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/locale utf8.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 15:46:33 -0000 --3MwIy2ne0vdjdPXF Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 28, 2007 at 08:01:35PM -0400, Ken Smith wrote: > On Mon, 2007-10-29 at 00:13 +0300, Andrey Chernov wrote: > > On Sun, Oct 28, 2007 at 04:54:52PM +0800, Rong-en Fan wrote: > > > > As a small improvement, we can skip __isctype() from this list too = and > > > > just hardcode 128 there, i.e.: return (_c < 0 || _c >=3D 128) ... > > > > since default locale never define anything above 128. > > >=20 > > > Thank you. A new patch is available at > > >=20 > > > http://people.freebsd.org/~rafan/ctype-abi-fix-6-try2.diff > >=20 > > Looks OK. Please don't forget MFC __isctype changes to 7x too. > >=20 >=20 > The portmgr@ folks are holding off on HEAD package builds (for > packages-8-current) for things to settle out at least in HEAD. Are we > in what should be the final state of things for HEAD now or are more > tweaks there coming? I think I try my best to make this ctype fix and no more tweaks left. But= =20 please keep in mind that I can't preciously predict related to releases=20 problems, because I have only -current on my machines (so why rafan@ gives= =20 his help). Of course I can't 100% guarantee "no new stuff" thing because=20 some new idea may apears in anytime to improve this thing :) --=20 http://ache.pp.ru/ --3MwIy2ne0vdjdPXF Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHJUicVg5YK5ZEdN0RAjoqAKCEbATaNw8+fZSklIvyRkYIZc7ItwCfRa/0 HjshaP0k/Idzd+xg5ugIOao= =4E3H -----END PGP SIGNATURE----- --3MwIy2ne0vdjdPXF--