]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use bool type for boolean variables and values.
[wget] / src / ChangeLog
index dd1c0ac56a6279c8421ad4e59ff5de31f74154ea..d6641479deb06ed1fa86ce701474f4710e02c1af 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * all: Use bool instead of int and false/true instead of 0/non-0
+       for boolean variables and values.
+
 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * sysdep.h: Include the stdbool.h/_Bool/bool blurb from Autoconf.