aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-18 12:04:51 +0000
committerRoy Marples <roy@marples.name>2007-09-18 12:04:51 +0000
commit936dc943512289a2692aa12ff666f6dd06b00d86 (patch)
treefdfe2dea1fa722136419bec0ad3e2d08a14b691f /ChangeLog
parentf1bba128929778c21168e84b8970f6623611dc6e (diff)
API change! rc_ls_dir, rc_get_config and rc_get_list no longer take
a starting list as a first argument. Instead, use rc_strlist_join to append or prepend the new list to an existing list.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35c7779f..afeb6ece 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
18 Sep 2007; Roy Marples <uberlord@gentoo.org>:
+ API change! rc_ls_dir, rc_get_config and rc_get_list no longer take
+ a starting list as a first argument. Instead, use rc_strlist_join
+ to append or prepend the new list to an existing list.
+
API change! rc_strlist_add and friends now take char *** instead of
char ** and return a pointer to the item added instead of the new
list head. This is so we can easily tell if the item was successfully