]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Remove support for Watcom's compiler.
[wget] / src / ChangeLog
index dd1c0ac56a6279c8421ad4e59ff5de31f74154ea..5b0a1b230dc36ccb6cbe082b223dc2ca37540edd 100644 (file)
@@ -1,3 +1,12 @@
+2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * sysdep.h: Remove code that deals with Watcom.
+
+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.