No subject



Thu Jan 22 19:09:20 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 22 Jan 2004 19:10:10 -0800
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 i0N3AAjq051405
	for <atanu@tigger.icir.org>; Thu, 22 Jan 2004 19:10:10 -0800 (PST)
	(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 i0N3A3KU041131;
	Thu, 22 Jan 2004 19:10:03 -0800 (PST)
	(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 i0N3A0Qj021846;
	Thu, 22 Jan 2004 19:10:00 -0800 (PST)
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 i0N39KQj021836
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 22 Jan 2004 19:09:20 -0800 (PST)
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 i0N39KKU041124
	for <xorp-cvs@icir.org>; Thu, 22 Jan 2004 19:09:20 -0800 (PST)
	(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 i0N39KAF031715
	for <xorp-cvs@icir.org>; Thu, 22 Jan 2004 19:09:20 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i0N39K3R031714;
	Thu, 22 Jan 2004 19:09:20 -0800 (PST)
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200401230309.i0N39K3R031714@xorpc.icir.org>
Date:     Thu, 22 Jan 2004 19:09:20  ()
To: xorp-cvs@icir.org
Reply-To: pavlin@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr/ op_commands.ll
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/rtrmgr/
Changes by:	pavlin@xorpc.icir.org.	04/01/22 19:09:20

Modified files:
	xorp/rtrmgr/: op_commands.ll 

Log message:
	* Fix the regular expression syntax for VARIABLE and LITERAL
	by excaping meta-character . and replacing it with \.
	* Change the regulal expression syntax for LITERAL by allowing
	it to start with not only by a letter and '/', but a digit, '_'
	or '.' . Also, allow '.' to be part of the literal elsewhere.
	Thus, we can specify more liberally a filename (e.g., now a filename
	can start with a digit, it can contain dots, etc).

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