Continue reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / language / stats / ChangeLog
index fce036c1aa214df65d633217db59ba03343d29ba..46c216512ecf0bca7c6f8b03248a705b471cc6e1 100644 (file)
@@ -1,8 +1,22 @@
+Wed May  3 23:05:31 2006  Ben Pfaff  <blp@gnu.org>
+
+       Continue reforming procedure execution.  In this phase, get rid of
+       many global variables, consolidating procedure execution in
+       procedure.c.  Encapsulate transformations in new "struct
+       trns_chain".  Also, change implementation of N OF CASES, FILTER,
+       and PROCESS IF from special cases to transformations.
+        
+       * aggregate.c (cmd_aggregate) Use discard_variables().
+       
+
 2006-04-28  Jason Stover  <jhs@math.gcsu.edu>
 
        * regression.q (regression_trns_resid_proc): Pass only the
        variables used in the model to (*model->residual)().
 
+       * regression.q (regression_trns_pred_proc): Pass only the
+       variables used in the model to (*model->pred)().
+
 2006-04-26  Jason Stover  <jhs@math.gcsu.edu>
 
        * regression.q: Added support for multiple transformations.