[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] wget 1.11.4 on interix(3.5)
From: |
Hrvoje Niksic |
Subject: |
Re: [Bug-wget] wget 1.11.4 on interix(3.5) |
Date: |
Fri, 24 Apr 2009 19:17:49 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Micah Cowan <address@hidden> writes:
> But then when I actually got a chance to look at the patch, saw how
> trivial it was. I committed something close, but not identical, to it
> (particularly for hash.c):
> http://hg.addictivecode.org/wget/mainline/rev/1f5794065912
Note that hash.c is supposed to be useful outside Wget and without
config.h. (I've used it in various other projects that needed a nice
and simple nice hash table implementation.) hash.c is supposed to be
pure ISO C anyway, relying on a minimal number of system interfaces,
which is why I hoped such self-sufficient checks might cut it for that
file.
- [Bug-wget] wget 1.11.4 on interix(3.5), Markus Duft, 2009/04/24
- Re: [Bug-wget] wget 1.11.4 on interix(3.5), Micah Cowan, 2009/04/24
- Re: [Bug-wget] wget 1.11.4 on interix(3.5),
Hrvoje Niksic <=
- Re: [Bug-wget] wget 1.11.4 on interix(3.5), Micah Cowan, 2009/04/24
- Re: [Bug-wget] wget 1.11.4 on interix(3.5), Daniel Stenberg, 2009/04/24
- Re: [Bug-wget] wget 1.11.4 on interix(3.5), Hrvoje Niksic, 2009/04/24
- Re: [Bug-wget] wget 1.11.4 on interix(3.5), Micah Cowan, 2009/04/24
- Re: [Bug-wget] wget 1.11.4 on interix(3.5), Hrvoje Niksic, 2009/04/24
- Re: [Bug-wget] wget 1.11.4 on interix(3.5), Micah Cowan, 2009/04/24
- Re: [Bug-wget] wget 1.11.4 on interix(3.5), Hrvoje Niksic, 2009/04/25