From feb7d3a0f0e2404e81fbe6252864ab599e1fa38d Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Fri, 27 Oct 2006 18:30:22 +0000 Subject: * bus/config-parser.c (service_dirs_find_dir, service_dirs_append_unique_or_free, service_dirs_append_link_unique_or_free): New static methods for only appending unique service directory names into the service directory list (merge_included, bus_config_parser_content): Only add unique service directory names into the list --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cae27411..b9b2ac65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2006-10-27 John (J5) Palmieri + + * bus/config-parser.c (service_dirs_find_dir, + service_dirs_append_unique_or_free, + service_dirs_append_link_unique_or_free): New static methods + for only appending unique service directory names into + the service directory list + (merge_included, bus_config_parser_content): Only add unique + service directory names into the list + 2006-10-27 Havoc Pennington * dbus/dbus-sysdeps-pthread.c: make the "count" and "holder" -- cgit