From owner-svn-src-head@freebsd.org Sun Nov 8 21:41:35 2015 Return-Path: Delivered-To: svn-src-head@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 B6926A2976E; Sun, 8 Nov 2015 21:41:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x22b.google.com (mail-wm0-x22b.google.com [IPv6:2a00:1450:400c:c09::22b]) (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 4ADA51891; Sun, 8 Nov 2015 21:41:35 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wmww144 with SMTP id w144so62009676wmw.1; Sun, 08 Nov 2015 13:41:33 -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=530yDF425yp21tDD+2Auw4B8Qs2TUp1FGoi4nJBNQ90=; b=LpR0XL6x3i8scERKN/aZOHKuFEphzSE4sxNDaQFgV7vWm0YcIK+A6Ns6UAeUPfgXu2 kiCWqTQlVwobuENVDwG8RD+Cotkc1Bevt2fhO0s/r0mVo5hViemD+X3hbYmbjYpRFpzu xFcr2MKi0srLFdsjs6yY4Sj7kUGh8RSGrfFQVp3VivXG/T1aeSdP3FT2DxiODWXw2FoM BETjxMD9O36Tx/bmUPNWD5RBG3ROWBTIwmd6O77rYf8REDXYLWl9CZj633f/UHA9dcLP WhXX6YZrP8WxASYWu3r14X/PI1iw9cJuBWWAw87vmWDNYtnWvdjYouWvhWUsodi4th5V G9cQ== X-Received: by 10.28.12.11 with SMTP id 11mr20625420wmm.99.1447018893860; Sun, 08 Nov 2015 13:41:33 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id lf10sm11848792wjb.23.2015.11.08.13.41.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Nov 2015 13:41:33 -0800 (PST) Sender: Baptiste Daroussin Date: Sun, 8 Nov 2015 22:41:31 +0100 From: Baptiste Daroussin To: Andrey Chernov Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@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: <20151108214131.GB10134@ivaldir.etoilebsd.net> References: <201511071243.tA7Chaai034980@repo.freebsd.org> <563FAAD4.4070403@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="yEPQxsgoJgBvi8ip" Content-Disposition: inline In-Reply-To: <563FAAD4.4070403@freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Nov 2015 21:41:35 -0000 --yEPQxsgoJgBvi8ip Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Nov 08, 2015 at 11:04:36PM +0300, Andrey Chernov wrote: > On 07.11.2015 15:43, Baptiste Daroussin wrote: > > Log: > > Improve collation string and locales support > ... > > 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. 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. Best regards, Bapt --yEPQxsgoJgBvi8ip Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlY/wYsACgkQ8kTtMUmk6EzDbQCgwRIwWlI8HZ3P4dr5wQVEYV7B 6JMAnisVzFqKxEYgOQ32+yoIX2Tgk9eG =64yo -----END PGP SIGNATURE----- --yEPQxsgoJgBvi8ip--