]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Commit several minor changes:
[wget] / src / ChangeLog
index 918b05909f320ad0c7cf91140b76abfafcad07fe..b873a47c39f05e6bb5c476bc531d18ec559c4407 100644 (file)
@@ -1,3 +1,24 @@
+2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * main.c (print_help): Document `--no-http-keep-alive'.
+
+       * utils.c (numdigit): Handle negative numbers *correctly*.
+
+       * hash.c (make_nocase_string_hash_table): Use term "nocase" rather
+       than the confusing "unsigned".
+
+       * utils.c (string_set_contains): Renamed from string_set_exists.
+
+       * hash.c (hash_table_contains): Renamed from hash_table_exists.
+
+       * cookies.c: Move case-insensitive hash tables to hash.c.
+
+2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * http.c (gethttp): Before concluding that the file is already
+       fully retrieved, make sure that the file existed and `Range' was
+       actually requested.
+
 2001-05-09  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * cookies.c (eliminate_dups): New function.