X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=74b58e4e2a5f47829223d10067e9b131eccd74f8;hp=6165534ed5efc4b213fc99a6ce27cfaffe80f146;hb=02a54e9919538821a8cd5f8bfb09303e039ac62b;hpb=adc0632654a561a27aee90dd7a1862c27b978b16 diff --git a/src/ChangeLog b/src/ChangeLog index 6165534e..74b58e4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -38,6 +38,12 @@ RETRUNNEEDED appears never to be referenced outside of http.c (and wget.h), and, when returned by gethttp, is translated by http_loop to RETROK. + * url.c (are_urls_equal): Don't call getchar_from_escaped_string + if u2 is shorter than u1. + (test_are_urls_equal): Added tests to handle u2 shorter than u1, + and %2f not treated the same as / (latter currently fails). + * spider.c (in_url_list_p): Don't call are_urls_equal if one of + them is NULL. 2007-08-23 Joshua David Williams