what causes bug in 1.8?

2005-01-10 Thread Claus Atzenbeck
Hi, I have seen a strange bug: echo "test" > test wget -O - http://www.w3c.org >> test Actually, wget should append to "test", right? Well, it does in version 1.9, but it does not do that in 1.8 (tested with bash 2.x and 3.0). In version 1.8 it overwrites (!) the file. OK, I see

Large File Support, and broken CVS on Mac OS X

2005-01-10 Thread Greg Hurrell
El 10/01/2005, a las 5:07, Mark Wiebe escribió: This occurred after many hours of downloading. At 2GB, the bytes downloaded started reporting negative numbers, but it still appeared to be working. This is the third post to this list in three days about (lack of) large-file support in wget. T

Re: new string module

2005-01-10 Thread Mauro Tortonesi
Alle 22:45, mercoledà 5 gennaio 2005, hai scritto: > On Wednesday 05 January 2005 02:46, Jan Minar wrote: > > What's wrong with mbrtowc(3) and friends? The mysterious solution is > > probably to use wprintf(3) instead printf(3). Couple of questions on #c > > on freenode would give you that answer

integrating string escape code in logprintf

2005-01-10 Thread Mauro Tortonesi
i have been thinking of several ways to integrate the string escape code in logprintf. the more i think about it, the more i like the idea of including in wget a stripped-down version of vsnprintf to be used inside logprintf. this function would also understand a special escape code (%e? %es?)

Re: Large File Support, and broken CVS on Mac OS X

2005-01-10 Thread Mauro Tortonesi
Alle 16:28, lunedì 10 gennaio 2005, hai scritto: > El 10/01/2005, a las 5:07, Mark Wiebe escribió: > > This occurred after many hours of downloading. At 2GB, the bytes > > downloaded started reporting negative numbers, but it still appeared > > to be working. > > This is the third post to this lis

Re: wget password patch

2005-01-10 Thread Mauro Tortonesi
Alle 13:41, venerdì 31 dicembre 2004, hai scritto: > Hello, here it is the modification I've done to the code to accept > prompting to the user when --passwd=- is set. > > ChangeLog Modification > > 2004-12-31 Pere Ramos Bosch <[EMAIL PROTECTED]> > > * main.c: Added parameter --passwd=PAS

Finding information on wget

2005-01-10 Thread Greg Hurrell
El 10/01/2005, a las 20:43, Mauro Tortonesi escribió: (Yes, there are no doubt some web-based archives of the mailing list, such as , but there's no single official archive linked to from the official wget page or in the wget documentation.) well, t

RE: Finding information on wget

2005-01-10 Thread Tony Lewis
Greg Hurrell wrote: [snip] > I would argue that instead of the table of contents there should be a > navigation sidebar with a structure something like the following: Great ideas, Greg. I'm sure if someone (you, perhaps? ... hint, hint) created the HTML page(s) for what you've suggested, Mauro w