]> sjero.net Git - wget/commitdiff
Changelog entry for past few checkins.
authorMicah Cowan <micah@cowan.name>
Mon, 29 Jun 2009 09:39:33 +0000 (02:39 -0700)
committerMicah Cowan <micah@cowan.name>
Mon, 29 Jun 2009 09:39:33 +0000 (02:39 -0700)
src/ChangeLog
tests/Test-ftp-iri.px

index bd833ea008529ef05c031443f608e242919ea480..1e3a9363a627c2a2437918821a35125e0c2b4999 100644 (file)
@@ -1,3 +1,16 @@
+2009-06-29  Micah Cowan  <micah@cowan.name>
+
+       * retr.c (retrieve_from_file): Be sure to pass iri information
+       when parsing an input-fle url, and be sure to hand a clean iri
+       struct, off to retrieve_tree and retrieve_url.
+
+       * iri.c, iri.h (iri_dup): Added.
+
+       * retr.c (retrieve_url): Re-parse for IRI fallback.
+
+       * main.c (main): Set up iri before the url_parse invocation (so we
+       can use it).
+
 2009-06-20  Jay Krell  <jay.krell@cornell.edu>
 
        * sysdep.h (_ALL_SOURCE): (small change) Define the _ALL_SOURCE
index c7119482038889c26c8d1771e79956aecb0e963e..78e2622c51ccbb5d613b8bd0eb4305a8f7a31314 100755 (executable)
@@ -25,7 +25,7 @@ my %urls = (
     },
 );
 
-my $cmdline = $WgetTest::WGETPATH . " --debug --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
+my $cmdline = $WgetTest::WGETPATH . " --locale=iso-8859-1 -S ftp://localhost:{{port}}/fran${ccedilla_l1}ais.txt";
 
 my $expected_error_code = 0;