RE: windows patch and problem

2001-11-29 Thread Herold Heiko
2001 3:06 PM >To: Wget List >Subject: Re: windows patch and problem > > >"Ian Abbott" <[EMAIL PROTECTED]> writes: > >> On 29 Nov 2001 at 12:48, Herold Heiko wrote: >> >>> --12:27:26-- http://www.cnn.com/ >>> (try: 3) => `www.cn

Re: windows patch and problem

2001-11-29 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > Ok, fine. But, in order to avoid misunderstanding, wouldn't it be > better to have a wrapper function (msleep ?) and use that where > really millisecond granularity is desired ? Otherwise sooner or > later somebody could use usleep where really microseco

RE: windows patch and problem

2001-11-29 Thread Herold Heiko
TALY >-Original Message- >From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] >Sent: Thursday, November 29, 2001 3:09 PM >To: Wget List >Subject: Re: windows patch and problem > > >Herold Heiko <[EMAIL PROTECTED]> writes: > >> * cmpt.c: provided usleep

Re: windows patch and problem

2001-11-29 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > * cmpt.c: provided usleep somewhat-emulation Note that your emulation is perfectly fine not only because usleep() is currently called with multiples of thousand, but also because Wget doesn't *really* depend on microsecond granularity of usleep,

Re: windows patch and problem

2001-11-29 Thread Hrvoje Niksic
"Ian Abbott" <[EMAIL PROTECTED]> writes: > On 29 Nov 2001 at 12:48, Herold Heiko wrote: > >> --12:27:26-- http://www.cnn.com/ >> (try: 3) => `www.cnn.com/index.html' >> Found www.cnn.com in host_name_addresses_map (008D01B0) >> Releasing 008D01B0 (new refcount 1). >> Retrying. >> >> (ecc.) >

Re: windows patch and problem

2001-11-29 Thread Ian Abbott
On 29 Nov 2001 at 12:48, Herold Heiko wrote: > --12:27:26-- http://www.cnn.com/ > (try: 3) => `www.cnn.com/index.html' > Found www.cnn.com in host_name_addresses_map (008D01B0) > Releasing 008D01B0 (new refcount 1). > Retrying. > > (ecc.) > Same with other hosts > > Could somebody please con

windows patch and problem

2001-11-29 Thread Herold Heiko
The enclosed patch makes wget compile and work for windows. Changelog: * various missing files added in windows Makefiles; * config.h.ms, mswindows.h: defined HAVE_ISATTY, use _isatty for MS VC; somebody with Borland compiler please check and provide patch