added checks for pointers to coefficient
[pspp-builds.git] / src / math / ChangeLog
index acc403883b9ba9fd3b4ea1ff9283a3575e22cbf9..48b30627f8444d6d9238357f7ca08a5aa7a12645 100644 (file)
@@ -1,3 +1,27 @@
+2008-03-01  Jason Stover  <jhs@math.gcsu.edu>
+
+       * coefficient.c (pspp_coeff_init): Ensure first arg is not a null
+       pointer.
+
+       * coefficient.c (pspp_linreg_get_coeff): Make sure we don't return
+       a result beyond the last coefficient, or start with a coefficient
+       beyond the last one if there is only one.
+
+2007-06-06  Ben Pfaff  <blp@gnu.org>
+
+       Adapt case sources, sinks, and clients of procedure code to the
+       new infrastructure.
+
+       * automake.mk: Add new files.
+       
+       * levene.c: Adapt to new casereaders.  Abstract better.
+
+       * merge.c: New file.
+
+       * merge.h: New file.
+
+       * sort.c: Rewrite in terms of case_ordering, merger.
+
 2007-05-31  Jason Stover  <jhs@math.gcsu.edu>
 
        * interaction.c: New file.