From owner-svn-src-all@freebsd.org Sun Nov 8 22:28:14 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F0F4BA297CF; Sun, 8 Nov 2015 22:28:14 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wi0-x22c.google.com (mail-wi0-x22c.google.com [IPv6:2a00:1450:400c:c05::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 84E341873; Sun, 8 Nov 2015 22:28:14 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wiva10 with SMTP id a10so23564125wiv.0; Sun, 08 Nov 2015 14:28:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=7OzlP3Sg+fWWFgezXN/VBokJW8xCocbC6AcCmmtLjeI=; b=ICMbyGx4wJbGeL/lGd2jkYLWOoyqbwTa4lCyNUCzm3zewcuGiqd/fkrCWzaYY3rcen piz0gnlHd4qWXwFnJPba8qMJbe7prO9gEhLeBciClN6GuoKn0JmbASFVO7U3IBXgpmrx bFjJ2S+aODFoPFOTLCeeIoxiw0QzQIn07zU+uL+a4+En5Hf3qS34TBCyIFwZMMW6rRkk MD6AXKxeHkHHYjiEHRrzHqU4AR/zgr71mHNYAmaaGpM8eZC7zTE6mGWOkjnhxAGMpByt Rn7d8ZliSyjV9H/wsZm2Drz8dhK4Dwc1i6bPGYQgaJjp4UURsrbVTpZt/rXLPIBZjWOn F73w== X-Received: by 10.194.239.104 with SMTP id vr8mr25350159wjc.64.1447021693105; Sun, 08 Nov 2015 14:28:13 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id jh4sm11975649wjb.33.2015.11.08.14.28.12 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Nov 2015 14:28:12 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 8 Nov 2015 23:28:10 +0100 From: Baptiste Daroussin To: Andrey Chernov Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r290494 - in head: . contrib/ipfilter contrib/llvm/lib/Target/Sparc/AsmParser contrib/llvm/lib/Target/Sparc/Disassembler contrib/llvm/lib/Target/Sparc/InstPrinter contrib/netbsd-tests/l... Message-ID: <20151108222810.GE10134@ivaldir.etoilebsd.net> References: <201511071243.tA7Chaai034980@repo.freebsd.org> <563FAAD4.4070403@freebsd.org> <20151108214131.GB10134@ivaldir.etoilebsd.net> <563FCB59.5030505@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5xSkJheCpeK0RUEJ" Content-Disposition: inline In-Reply-To: <563FCB59.5030505@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 22:28:15 -0000 --5xSkJheCpeK0RUEJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 09, 2015 at 01:23:21AM +0300, Andrey Chernov wrote: > On 09.11.2015 0:41, Baptiste Daroussin wrote: > >>> Deleted: head/lib/libc/locale/ascii.c > >>=20 > >> BTW, why this one is deleted (along with ASCII locales)? It > >> serves its job as "strict ASCII checker" right. > >>=20 > > The ASCII locales are still there, just using the same rules for > > everything as their unicode counter part except of course for > > LC_CTYPE. > >=20 > > There was no left usage for that code so I removed it. If there are > > strong opinions for bringing it back, I can do it. >=20 > ascii.c specifically test for bit8 and sets EILSEQ (unlike, say, > ISO-8859-1 Unicode subset or C locale). IMHO it should be restored. >=20 hum, ok make sense. I'll make some regression tests and bring it back as so= on as I can. Best regards, Bapt --5xSkJheCpeK0RUEJ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlY/zHoACgkQ8kTtMUmk6Ez4XACcD3yYTrayuX5ahCXLh7K/FlkJ OfMAnil7tqNLGFm3revdyVvHUl0vcL9x =Ud4s -----END PGP SIGNATURE----- --5xSkJheCpeK0RUEJ--