X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=ec0fe3067e7f5d23b6becb3cbf994b765c8fd249;hp=e6fb559dcfd9b384d3e195bfd5347843c52f29ff;hb=233ebb78de296361d5a25d0856e0957de1058f15;hpb=b49e89e78ae2e53050d4da003a2eb24123b9e480 diff --git a/src/ChangeLog b/src/ChangeLog index e6fb559d..ec0fe306 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2003-10-09 Hrvoje Niksic + + * html-url.c (init_interesting): Initialize interesting_tags and + interesting_attributes as hash tables. This simplifies the code + immensely because hash tables handle allocation and remove + duplicates automatically. + (find_tag): Removed. + (collect_tags_mapper): Instead of calling find_tag, simply get the + entry from interesting_tags hash table, which is both simpler and + faster. + 2003-10-09 Hrvoje Niksic * hash.c (hash_table_get): Declare hash-table argument as const.