From bc2466a1677cc97a837a75439b3d4c3b49a8125a Mon Sep 17 00:00:00 2001 From: Michael Kiefte Date: Fri, 9 Apr 2004 10:01:56 +0000 Subject: [PATCH] *** empty log message *** --- src/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 46fb0c42..179a761b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2004-04-09 Michael Kiefte + + * 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 * aggregate.c, crosstabs.q, descript.c, dictionary.c, frequencies.q, levene.c, t-test.q, var.h: -- 2.30.2