]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] If hash/test functions aren't given, default to identity hash tables.
[wget] / src / ChangeLog
index f619c189429e343c3973272b1836b2bc207ccfb9..c6f4b8714ec3333ae66838bb28d7a1f1c2e476a3 100644 (file)
@@ -1,3 +1,20 @@
+2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * hash.c (ptrhash): New function.
+       (ptrcmp): Ditto.
+       (hash_table_new): Default to identity hash table.
+
+2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * safe-ctype.h (_sch_test): The cast of BIT to unsigned char was
+       broken -- _sch_istable bitmasks are 16-bit, not 8-bit!  Cast BIT
+       to unsigned short instead.
+
+2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * url.c (path_simplify): Instead of calls to memmove, handle "./"
+       and "../" by advancing pointers.
+
 2003-09-22  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * retr.c (getproxy): Moved from url.c.