]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Retired the `boolean' type. Renamed FREE_MAYBE to xfree_null and moved the
[wget] / src / ChangeLog
index 6b4b222d3739b419a61ea56773aadc0d64c83df2..62b68db3146a244bdfa2ebe1edfd142b88d0c17f 100644 (file)
@@ -1,3 +1,42 @@
+2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.h: Retired the `boolean' type.  Moved the DEFAULT_LOGFILE
+       define to log.h.  Moved the INFINITE_RECURSION define to recur.h.
+
+       * xmalloc.h: Renamed FREE_MAYBE to xfree_null and moved the
+       definition from wget.h to xmalloc.h.
+
+2003-11-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * html-parse.c (decode_entity): New function; split the decoding
+       of entities here.
+       (convert_and_copy): Use it to decode entities.
+       (decode_entity): Handle the &apos entity.
+       (decode_entity): Don't decode Latin 1 numeric entities.  Don't
+       decode &#0.
+
+2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp-opie.c (calculate_skey_response): Use uint32_t instead of
+       `unsigned long' for the cheksum array.  Document the function.
+
+2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * connect.c (acceptport): Don't call select_fd when timeout is not
+       requested.
+
+2003-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.c: Removed the ip_default_family global variable.
+
+       * host.c (lookup_host): Document the function.  Fixed declaration
+       of VEC.
+
+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