]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Declare ntlmbuf as char, to avoid warning with icc.
[wget] / src / ChangeLog
index 01fcb962a76519a317da7c527d8f0fb5831d059a..35c7fdfc6b4984c194e31f419a3c6b6547336cf7 100644 (file)
@@ -1,3 +1,23 @@
+2005-04-09  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http-ntlm.c (ntlm_output): Use "char", not "unsigned char" for
+       ntlmbuf.  Our base64 functions accept char anyway.
+       (ntlm_output): Join up the format string, since we nominally
+       support K&R compilers.
+       (ntlm_output): Ditto.
+
+2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ptimer.c: Use Windows timers under Cygwin, whose POSIX timer
+       implementation is incomplete.
+
+2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ptimer.c (struct ptimer): Remove the unused initialized field.
+
+       * ptimer.c: Renamed function parameters from WT (which used to
+       stand for wget_timer or wtimer) to PT.
+
 2005-04-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * ptimer.c (posix_init): Be smarter about choosing clocks.  In