wget/src/ftp-ls.c: tiny typo

2001-06-02 Thread Karl Eichwalder

2001-06-03  Karl Eichwalder  <[EMAIL PROTECTED]>

* ftp-ls.c (ftp_parse_ls): Fix typo.

--- wget/src/ftp-ls.c.~1.18.~   Sun Jun  3 07:32:03 2001
+++ wget/src/ftp-ls.c   Sun Jun  3 07:33:39 2001
@@ -785,7 +785,7 @@
   return ftp_parse_unix_ls (file, TRUE);
 default:
   logprintf (LOG_NOTQUIET, _("\
-Usupported listing type, trying Unix listing parser.\n"));
+Unsupported listing type, trying Unix listing parser.\n"));
   return ftp_parse_unix_ls (file, FALSE);
 }
 }

Diff finished at Sun Jun  3 07:34:43

-- 
work : [EMAIL PROTECTED]  |   ,__o
 : http://www.suse.de/~ke/ | _-\_<,
home : [EMAIL PROTECTED] |(*)/'(*)




Minor bug in GNU Wget 1.5.3.1 DOS version.

2001-06-02 Thread Paweł 'Róża' Różański

Hi, I found a bug in GNU Wget 1.5.3.1 for DOS/Windows. When I run Wget
with parameter -h it displays all available parameters with descriptions
twice. It's like:

1 row
2 row
3 row
...
n row
1 row
2 row
3 row
...
n row

and the last line is:
WGET.HLP: Invalid argument

Take a look at this. TIA.

-- 
*** R  Ó Ż  A ***
***   & | #  % | @ * | @  $ | #   ***
***\|/\|/   \|/\|/***
=*WBiA*=|===Paweł==|='Róża'==|=Różański=|=*WBiA*=


-- 

Kamera wideo Sony, 5000 zł
wygraj w konkursie eMarketu i Onet.pl [ http://konkursy.onet.pl/emarket ]




Re: Wget 1.7-pre1 available for testing

2001-06-02 Thread Andre Majorel

On 2001-06-02 17:30 +0200, Hrvoje Niksic wrote:
> Andre Majorel <[EMAIL PROTECTED]> writes:
>
> > - The CC "-cX" problem in wget 1.6 is fixed. Good. :-)
> 
> You mean "-Xc"?

Sorry, my tyop.

> I decided that "strict ANSI" mode is the wrong thing
> to look for.  Among other things, it turns off useful extensions such
> as `long long'.  It also often causes problems with the system header
> files which are not stress-tested for "-Xc"-compliance.

And how. :-)

> > - The empty LIBS problem remains (add -lsocket -lnsl).
> 
> Do you have a config.log for this?  Wget's configure tries hard to
> determine whether `-lsocket' and `-lnsl' are needed, and this seems to
> work on Solaris.  Can you see why it fails on your machine?

The problem seems so be in autoconf. From my attempts at
compiling v1.6 on the same system :

  checking for gethostbyname in -lnsl... no
  checking for socket in -lsocket... no

when in fact they are there. I don't have access to the machine
until tuesday. I'll post the config.log then. Sorry.

> > - utils.c doesn't compile because MAP_FAILED is not defined in
> >   the system headers, so :
> 
> Ick.  I guess we add this to `sysdep.h':
> 
> #ifndef MAP_FAILED
> # define MAP_FAILED ((void *) -1)
> #endif
> 
> Then the "application" code could use MAP_FAILED normally, without
> getting cluttered with ifdefs.

Agreed.

Thank you for your time.

-- 
André Majorel <[EMAIL PROTECTED]>
http://www.teaser.fr/~amajorel/



Request For Information

2001-06-02 Thread josh . winters


Hello,

Could you please direct this request to the proper party. We would like to get your 
latest press or media kit.

Please send to:

WebStream Internet Solutions
Purchasing Department
2200 W.Commercial Blvd. Suite 204
Ft. Lauderdale, FL 33309 USA

Thank you very much.

Josh Winters
[EMAIL PROTECTED]
http://webstream.net




Re: Wget 1.7-pre1 available for testing

2001-06-02 Thread Hrvoje Niksic

Andre Majorel <[EMAIL PROTECTED]> writes:

> Tried it on NCR MP-RAS 3.0 :

Thanks for testing it.

> - The CC "-cX" problem in wget 1.6 is fixed. Good. :-)

You mean "-Xc"?  I decided that "strict ANSI" mode is the wrong thing
to look for.  Among other things, it turns off useful extensions such
as `long long'.  It also often causes problems with the system header
files which are not stress-tested for "-Xc"-compliance.

> - The empty LIBS problem remains (add -lsocket -lnsl).

Do you have a config.log for this?  Wget's configure tries hard to
determine whether `-lsocket' and `-lnsl' are needed, and this seems to
work on Solaris.  Can you see why it fails on your machine?

> - utils.c doesn't compile because MAP_FAILED is not defined in
>   the system headers, so :

Ick.  I guess we add this to `sysdep.h':

#ifndef MAP_FAILED
# define MAP_FAILED ((void *) -1)
#endif

Then the "application" code could use MAP_FAILED normally, without
getting cluttered with ifdefs.



Re: Any speculation as to when GA(generally available & stable for pu blic consumption) version of wget v 1.7 w/SSL will be released...

2001-06-02 Thread Hrvoje Niksic

Dominic Caffey <[EMAIL PROTECTED]> writes:

> Any speculation as to when GA(generally available & stable for public
> consumption) version of wget v 1.7 w/SSL will be released.

I plan to do it during this weekend.