]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use bitfields for booleans in struct cookie to save space.
[wget] / src / ChangeLog
index 927be7246b65b7fdaddefa4ad38f94a110e52953..f6a844f612b4611c2f018a3cf6076eb5157e6c2c 100644 (file)
@@ -1,3 +1,23 @@
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cookies.c (struct cookie): Use 1-bit bitfields for booleans
+       which makes the structure takes less space at no cost in
+       complexity.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in ($(OBJ)): Add the config.h dependency.
+
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * openssl.c, connect.c, host.c: Replace instances of #ifdef
+       ENABLE_DEBUG if (opt.debug) {...} #endif with IF_DEBUG {...}.
+
+       * main.c: Rename the IF_DEBUG defined here to WHEN_DEBUG.
+
+       * wget.h (IF_DEBUG): New macro.
+       (DEBUGP): Define in terms of IF_DEBUG.
+
 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (gethttp): Only handle --set-cookies (and assert that