X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=75445b27b5699cc7897d5230cc3af5539d7ad7c4;hp=ede9eae03e49a8dfa4bf47b2efe24a9d94db0156;hb=cb4003403509b46d2f6ef6936baf969906ff1430;hpb=31d20e644c717d6edc7cd13d39659483e83f4bee diff --git a/src/ChangeLog b/src/ChangeLog index ede9eae0..75445b27 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,25 @@ +2002-01-24 Hrvoje Niksic + + * source: Integrated IPv6 support by Thomas Lussnig. + +2002-01-15 Ian Abbott + + * init.c (cmd_file): Change `\' to `/' for Windows (yes, really!) + (cmd_directory): New function. Like cmd_file(), but strips + trailing directory separators. + (commands): Change action for "dirprefix" from `cmd_file' to + `cmd_directory'. + + * utils.c (make_directory): Allow intermediate `mkdir' calls to + fail, as not all path components that do not exist should be + directory components, especially under Windows. + +2002-01-17 Hrvoje Niksic + + * netrc.c (parse_netrc): Skip leading whitespace before testing + whether the line is empty. Empty lines still contain the line + terminator. + 2002-01-15 Hrvoje Niksic * gen_sslfunc.c (ssl_iread): Call select on the file descriptor