]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Declare ntlmbuf as char, to avoid warning with icc.
[wget] / src / ChangeLog
index aece8bee4397f3115b60426b069f4bfe933cdaa2..35c7fdfc6b4984c194e31f419a3c6b6547336cf7 100644 (file)
@@ -1,3 +1,16 @@
+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.