]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't include netdb.h on windows.
[wget] / src / ChangeLog
index 992207de7b2548713dece09a55947ac4e4ce6c10..da06509516f7802ccddb652c7c4b5cd12a460918 100644 (file)
@@ -1,3 +1,17 @@
+2002-03-18  Ian Abbott  <abbotti@mev.co.uk>
+
+       * host.h: Don't include netdb.h on windows.
+
+2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * recur.c (retrieve_tree): Handle the case when start_url doesn't
+       parse.
+
+2002-02-19  Andreas Damm  <andreas-sourceforge@radab.org>
+
+       * wget.h (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when
+       calling xmalloc and memcpy.
+
 2002-02-19  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * host.h: Include Unix-specific includes #ifndef WINDOWS.