]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't shadow SEED.
[wget] / src / ChangeLog
index d4959915ecaf6669b4d04d22ce96abae53cd352a..2af36060a8385ff6017da787ca63dfa954d24c80 100644 (file)
@@ -1,3 +1,23 @@
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp-basic.c (ftp_login): Remove shadowing (and bogus)
+       declaration of SEED.
+
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * log.c (logvprintf): Documented better.  Renamed to
+       log_vprintf_internal to avoid confusion with the public API
+       functions logprintf and logputs.
+
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * wget.h (N_): Don't parenthesize argument.
+
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * host.h (ADDRESS_IPV4_DATA): Don't take the address of in.s_addr
+       because that doesn't work on machines that define it as bitfield.
+
 2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * connect.c (select_fd): Generalize the third argument into WAIT,