X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=b871ca2322f44f8303a21058f86567f25c7b1f3a;hb=5f0a2b3f0846dd4c2f72fc62e7171200d1fd6e06;hp=4515d2dac3a3b15fc53d7f845c1ed736f180dc79;hpb=dbe01ae695a01c8fc6291791e945150a855033bf;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 4515d2da..b871ca23 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,24 @@ +2003-10-31 Hrvoje Niksic + + * various: Use new macros xnew, xnew0, xnew_array, and xnew0_array + in various places. + +2003-10-31 Hrvoje Niksic + + * 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 + + * connect.c (sockaddr_set_data): Remove the broken code that + checked for NULL address. + 2003-10-31 Hrvoje Niksic * host.c (address_list_from_single): Removed.