Use gsl_isnan instead of isnan, gsl_isinf instead of isinf, and
[pspp-builds.git] / src / language / expressions / ChangeLog
index a59accb6b826cd6bee664b1eb77f3dba0f9d452f..18c9441f8ef08207ee428642c4deba4ea2d39fcd 100644 (file)
@@ -1,3 +1,13 @@
+2008-05-15  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6512.
+
+       * evaluate.c (expr_evaluate): Use gsl_finite instead of finite, as
+       a stopgap measure for portability until appropriate gnulib modules
+       are available.
+
+       * helpers.h (copy_string): Ditto.
+
 2007-10-12  Ben Pfaff  <blp@gnu.org>
 
        Patch #6224.