removed src/math/linreg/
[pspp-builds.git] / src / data / ChangeLog
index 75313fee5526edc8e5c799f23a6ee17208a5d031..c0479931cdacaf2663630d37d1a3a7ec170fc85c 100644 (file)
@@ -1,3 +1,19 @@
+2008-05-15  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6512.
+
+       * data-out.c (output_infinite): Use gsl_isnan instead of isnan,
+       and gsl_isinf instead of isinf, as a stopgap measure for
+       portability until appropriate gnulib modules are available.
+
+       * por-file-writer.c (format_trig_double): Similarly, use
+       gsl_finite instead of finite.
+
+2008-03-18  John Darrington <john@darrington.wattle.id.au>
+
+       * data-in.c: If category is custom currency, then use
+       numeric format for input.
+
 2008-03-06  Ben Pfaff  <blp@gnu.org>
 
        * dictionary.c (var_name_is_insertable): New function.