[Xorp-cvs] XORP cvs commit: xorp/libxorp xorp/rtrmgr

Pavlin Radoslavov pavlin@icir.org
Mon, 10 Oct 2005 04:10:52 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-10-10 04:10:52 UTC

XORP CVS repository


Modified files:
	libxorp       utils.hh utils.cc 
	rtrmgr        cli.cc conf_tree.cc conf_tree_node.cc 
	              main_rtrmgr.cc op_commands.cc template_commands.cc 
	              template_tree.cc template_tree_node.cc util.cc 
	              util.hh xorpsh_main.cc 

Log message:
	* Move the implementation of split() and xorp_basename() from
	  rtrmgr/util.{hh,cc} to libxorp/utils.{hh,cc} so it can be used
	  by the rest of the XORP code.
	
	* Update the implementation of xorp_basename() to use the OS-independent
	  PATH_DELIMITER_CHAR instead of the hardcoded '/'.

Revision  Changes                               Path
1.5       +30 -1;  commitid: e1244349e9567ea6;  xorp/libxorp/utils.cc
1.9       +18 -1;  commitid: e1244349e9567ea6;  xorp/libxorp/utils.hh
1.99      +2 -2;  commitid: e1244349e9567ea6;   xorp/rtrmgr/cli.cc
1.45      +2 -1;  commitid: e1244349e9567ea6;   xorp/rtrmgr/conf_tree.cc
1.89      +2 -1;  commitid: e1244349e9567ea6;   xorp/rtrmgr/conf_tree_node.cc
1.65      +2 -1;  commitid: e1244349e9567ea6;   xorp/rtrmgr/main_rtrmgr.cc
1.57      +2 -2;  commitid: e1244349e9567ea6;   xorp/rtrmgr/op_commands.cc
1.61      +2 -1;  commitid: e1244349e9567ea6;   xorp/rtrmgr/template_commands.cc
1.39      +2 -2;  commitid: e1244349e9567ea6;   xorp/rtrmgr/template_tree.cc
1.63      +2 -1;  commitid: e1244349e9567ea6;   xorp/rtrmgr/template_tree_node.cc
1.19      +1 -30;  commitid: e1244349e9567ea6;  xorp/rtrmgr/util.cc
1.11      +1 -18;  commitid: e1244349e9567ea6;  xorp/rtrmgr/util.hh
1.53      +2 -1;  commitid: e1244349e9567ea6;   xorp/rtrmgr/xorpsh_main.cc