1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Changelog entry for past few checkins.

This commit is contained in:
Micah Cowan 2009-06-29 02:39:33 -07:00
parent 44cde778dd
commit efab446726
2 changed files with 14 additions and 1 deletions

View 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

View File

@ -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;