windows compile error

2003-09-16 Thread Herold Heiko
Just a quick note, the current cvs code on windows during compile (with VC++6) stops with cl /I. /DWINDOWS /D_CONSOLE /DHAVE_CONFIG_H /DSYSTEM_WGETRC=\wgetrc\ /DHAVE_SSL /nologo /MT /W0 /O2 /c utils.c utils.c utils.c(1651) : error C2520: conversion from unsigned __int64 to double not implemented,

bug in wget 1.8.1/1.8.2

2003-09-16 Thread Dieter Drossmann
Hello, I use a extra file with a long list of http entries. I included this file with the -i option. After 154 downloads I got an error message: Segmentation fault. With wget 1.7.1 everything works well. Is there a new limit of lines? Regards, Dieter Drossmann

Re: windows compile error

2003-09-16 Thread Hrvoje Niksic
Herold Heiko [EMAIL PROTECTED] writes: Just a quick note, the current cvs code on windows during compile (with VC++6) stops with cl /I. /DWINDOWS /D_CONSOLE /DHAVE_CONFIG_H /DSYSTEM_WGETRC=\wgetrc\ /DHAVE_SSL /nologo /MT /W0 /O2 /c utils.c utils.c utils.c(1651) : error C2520: conversion

Re: bug in wget 1.8.1/1.8.2

2003-09-16 Thread Hrvoje Niksic
Dieter Drossmann [EMAIL PROTECTED] writes: I use a extra file with a long list of http entries. I included this file with the -i option. After 154 downloads I got an error message: Segmentation fault. With wget 1.7.1 everything works well. Is there a new limit of lines? No, there's no

Re: Incomplete man page on wget

2003-09-16 Thread Mitra
Hi, Thanks for the response. I've never used Info before, except for documentation of emacs and very few things are documented there. I suggest it should be presumed that people will look at man wget or wget --help and make sure the documentation is either the same, or that there is a level

Re: Incomplete man page on wget

2003-09-16 Thread Hrvoje Niksic
Mitra [EMAIL PROTECTED] writes: Hi, Thanks for the response. I've never used Info before, except for documentation of emacs and very few things are documented there. I suggest it should be presumed that people will look at man wget or wget --help and make sure the documentation is

Re: Incomplete man page on wget

2003-09-16 Thread Mitra
Sure - I understand that info is the preferred documentation for GNU, no problem there, but this is not going to be widely known to people who have grown up on --help and man, so there is a responsibility to let it be known IN MOST PEOPLE'S DEFAULT where to get the prefered documentation. I

Small change to print SSL version

2003-09-16 Thread Christopher G. Lewis
Here's a small change to print out the OpenSSL version with the -V --help parameters. 2003-09-16 Christopher G. Lewis [EMAIL PROTECTED] * main.c (main): Trivial change to show OpenSSL libray version in --help and -V --- wget20030915s/wget.20030915/src/main.c 2003-09-16