*** empty log message ***
authorMichael Kiefte <mkiefte@dal.ca>
Fri, 9 Apr 2004 10:01:56 +0000 (10:01 +0000)
committerMichael Kiefte <mkiefte@dal.ca>
Fri, 9 Apr 2004 10:01:56 +0000 (10:01 +0000)
src/ChangeLog

index 46fb0c42ec090f2d04d9a5e11036aea00e450a01..179a761bfb097d69124be6d0fd92a0f3dab02c4f 100644 (file)
@@ -1,3 +1,20 @@
+2004-04-09  Michael Kiefte  <mkiefte@dal.ca>
+
+       * descript.c: 
+
+       fixed problem with parsing in match_statistic() causing
+       "DESCRIPTIVE STAT=MEAN." to barf.
+
+       "MEAN" is now default if "SORT" given without specification.
+
+       Fixed infinite loop with "DESCRIPT GIBBERISH=ALL."  Parsing is
+       generally less forgiving of syntax errors: better to have it do
+       nothing and type it in again then to not know what it actually did
+       instead.  
+
+       z-score transformation now checks score for user-missing values
+       and checks std_dev for SYSMIS.
+
 2004-04-06  Michael Kiefte  <mkiefte@dal.ca>
 
        * aggregate.c, crosstabs.q, descript.c, dictionary.c, frequencies.q, levene.c, t-test.q, var.h: