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

Bruce Simpson bms@icir.org
Fri, 5 Aug 2005 12:53:32 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-08-05 12:53:32 UTC

XORP CVS repository


Modified files:
	rtrmgr        cli.cc conf_tree_node.hh lex.boot.cc lex.opcmd.cc 
	              lex.tplt.cc main_rtrmgr.cc master_conf_tree.cc 
	              master_conf_tree_node.hh master_template_tree.cc 
	              master_template_tree_node.cc module_manager.cc 
	              op_commands.cc op_commands.ll profiler.cc 
	              randomness.cc slave_conf_tree_node.hh 
	              template_tree.cc template_tree_node.cc 
	              test_templates.cc userdb.cc util.cc xorpsh_main.cc 
	              xrl_rtrmgr_interface.cc xrldb.cc y.boot_tab.cc 
	              y.opcmd_tab.cc y.tplt_tab.cc 

Log message:
	Diff reduction with XORP/Win32:
	 Add header file guards.
	 Add defines needed to selectively use MSVCRT.DLL emulations of
	 certain UNIX library routines when -D_NO_OLDNAMES is defined.

Revision  Changes                               Path
1.89      +7 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/cli.cc
1.44      +5 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/conf_tree_node.hh
1.19      +8 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/lex.boot.cc
1.18      +8 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/lex.opcmd.cc
1.19      +18 -2;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/lex.tplt.cc
1.63      +23 -4;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/main_rtrmgr.cc
1.55      +30 -2;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/master_conf_tree.cc
1.13      +6 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/master_conf_tree_node.hh
1.5       +8 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/master_template_tree.cc
1.6       +8 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/master_template_tree_node.cc
1.45      +30 -8;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/module_manager.cc
1.53      +21 -3;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/op_commands.cc
1.11      +1 -0;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/op_commands.ll
1.4       +15 -5;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/profiler.cc
1.16      +10 -3;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/randomness.cc
1.14      +6 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/slave_conf_tree_node.hh
1.36      +12 -2;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/template_tree.cc
1.56      +8 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/template_tree_node.cc
1.15      +9 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/test_templates.cc
1.13      +11 -1;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/userdb.cc
1.16      +7 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/util.cc
1.46      +21 -1;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/xorpsh_main.cc
1.41      +6 -1;  commitid: 3caa42f3613e7ea6;   xorp/rtrmgr/xrl_rtrmgr_interface.cc
1.13      +14 -1;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/xrldb.cc
1.26      +16 -2;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/y.boot_tab.cc
1.21      +14 -0;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/y.opcmd_tab.cc
1.24      +14 -0;  commitid: 3caa42f3613e7ea6;  xorp/rtrmgr/y.tplt_tab.cc