]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use new macros xnew, xnew0, xnew_array, and xnew0_array in various places.
[wget] / src / ChangeLog
index 613e4252e4ddc02408617a64e32ae2d18ec78173..b871ca2322f44f8303a21058f86567f25c7b1f3a 100644 (file)
@@ -1,3 +1,30 @@
+2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array
+       in various places.
+
+2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.h: Move declarations of malloc and logging code to
+       xmalloc.h and log.h respectively to unclutter this file.
+       (STRDUP_ALLOCA): Made it side-effect free.
+
+       * xmalloc.h: New files.  Define macros xnew, xnew0, xnew_array,
+       and xnew0_array.
+
+       * xmalloc.c: New file.  Move the xmalloc routines here.
+
+2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * connect.c (sockaddr_set_data): Remove the broken code that
+       checked for NULL address.
+
+2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.c (address_list_from_single): Removed.
+       (address_list_from_ipv4_addresses): Renamed from
+       address_list_from_vector.
+
 2003-10-31  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * sysdep.h (CLOSE): Don't call close on file descriptors less than