]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Add const declarations to hash-table functions.
[wget] / src / ChangeLog
index 85b0f3da2830689921fce3a760aba9dc1f5cd17b..e6fb559dcfd9b384d3e195bfd5347843c52f29ff 100644 (file)
@@ -1,3 +1,23 @@
+2003-10-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c (hash_table_get): Declare hash-table argument as const.
+       (find_mapping): Ditto.
+       (hash_table_get_pair): Ditto.
+       (hash_table_contains): Ditto.
+       (hash_table_count): Ditto.
+
+2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-url.c (get_urls_html): Parse the appropriate flags to
+       html-parse.c.
+
+       * html-parse.c (map_html_tags): Accept FLAGS from the caller
+       instead of examining OPT.
+
+2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-url.c (find_tag): Switch to binary search.
+
 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * main.c (print_help): Fix typo; stured -> stored.