No subject



Sun Jul 25 20:46:11 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Sun, 25 Jul 2004 20:47:02 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.9p1/8.12.8) with ESMTP id i6Q3l2VM058900
	for <atanu@tigger.icir.org>; Sun, 25 Jul 2004 20:47:02 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id i6Q3l2g5099836
	for <atanu@icir.org>; Sun, 25 Jul 2004 20:47:02 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.icsi.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id i6Q3l1Yc027168;
	Sun, 25 Jul 2004 20:47:02 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.icsi.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id i6Q3kBYc027157
	for <xorp-cvs@icsi.berkeley.edu>; Sun, 25 Jul 2004 20:46:11 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id i6Q3kBg5099834
	for <xorp-cvs@icir.org>; Sun, 25 Jul 2004 20:46:11 -0700 (PDT)
	(envelope-from pavlin@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i6Q3kB8M022308
	for <xorp-cvs@icir.org>; Sun, 25 Jul 2004 20:46:11 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i6Q3kB0K022307;
	Sun, 25 Jul 2004 20:46:11 -0700 (PDT)
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200407260346.i6Q3kB0K022307@xorpc.icir.org>
Date:     Sun, 25 Jul 2004 20:46:11  ()
To: xorp-cvs@icir.org
Reply-To: pavlin@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/cli/ cli_client.cc cli_client.hh cli_command.cc  	           cli_command.hh cli_node_net.cc
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Repository:	xorp/cli/
Changes by:	pavlin@xorpc.icir.org.	04/07/25 20:46:11

Modified files:
	xorp/cli/: cli_client.cc cli_client.hh cli_command.cc 
	           cli_command.hh cli_node_net.cc 

Log message:
	Bug fix: make <SPACE> auto-completion work for sub-commands as well.
	The solution replaces method "multi_command_find()" with a new method
	"is_multi_command_prefix()" that computes properly whether the command
	line is a prefix (but not an exact match) for a multi-level command.
	
	[Bug report by Ray Qiu <ray.qiu@gmail.com>]

_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs