Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-21 Thread Ian Abbott
On 17 Jan 2002 at 2:15, Hrvoje Niksic wrote: Michael Jennings [EMAIL PROTECTED] writes: WGet returns an error message when the .wgetrc file is terminated with an MS-DOS end-of-file mark (Control-Z). MS-DOS is the command-line language for all versions of Windows, so ignoring the

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-21 Thread Thomas Lussnig
WGet returns an error message when the .wgetrc file is terminated with an MS-DOS end-of-file mark (Control-Z). MS-DOS is the command-line language for all versions of Windows, so ignoring the end-of-file mark would make sense. Ouch, I never thought of that. Wget opens files in binary mode and

Re: HELP: getaddrinfo

2002-01-21 Thread Hrvoje Niksic
Thomas Lussnig [EMAIL PROTECTED] writes: i'm building an IPv6 patch for wget. And i'm worried about the point that i have to add 12 in the sockaddr. Perhaps it would help if you created a minimal test case for the problem you're witnessing. For example: #include stdio.h #include

Re: Bug report: 1) Small error 2) Improvement to Manual

2002-01-21 Thread Ian Abbott
On 21 Jan 2002 at 14:56, Thomas Lussnig wrote: Why not just open the wgetrc file in text mode using fopen(name, r) instead of rb? Does that introduce other problems? I think it has to do with comments because the defeinition is that starting with '#' the rest of the line is ignored. And