From owner-svn-src-all@FreeBSD.ORG Fri Jan 8 06:26:39 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28BCE106566C; Fri, 8 Jan 2010 06:26:39 +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 7A6748FC20; Fri, 8 Jan 2010 06:26:38 +0000 (UTC) Received: from nagual.pp.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.14.3/8.14.3) with ESMTP id o086QZ5f015087; Fri, 8 Jan 2010 09:26:35 +0300 (MSK) (envelope-from ache@nagual.pp.ru) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=nagual.pp.ru; s=default; t=1262931995; bh=hGyLPH9fzOB6E1q2tUdE7G6KP4AtZIw6sdtmIOCTsW8=; l=559; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=sWeeRCUhcRsSaUU0420hy+Y++ih5Gp7mw4CA27AeIbFR0zJuUAaXj3YGXfOH1SjV2 9B8br2Jyllp40tdeAouoIaubJKKSF82RdFweonBP8dhs4Nqsjz4cBHq2K2sf4lTSiV DAg/iYFw5OegEfM2kJtlAZIE6yu7wbXDajZWW0ic= Received: (from ache@localhost) by nagual.pp.ru (8.14.3/8.14.3/Submit) id o086QYM1015085; Fri, 8 Jan 2010 09:26:35 +0300 (MSK) (envelope-from ache) Date: Fri, 8 Jan 2010 09:26:34 +0300 From: Andrey Chernov To: Bruce Evans , Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <20100108062634.GA14489@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Bruce Evans , Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201001052020.o05KKVEp002337@svn.freebsd.org> <20100107050409.GA85573@nagual.pp.ru> <20100108030937.Q56559@delplex.bde.org> <20100108061123.GA13136@nagual.pp.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100108061123.GA13136@nagual.pp.ru> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Re: svn commit: r201604 - head/lib/libc/gen X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 08 Jan 2010 06:26:39 -0000 On Fri, Jan 08, 2010 at 09:11:23AM +0300, Andrey Chernov wrote: > On Fri, Jan 08, 2010 at 03:29:07AM +1100, Bruce Evans wrote: > > Nothing has turned here yet. We just didn't want to risk changing > > alphasort() yet. > > I mean the comment itself. I.e. instead of making this doubtful comment, it will be more logical to commit strcmp() -> strcoll() replacement, while someone (kib@) in that area. Lack of strcoll() in alphasort() is just missed change and not risk area. ls proved to pass this risk area well. -- http://ache.pp.ru/