]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Make the first argument to hash_table_new a minimal count of items before
[wget] / src / ChangeLog
index ec0fe3067e7f5d23b6becb3cbf994b765c8fd249..e31b1989e7584a11e3cdc8d71af2f70ab4f48eb4 100644 (file)
@@ -1,3 +1,19 @@
+2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c (find_mapping): Return the next available mapping when
+       the key is not found, not NULL.
+       (hash_table_put): Use find_mapping to find the storage for the new
+       data.
+       (hash_table_put): Grow the table before exceeding maximum
+       fullness, not afterwards.
+
+2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c (hash_table_new): Slightly change the meaning of the
+       first parameter.  Instead of being the minimum initial size, it is
+       now the minimum number of items that the hash table can take
+       without needing to resize.
+
 2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * html-url.c (init_interesting): Initialize interesting_tags and