X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2FChangeLog;h=91956d8292398990d422cb29fda3ddbb4989f01b;hb=92c09e564002d356d20fc1e2e131027ef89f6748;hp=c3cb4fad78015a2c0274af1466ff97c7481315fd;hpb=661b9ee29cbb6b89c4ea53a05b8a4eb3a5028de0;p=pspp-builds.git diff --git a/src/language/stats/ChangeLog b/src/language/stats/ChangeLog index c3cb4fad..91956d82 100644 --- a/src/language/stats/ChangeLog +++ b/src/language/stats/ChangeLog @@ -1,3 +1,32 @@ +2007-06-06 Ben Pfaff + + Adapt case sources, sinks, and clients of procedure code to the + new infrastructure. + + * aggregate.c: Simplify greatly since everything is more uniform + now. + + * autorecode.c: Adapt to new procedure code. + * binomial.c: Ditto. + * chisquare.c: Ditto. + * crosstabs.q: Ditto. + * descriptives.c: Ditto. + * examine.q: Ditto. + * npar-summary.c: Ditto. + * frequencies.q: Ditto. + * npar.q: Ditto. + * oneway.q: Ditto. + * regression.q: Ditto. + * sort-cases.c: Ditto. + * t-test.c: Ditto. + + * sort-criteria.c: Rewrite to output a struct case_ordering. + + * flip.c: Rewrite to be a casereader. + + * rank.q: Simplify greatly since casereaders are much more + flexible than what we had before. + 2007-05-15 Jason Stover * regression.q (run_regression): Tell the user when the data