From owner-svn-src-head@freebsd.org Sun Nov 8 20:04:46 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 8A76FA29C23 for ; Sun, 8 Nov 2015 20:04:46 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: from mail-lf0-f48.google.com (mail-lf0-f48.google.com [209.85.215.48]) (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 162EB1F02 for ; Sun, 8 Nov 2015 20:04:45 +0000 (UTC) (envelope-from mailing-machine@vniz.net) Received: by lfs39 with SMTP id 39so60542198lfs.3 for ; Sun, 08 Nov 2015 12:04:38 -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=GXdMVjxT2Rgkn7jlpjVfXWX6WIYv1AhB6OYKHpqvvplldV8sR0hJjLqWYnFX7kfMsB JEnateTrw2h4J0UhfG60JVCp6ajghBrlJpK84RJdn76SMCN4CkXTK07sqNDKRRN7q+vu uBqyqrLx/+ie0AaGls+INQhe+K2+FDbdVGgxpnwd+IYHe/barVcmESUrX1jc99iD92Bu j8POBDy3s3SAAR0pIa+2KErDijjoLvSYge5oC3VGoZR0hfcKwUCYDiAFNthk24hp0oES lJ75bqdPLM99NSIWnHxErAxsV1tBM12yJLSUUyxs62L6DuA+JcPqBmenT1V3vrNcWQGt 4dqw== X-Gm-Message-State: ALoCoQmCA6T0BcxUfkwvBRXmb5S+ZesR4ABRK3Jm66IPfSQI8K1No5/xEomQBKKPGLA5csyYRa6x 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-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 20:04:46 -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/