From owner-freebsd-bugs@FreeBSD.ORG Fri Mar 17 08:40:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02C5416A401 for ; Fri, 17 Mar 2006 08:40:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8547643D45 for ; Fri, 17 Mar 2006 08:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k2H8eOWH049541 for ; Fri, 17 Mar 2006 08:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k2H8eO2Y049540; Fri, 17 Mar 2006 08:40:24 GMT (envelope-from gnats) Date: Fri, 17 Mar 2006 08:40:24 GMT Message-Id: <200603170840.k2H8eO2Y049540@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tsurutani Naoki Cc: Subject: Re: bin/88538: [patch] tcsh(1) ls-F spacing incorrect. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Mar 2006 08:40:25 -0000 The following reply was made to PR bin/88538; it has been noted by GNATS. From: Tsurutani Naoki To: bug-followup@FreeBSD.org, jonc@chen.org.nz Cc: Subject: Re: bin/88538: [patch] tcsh(1) ls-F spacing incorrect. Date: Fri, 17 Mar 2006 17:39:40 +0900 Hello, I also send-pr-ed about a bug caused by the same origin, but it was declined (PR bin/94477). Fix about this bug is already tested in snapshot releases of tcsh (6.14.01 - 6.14.05), and I hope the fix be adopted asap. I also notice that another way of fix is used in tcsh-6.14.05: add items[i][w - 1] = f; instead of adding wx++; . Sincerely, --- Tsurutani Naoki turutani@scphys.kyoto-u.ac.jp