X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2FChangeLog;h=3ae83a9d09fd2448ddf75e9132115a7c597f13f7;hb=eec3ea392d9329abe1b3b8c56fa91e50937b2aeb;hp=77ade2a907dc5a45c9214c96416414f548828c9c;hpb=f70c6cacb9a284df1421325aa69705f98f72db5d;p=wget diff --git a/src/ChangeLog b/src/ChangeLog index 77ade2a9..3ae83a9d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2003-10-02 Hrvoje Niksic + + * wget.h (XMALLOC_ARRAY): Removed. + (ALLOCA_ARRAY): Ditto. + + * html-parse.c: Renamed alloca_p to resized. + (GROW_ARRAY): Renamed DO_REALLOC_FROM_ALLOCA to GROW_ARRAY and + returned it to html-parse.c, since nothing else was using it. + 2003-10-02 Hrvoje Niksic * retr.c (retrieve_url): Initialize DUMMY storage for DT. Caught