summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6d7b78..03cd0a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
1999-03-28 Greg McGary <gkm@gnu.org>
+ * libidu/hash.c (hash_insert): hash_insert_at no longer
+ returns old contents, but rather the new slot address.
+ (hash_insert_at): Return slot address of inserted item.
+ * libidu/walker.c (get_member_file): return member.
+ (get_link_from_dirent, get_link_from_string): Conform
+ to new hash_insert_at API, where return value is slot
+ address of newly inserted item.
+
* Makefile.am (AUTOMAKE_OPTIONS): Add macro.
* config.h.in (WITH_REGEX): Remove.