]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Improved support for entities.
[wget] / src / ChangeLog
index 7c6e6356594f13911c4598097b311e68c8855c61..b63d7ce19ec8326a17547f6b80023529dfadae6a 100644 (file)
@@ -1,3 +1,17 @@
+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