ftp bug in 1.10

2005-06-15 Thread Herold Heiko
I have a reproducable report (thanks Igor Andreev) about a little verbouse log problem with ftp with my windows binary, is this reproducable on other platforms, too ? wget -v ftp://garbo.uwasa.fi/pc/batchutil/buf01.zip ftp://garbo.uwasa.fi/pc/batchutil/rbatch15.zip (seems to happen with any

Re: ftp bug in 1.10

2005-06-15 Thread Jochen Roderburg
Herold Heiko schrieb: I have a reproducable report (thanks Igor Andreev) about a little verbouse log problem with ftp with my windows binary, is this reproducable on other platforms, too ? wget -v ftp://garbo.uwasa.fi/pc/batchutil/buf01.zip ftp://garbo.uwasa.fi/pc/batchutil/rbatch15.zip

Re: Small bug in Wget manual page

2005-06-15 Thread Hrvoje Niksic
Mauro Tortonesi [EMAIL PROTECTED] writes: this seems to be already fixed in the 1.10 documentation. Now that 1.10 is released, we should probably update the on-site documentation.

Re: Small bug in Wget manual page

2005-06-15 Thread Mauro Tortonesi
On Wednesday 15 June 2005 02:05 pm, Hrvoje Niksic wrote: Mauro Tortonesi [EMAIL PROTECTED] writes: this seems to be already fixed in the 1.10 documentation. Now that 1.10 is released, we should probably update the on-site documentation. i am doing it right now. -- Aequam memento rebus in

Re: wget 1.10 problems under AIX

2005-06-15 Thread Hrvoje Niksic
Thanks for the detailed report! Jens Schleusener [EMAIL PROTECTED] writes: 1) Only using the configure-option --disable-nls and the C compiler gcc 4.0.0 the wget-binary builds successfully I'd be interested in seeing the error log without --disable-nls and/or with the system compiler.

Re: wget 1.10 problems under AIX

2005-06-15 Thread Hrvoje Niksic
This patch should take care of the problems with compiling Wget 1.10 with the native IBM cc. 2005-06-15 Hrvoje Niksic [EMAIL PROTECTED] * host.h (ip_address): Remove the trailing comma from the type enum in the no-IPv6 case. * main.c (struct cmdline_option): Remove the

Re: wget segfault on malformed working directory

2005-06-15 Thread Hrvoje Niksic
Nagy Ferenc Lszl [EMAIL PROTECTED] writes: If the ftp server returns invalid data (for example '221 Bye.') in response to PWD, wget segfaults because in ftp_pwd (ftp-basic.c) request will be NULL after the line 'request = strtok (NULL, \);', and this NULL will be passed to xstrdup. Thanks

Re: [patch] some nongettextized messages

2005-06-15 Thread Hrvoje Niksic
Benno Schulenberg [EMAIL PROTECTED] writes: A few messages in wget-1.10-rc1 seem to have been overlooked during gettextization. The patch repairs this. Thanks a lot for catching these! I'm about to apply them (with the noted exception below) to the CVS. It's maybe a bit late to make such a

Re: [patch] some nongettextized messages

2005-06-15 Thread Benno Schulenberg
Hrvoje Niksic wrote: Unfortunately your patch was too late for the 1.10 release, Yes, you were quicker than I thought. I expected to have two weeks after an rc. :) - fprintf (stderr, - _(%s: %s: Invalid boolean `%s', use always, on, off, or never.\n), + fprintf

Re: Small bug in Wget manual page

2005-06-15 Thread Mauro Tortonesi
On Wednesday 15 June 2005 02:16 pm, Mauro Tortonesi wrote: On Wednesday 15 June 2005 02:05 pm, Hrvoje Niksic wrote: Mauro Tortonesi [EMAIL PROTECTED] writes: this seems to be already fixed in the 1.10 documentation. Now that 1.10 is released, we should probably update the on-site

Re: Small bug in Wget manual page

2005-06-15 Thread Ulf Harnhammar
On Wed, Jun 15, 2005 at 03:53:40PM -0500, Mauro Tortonesi wrote: the web pages (including the documentation) on gnu.org have just been updated. Nice! I have found some broken links and strange grammar, though: * index.html: There are archives of the main GNU Wget list at ** fly.cc.fer.hr **

Re: Small bug in Wget manual page

2005-06-15 Thread Ulf Harnhammar
On Wed, Jun 15, 2005 at 11:57:42PM +0200, Ulf Harnhammar wrote: * faq.html ** 3.1 [..] Yes, starting from version 1.10, GNU Wget support files larger than 2GB. (should be supports) ** 2.0 How I compile GNU Wget? (should be How do I) // Ulf