From owner-cvs-src@FreeBSD.ORG Sun Aug 3 20:17:54 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C101D37B401; Sun, 3 Aug 2003 20:17:54 -0700 (PDT) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9ABD743F85; Sun, 3 Aug 2003 20:17:53 -0700 (PDT) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.9/8.12.9) with ESMTP id h743HnYk031649; Mon, 4 Aug 2003 07:17:49 +0400 (MSD) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.9/8.12.9/Submit) id h743Hnib031648; Mon, 4 Aug 2003 07:17:49 +0400 (MSD) Date: Mon, 4 Aug 2003 07:17:48 +0400 From: Andrey Chernov To: Julian Elischer Message-ID: <20030804031748.GA31613@nagual.pp.ru> References: <200308040257.h742vIw1065832@repoman.freebsd.org> <20030804030824.GA31465@nagual.pp.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030804030824.GA31465@nagual.pp.ru> User-Agent: Mutt/1.5.4i cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/tr tr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Aug 2003 03:17:55 -0000 On Mon, Aug 04, 2003 at 07:08:24 +0400, Andrey Chernov wrote: > On Sun, Aug 03, 2003 at 20:05:58 -0700, Julian Elischer wrote: > > there is a PR for tr being unable to do u/L cunversions correctly > > in Hungarian.. > > > > does this fix it? > > I suppose yes. I change its state to 'feedback', but not have feedback > yet. I mean not this commit exactly, but very first I start with. Testing it I found that our -c is slightly broken and our -C is broken completely, so I fix them too.