X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=846fa4b2c92a00edb1b7d21d833c55b372efb7e7;hp=abbf2e2858e121ec204e54dffd5217df2583135a;hb=ea4ffded27decc9f4baf8ab10c09bc4e7b5834f5;hpb=0bd1751372b7b4ab3d0913dab2980b5100087a85 diff --git a/src/ChangeLog b/src/ChangeLog index abbf2e28..846fa4b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,22 @@ +2006-03-15 Mauro Tortonesi + + * utils.c: Restricted operational semantics of frontcmp and proclist + from generic strings to directory names and them to subdir_p and + dir_matches_p respectively. Applied George Ogata's one line patch to + restrict algorithm of subdir_p to full directory name matching. Added + testcases for subdir_p and dir_matches_p. + + * utils.h: Changed all frontcmp occurrences to subdir_p. + + * recur.c: Ditto. + + * test.c: Changed type returned by test functions from char * to const + char *. Added test_subdir_p and test_dir_matches_p to the list of + tests to run. + + * http.c (test_parse_content_disposition): Changed return type from + char * to const char *. + 2006-03-14 Mauro Tortonesi * recur.c (struct queue_element): Changed type of html_allowed member