From owner-svn-src-all@freebsd.org Sun Nov 8 22:01:17 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 A1FA7A29EE7 for ; Sun, 8 Nov 2015 22:01:17 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f42.google.com (mail-lf0-f42.google.com [209.85.215.42]) (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 2F593160C for ; Sun, 8 Nov 2015 22:01:16 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by lfdo63 with SMTP id o63so485424lfd.2 for ; Sun, 08 Nov 2015 14:01:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=01ej0/aTOZaM0VCguIBjyH8KMPTl3VSTcwGrMS5ZYM0=; b=hMSPha8LWFDJbLeieW7P2gxoGywDvRIeSlSi3DRZidSKE28h6z3r+QZrNuiUU5ly1L 87/pEWhPrq4TbA8ZeTPDtU06+U1laQEmYcFR08mmeW1OI22GvKS34PQ1yohFMpUSaAP6 DdMSZI2VLOWPgo/XXYBOss8lDe1st5jefH7pF7wGucsaAoPg5MMHHoRccqLwJ4FhyyOW M2TW9qJ69NfEgciI5nv7HX0Cakqb+XuoBpGJyeQ+qGG76cwlPpB31Lyn+nrzuR2FteU7 YPuGo598sYucP2LeCKQjKaWouHyPOJaapu108MEzHMk/wGiy/5YSlqaUGnktUYL/F1+b ffsA== X-Gm-Message-State: ALoCoQlWiKWF9s/XzmW0GcWjAw6cLzR5Z+jHIyIv33CcLgDDIXJ69jCjWxLmIL60qPU8ntrQJbHf X-Received: by 10.25.24.193 with SMTP id 62mr5538884lfy.84.1447013077853; Sun, 08 Nov 2015 12:04:37 -0800 (PST) Received: from [192.168.1.2] ([89.169.173.68]) by smtp.gmail.com with ESMTPSA id qh2sm1768095lbb.42.2015.11.08.12.04.36 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 08 Nov 2015 12:04:36 -0800 (PST) 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... To: Baptiste Daroussin , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201511071243.tA7Chaai034980@repo.freebsd.org> From: Andrey Chernov Message-ID: <563FAAD4.4070403@freebsd.org> Date: Sun, 8 Nov 2015 23:04:36 +0300 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <201511071243.tA7Chaai034980@repo.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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:01:17 -0000 On 07.11.2015 15:43, Baptiste Daroussin wrote: > Log: > Improve collation string and locales support ... > Deleted: > head/lib/libc/locale/ascii.c BTW, why this one is deleted (along with ASCII locales)? It serves its job as "strict ASCII checker" right. -- http://ache.vniz.net/