From owner-cvs-src@FreeBSD.ORG Thu Oct 25 19:58:53 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 7E92116A417; Thu, 25 Oct 2007 19:58:53 +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 D178D13C4AC; Thu, 25 Oct 2007 19:58:52 +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 l9PJwmG3017562; Thu, 25 Oct 2007 23:58:48 +0400 (MSD) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1193342328; bh=J9QduSfxVSv8whDTpyGwlWuJxmy6eHH85phKb/g HYH8=; l=461; h=Date:From:To:Cc:Subject:Message-ID:Mail-Followup-To: References:MIME-Version:Content-Type:Content-Disposition: In-Reply-To:User-Agent; b=rkyt5AgwiUhtB+R6WNYl7H8VYQpJOmInqNPJqCaC 7jDCa5GM7YOG4DHM+IdPlohQOBhRmAz/+wtIe0YfIsQ5qcZyuv6XK0QBl4lPpVv534c yjDgo2SdTU0Nv6tf/p9q4s9afjcSNltJSGZfOlYhqY2IDdaDM25TGF6XS8a0Bk9s= Received: (from ache@localhost) by nagual.pp.ru (8.14.1/8.14.1/Submit) id l9PJwmIW017561; Thu, 25 Oct 2007 23:58:48 +0400 (MSD) (envelope-from ache) Date: Thu, 25 Oct 2007 23:58:48 +0400 From: Andrey Chernov To: Daniel Eischen Message-ID: <20071025195848.GB17384@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Daniel Eischen , d@delphij.net, Scott Long , src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200710150951.l9F9pUm7026506@repoman.freebsd.org> <4720B30F.4040903@samsco.org> <20071025151707.GA11398@nagual.pp.ru> <4720C7D6.9090004@delphij.net> <20071025190019.GA16187@nagual.pp.ru> <4720E9E1.7000900@delphij.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Cc: cvs-src@FreeBSD.org, Scott Long , src-committers@FreeBSD.org, d@delphij.net, cvs-all@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: Thu, 25 Oct 2007 19:58:53 -0000 On Thu, Oct 25, 2007 at 03:17:32PM -0400, Daniel Eischen wrote: > Why not simply avoid the error check for inlines. Solaris > doesn't seem to add a check, it just does the conversion. > The non-inlined versions do error checking. I already answer that several times. Nobody wants 80% programs ether produce incorrect recognition or even core dump on typed char. Inlined versions MUST be equal to non-inlined per standard. -- http://ache.pp.ru/