Finish converting struct variable to an opaque type. In this
[pspp-builds.git] / src / language / stats / ChangeLog
index 2dfc70b6bf379dcb306a73e4fe44f298f82ad54d..95e24640ef13b5906b7d1dd087989281839a0953 100644 (file)
@@ -1,3 +1,18 @@
+Sat Dec  9 18:47:51 2006  Ben Pfaff  <blp@gnu.org>
+
+       * regression.q (is_depvar): Compare variable pointers instead of
+       variable names.
+
+Thu Dec  7 15:26:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * examine.q: Allocated the categorical values for the dependent and 
+       independent variables, on the heap.  Hence they can be of any width.
+
+Wed Dec  6 21:14:26 2006  Ben Pfaff  <blp@gnu.org>
+
+       * regression.q (reg_inserted): Compare variable pointers instead
+       of variable indexes.
+
 Mon Dec  4 22:33:46 2006  Ben Pfaff  <blp@gnu.org>
 
        * crosstabs.q (insert_summary): Use var_to_string for labeling.