X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2FChangeLog;h=4456d8f2cb688208dc07d47a025a0b4fee4aa072;hb=6f422d9a7e709779c5ba8d1589fe294849dd38e8;hp=91956d8292398990d422cb29fda3ddbb4989f01b;hpb=92c09e564002d356d20fc1e2e131027ef89f6748;p=pspp diff --git a/src/language/stats/ChangeLog b/src/language/stats/ChangeLog index 91956d8292..4456d8f2cb 100644 --- a/src/language/stats/ChangeLog +++ b/src/language/stats/ChangeLog @@ -1,3 +1,29 @@ +2007-07-28 John Darrington + + * t-test.q: Moved the order in which groups are displayed in the + independent samples case, where a cut point is given. + +2007-07-27 Ben Pfaff + + * regression.q (run_regression): Move casereader_destroy call so + that it always gets called, not just if there was some valid + data. Fixes bug #19581. + Reviewed by Jason Stover. + +2007-07-24 Ben Pfaff + + * flip.c (struct flip_pgm): Remove `case_size' member (now + unused). + (cmd_flip): Pass var_cnt as number of cases instead of case_cnt, + to fix bug #20494. Don't assign to `case_size' member, which was + unused after assignment. + (build_dictionary): When NEWNAMES not used, get the number of + variables right, to fix bug #20493. + +2007-07-10 Jason Stover + + * glm.q: Initial version of the GLM procedure. + 2007-06-06 Ben Pfaff Adapt case sources, sinks, and clients of procedure code to the