X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=6b4b222d3739b419a61ea56773aadc0d64c83df2;hp=cf06c54484a616de98c208ddfb95297ea75b162a;hb=370ff7a57640ff98cc399317927e8f3c51abad76;hpb=83e7fe2ca8d84ca5e7f1b28d7c867fa29f9b6682 diff --git a/src/ChangeLog b/src/ChangeLog index cf06c544..6b4b222d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +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