X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=b5a762c9b9fc4a9daa4a9370dc862a3ca1268661;hb=1143173e5e7e57d9020a0b3303c980e8166b3642;hp=3c7527c7c967bd16b14b6ebe34dc757a7d02c19b;hpb=c87fb686f323f651a1d3f3892c31bf66788916d9;p=pspp-builds.git diff --git a/src/ChangeLog b/src/ChangeLog index 3c7527c7..b5a762c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,40 @@ +Sat Nov 6 21:24:31 WST 2004 John Darrington + + * examine.q Changed the definition of factors to be a composite, and + dealt with the consequences. + +Sat Nov 6 20:40:38 WST 2004 John Darrington + + * examine.q Fixed problem where examine wasn't dealing properly with + splits + +Sat Nov 6 14:49:47 WST 2004 John Darrington + + * oneway.q Fixed problem where oneway wasn't dealing properly with + splits + +Thu Nov 4 11:09:01 WST 2004 John Darrington + + * q2c.c examine.q Fixed a bug (feature?) whereby arrays in the + command which had settings didn't get the appropriate code + generated. + + * val.h value-labels.[ch] var-labs.c Added v*to_string functions + to convert variables/values to strings. + + * examine.q Added framework for the EXAMINE command. + +Mon Nov 1 12:46:17 WST 2004 John Darrington + + * q2c.c frequencies.q set.q t-test.q Fixed the q2c parsing of DBL + subcommand types. Changed frequencies.q to use it rather then the + custom parser. Dealt with the consequences. Added a test for NTILES + subcommand of frequencies. + Sat Oct 30 09:16:29 WST 2004 John Darrington + * oneway.q Fixed up the behaviour when given missing values + * levene.c oneway.q Fixed a buglet with the levene statistic and incorporated the levene test into the oneway command.