Use gsl_isnan instead of isnan, gsl_isinf instead of isinf, and
[pspp-builds.git] / src / language / data-io / ChangeLog
index 21759bbb0946bc1d72e995559816b741cb07fcec..1eda1c0595f463d39ae26d77068fc6760c8c5c9b 100644 (file)
@@ -1,3 +1,11 @@
+2008-05-15  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6512.
+
+       * inpt-pgm.c (reread_trns_proc): Use gsl_finite instead of finite,
+       as a stopgap measure for portability until appropriate gnulib
+       modules are available.
+
 2008-02-06 John Darrington <john@darrington.wattle.id.au>
 
        * get-data.c: Add a /BSIZE subcommand to PSQL reader.