Re: Bug in ETA code on x64

2006-03-31 Thread Greg Hurrell
El 29/03/2006, a las 14:39, Hrvoje Niksic escribió: I can't see any good reason to use "," here. Why not write the line as: eta_hrs = eta / 3600; eta %= 3600; Because that's not equivalent. Well, it should be, because the comma operator has lower precedence than the assignment operato

Re: Bug in ETA code on x64

2006-03-29 Thread Greg Hurrell
El 28/03/2006, a las 20:43, Tony Lewis escribió: Hrvoje Niksic wrote: The cast to int looks like someone was trying to remove a warning and botched operator precedence in the process. I can't see any good reason to use "," here. Why not write the line as: eta_hrs = eta / 3600; eta %

Re: New version of LFS patch

2005-02-20 Thread Greg Hurrell
El 20/02/2005, a las 16:52, Hrvoje Niksic escribió: Greg Hurrell <[EMAIL PROTECTED]> writes: Is this a patch against the current CVS version, or against 1.9.1? It's against the current CVS version, sorry for having forgotten to point it out. Perhaps you've forgotten to run cvs upd

Re: New version of LFS patch

2005-02-20 Thread Greg Hurrell
El 20/02/2005, a las 15:02, Hrvoje Niksic escribió: Here is the new version of the patch, with print_*_number_to_string replaced with a single number_to_static_string, which does the buffer ring stunt we discussed (and has a more accurate name to boot). Please try it out and let me know if it works

Re: Finding information on wget

2005-01-11 Thread Greg Hurrell
El 11/01/2005, a las 8:31, Tony Lewis escribió: 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 sugg

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

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-05 Thread Greg Hurrell
El 05/01/2005, a las 2:46, Jan Minar escribió: Indeed, there's no point in not trusting other parts of the program (apart from robustness, sometimes). I think I've heard this one somewhere, and I have to repeat: there's no difference between the .po files and the .h or .c files: It's all just dif

Re: wget doesn't download error documents

2004-12-16 Thread Greg Hurrell
El 15/12/2004, a las 23:38, Volker Kuhlmann escribió: wget http://www.digikitten.com/k.txt --11:31:48-- http://www.digikitten.com/k.txt => `www.digikitten.com/k.txt' Resolving www.digikitten.com... 67.18.43.88 Connecting to www.digikitten.com|67.18.43.88|:80... connected. HTTP request s

Re: wget: Arbitrary file overwriting/appending/creating and other vulnerabilities

2004-12-10 Thread Greg Hurrell
El 09/12/2004, a las 10:14, Jan Minar escribió: (0) Wget authors are/were incompetent. Everything else is a corollary. That's a very aggressive stance to take, and not likely to be productive. Patches, for example, would be more productive. -- Mauro Tortonesi in a private mail exchange with me

Re: --timestamping underdocumented

2004-11-16 Thread Greg Hurrell
El 16/11/2004, a las 12:29, Martin MOKREJŠ escribió: See current manpage: -m --mirror Turn on options suitable for mirroring. This option turns on recursion and time-stamping, sets infinite recursion depth and keeps FTP directory listings. It is currently equival