From: Michael Kiefte Date: Fri, 9 Apr 2004 10:01:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v0.4.0~282 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc2466a1677cc97a837a75439b3d4c3b49a8125a;p=pspp-builds.git *** empty log message *** --- 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: