dbus ChangeLog,1.467,1.468

Jon Trowbridge trow at pdx.freedesktop.org
Mon Apr 12 18:37:59 PDT 2004


Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv20087

Modified Files:
	ChangeLog 
Log Message:
2004-04-12  Jon Trowbridge  <trow at ximian.com>

	    * bus/config-parser.c (struct BusConfigParser): Added
	    included_files field.
	    (seen_include): Added.  Checks whether or not a file has already
	    been included by any parent BusConfigParser.
	    (bus_config_parser_new): Copy the parent's included_files.
	    (include_file): Track which files have been included, and fail on
	    circular inclusions.
	    (process_test_valid_subdir): Changed printf to report if we are
	    testing valid or invalid conf files.
	    (all_are_equiv): Changed printf to be a bit clearer about
	    what we are actually doing.
	    (bus_config_parser_test): Test invalid configuration files.



Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.467
retrieving revision 1.468
diff -u -d -r1.467 -r1.468
--- a/ChangeLog	9 Apr 2004 19:50:29 -0000	1.467
+++ b/ChangeLog	13 Apr 2004 01:37:57 -0000	1.468
@@ -1,3 +1,18 @@
+2004-04-12  Jon Trowbridge  <trow at ximian.com>
+
+	* bus/config-parser.c (struct BusConfigParser): Added
+	included_files field.
+	(seen_include): Added.  Checks whether or not a file has already
+	been included by any parent BusConfigParser.
+	(bus_config_parser_new): Copy the parent's included_files.
+	(include_file): Track which files have been included, and fail on
+	circular inclusions.
+	(process_test_valid_subdir): Changed printf to report if we are
+	testing valid or invalid conf files.
+	(all_are_equiv): Changed printf to be a bit clearer about
+	what we are actually doing.
+	(bus_config_parser_test): Test invalid configuration files.
+
 2004-04-09  Jon Trowbridge  <trow at ximian.com>
 
 	* bus/config-parser.c (bus_config_parser_new): Added a 'parent'




More information about the dbus-commit mailing list