Estimate parameters. Moved some code to re-usable functions.
[pspp-builds.git] / src / libpspp / ChangeLog
index fcd88f1e27ed6a01c87d3ad1c0b1397d45c6dbd1..229b4f93c2e62d2ab15b4a941921c245ce22ed83 100644 (file)
@@ -1,3 +1,15 @@
+2008-05-15  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6512.
+
+       * hash.c (hsh_hash_int): Use gsl_isnan instead of isnan, as a
+       stopgap measure for portability until appropriate gnulib modules
+       are available.
+
+       * misc.h (macro isinf): Remove implementations of isinf, isnan,
+       and finite, because they were not effective and we are now using
+       the equivalent GSL functions.
+
 2008-03-04  Ben Pfaff  <blp@gnu.org>
 
        Patch #6427.  Reviewed by John Darrington.