]> sjero.net Git - wget/blobdiff - src/ChangeLog
Remove unused arguments.
[wget] / src / ChangeLog
index 8c6f4c8086457114225d7318670b17bbfa5912cf..f38047cb37c9e4773cd85164245e1b392b7c9bad 100644 (file)
@@ -1,7 +1,35 @@
+2012-05-19  illusionoflife  <illusion.of.life92@gmail.com> (tiny change)
+
+       * convert.c (register_html,register_css): Fixed functions signature to
+       not accept unused argument
+       * retr.c (retrieve_url): Changed register_{css,html} usage according
+       new signature.
+
+2012-05-16  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * warc.h: Cut length lines to 80 columns.
+       * warc.c: Likewise.
+
 2012-05-14  Tim Ruehsen  <tim.ruehsen@gmx.de>
 
-       * gnutls.c: wgnutls_read_timeout (wgnutls_read_timeout): removed
-       warnings, moved fcntl stuff outside loop.
+       * gnutls.c (wgnutls_read_timeout): removed warnings, moved fcntl stuff
+       outside loop.
+
+       * hash.h (hash_table_put): Make argument "value" const.
+       * hash.c (hash_table_put): Make argument value const.  Cast `value' to
+       void.
+       * http.c (request_set_header): Make argument `name' const.  Cast `value'
+       and `name' to void*.
+       (request_remove_header): Make argument `name' const.
+       * url.c (url_file_name): Make `index_filename' static.
+       * warc.h (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
+       `payload_digest', `redirect_location', `warc_filename', response_uuid'
+       arguments const. Make `checksum' const.
+       * warc.c (warc_write_date_header): Make the `timestamp' argument const.
+       Make `extension' const.
+       (warc_write_cdx_record): Make `url', `timestamp', `mime_type',
+       `payload_digest', `redirect_location', `warc_filename', response_uuid'
+       arguments const. Make `checksum' const.
 
 2012-05-13  Tim Ruehsen  <tim.ruehsen@gmx.de>