]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers.
[wget] / src / ChangeLog
index fc3a5bc163f5ac0e7cc798b6c46fb052a44f0ee6..a3b726c260073f7c5155f080819e63659209faa0 100644 (file)
@@ -1,3 +1,12 @@
+2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * all: Return type of signal handlers is `void'.  Include signal.h
+       unconditionally.
+
+       * all: Don't explicitly cast values returned by malloc.  We no
+       longer support ancient compilers that don't declare malloc, and we
+       never supported C++ builds.
+
 2005-06-19  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * all: Don't declare errno.  Include both time.h and sys/time.h,