Miscellaneous cleanup to categorical values, linreg and design matrix code.
[pspp-builds.git] / src / language / xforms / ChangeLog
index a095220540e071addf9bf5b8fe77b18685e02fdf..4e15b1eda240fd29df22d88204ac2c5a6006fd68 100644 (file)
@@ -1,3 +1,21 @@
+2007-04-16  Ben Pfaff  <blp@gnu.org>
+
+       * recode.c (parse_map_in): Improve error message when user
+       attempts to use THRU with string variables.
+       Suggested by seth@swoolley.homeip.net.
+
+2007-04-15  Ben Pfaff  <blp@gnu.org>
+
+       * recode.c (parse_mappings): Initialize "out" member of mapping
+       for CONVERT, fixing an uninitialized data bug.
+
+2007-04-15  Ben Pfaff  <blp@gnu.org>
+
+       * recode.c (enlarge_dst_widths): Source isn't null-terminated, so
+       don't pretend it is.
+       (var_is_num_missing): MISSING should include system-missing values
+       too.
+
 Thu Feb  1 16:51:16 2007  Ben Pfaff  <blp@gnu.org>
 
        * recode.c (find_src_numeric): Handle MAP_SYSMIS case, which was