X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2FChangeLog;h=2dfc70b6bf379dcb306a73e4fe44f298f82ad54d;hb=888d0f91d57e0c3c5a4206c30ac71eb87bf44227;hp=3cce67c47d4341cccdf14b5f5221bbce2512e767;hpb=6fb2b277fd19b32f58cce5fde996208706fc9828;p=pspp-builds.git diff --git a/src/language/stats/ChangeLog b/src/language/stats/ChangeLog index 3cce67c4..2dfc70b6 100644 --- a/src/language/stats/ChangeLog +++ b/src/language/stats/ChangeLog @@ -1,3 +1,53 @@ +Mon Dec 4 22:33:46 2006 Ben Pfaff + + * crosstabs.q (insert_summary): Use var_to_string for labeling. + (output_pivot_table) Ditto. + (submit) Ditto. + + * frequencies.q (setup_z_trns): Ditto. + (dump_full) Ditto. + (dump_condensed) Ditto. + (dump_statistics) Ditto. + + +Sun Nov 5 08:31:42 WST 2006 John Darrington + + * t-test.q, oneway.q: Changed to use the new casefilter structure. + +Sat Oct 14 16:52:28 2006 Ben Pfaff + + * rank.q: (rank_sorted_casefile) Add some missing case_destroy() + calls to fix a memory leak. + +Sun Oct 8 09:45:40 WST 2006 John Darrington + + * rank.q: Plugged a small memory leak which occurred under error + conditions. + +Sat Oct 7 11:06:01 WST 2006 John Darrington + + * rank.q: Implemented most of the RANK command. + +2006-07-14 Jason Stover + + * regression.q (run_regression): New function to move knowledge of + pspp_linreg_cache out of math/coefficient.[ch]. + +Sat Jul 1 17:41:46 2006 Ben Pfaff + + Fix bug #11612, "q2c documentation does not agree with code". + + * examine.q: Audit use of q2c "+" prefixes that indicate that a + command may appear multiple times. + + * frequencies.q: Ditto. + + * oneway.q: Ditto. + + * regression.q: Ditto. + + * t-test.q: Ditto. + Fri Jun 23 14:18:22 2006 Ben Pfaff Support long string variables on FREQUENCIES, as