Hrvoje,
> Is your LFS patch available on the web? I was unsubscribed from > wget-patches due to bounces from my address and there is no web > archive (that I know of) of that list.
Yes. It is in http://software.lpetrov.net/wget-LFS/
Another bonus of using routines number_to_string and legible is that
you can put separators in big numbers. For example, when I see the number 12392943028, it is difficult to say from the first glance whether wget has downloaded 12 Gb or 1.2 Gb. The number 12,392,943,028 seems more legible. Hmmm. I've already seen a request to support localization of this separator. This is for the future...
> We could replace %ld with %s and a call to something like > number_to_string, but which returned a static buffer.
Oh, sure.
Leonid
