Added pointer to residual variable to linreg cache
[pspp] / src / math / linreg / ChangeLog
index b35a381b8a7a4d20ed8d7e3a849ff5571b42739d..4743b08e2277eafbb4a931df51ace4f0698990d7 100644 (file)
@@ -1,3 +1,15 @@
+2006-04-18  Jason Stover  <jhs@math.gcsu.edu>
+
+       * linreg.h: Added a pointer to a variable to store the resduals.
+
+       * linreg.c (pspp_linreg_cache_alloc): Initialize the residual
+       variable pointer to NULL.
+
+2006-04-17  Jason Stover  <jason@wonko.gcsu.edu>
+
+       * linreg.c (pspp_linreg_cache_free): Accept a pointer of type
+       void to match definition of trns_proc_func.
+
 2006-04-17  Jason Stover  <jhs@math.gcsu.edu>
 
        * linreg.c (pspp_linreg_cache_free): Return a bool.