]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use uintptr_t instead of unsigned long for integer representation of pointers.
[wget] / src / ChangeLog
index cd5714b2989b41fb7cfe9226c0720fef3aa1bffb..2d40ced963de6d1da36ef765fcf8be321446f188 100644 (file)
@@ -1,3 +1,30 @@
+2005-11-19  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c (INVALID_PTR): Use uintptr_t instead of unsigned long.
+       (hash_pointer): Don't assume a pointer fits in `unsigned long'.
+
+2005-11-02  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Makefile.in: Removed support for unit testing (now it is in
+       tests/Makefile.in).
+
+2005-10-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * Makefile.in: Added basic support for unit testing.
+
+       * test.c: Ditto.
+       
+       * test.h: Ditto.
+       
+2005-10-13  Daniel Stenberg  <daniel@haxx.se>
+
+       * http-ntlm.c (ntlm_output): Fixed buffer overflow vulnerability.
+
+2005-10-09  Russ Allbery  <rra@stanford.edu>
+
+       * snprintf.c: Remove round to round_int and pow10 to pow10_int, to
+       avoid warnings from GCC 4.0.
+
 2005-10-05  Mauro Tortonesi  <mauro@ferrara.linux.it>
 
        * retr.c: Changed semantics of no_proxy_match.