X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fstats%2FChangeLog;h=92a01000496f5c00b1eda3ef6feafc7716876cbd;hb=c4a500426ebcddef3d19dbbb0514f6dbb41f8d1e;hp=ae4110d1beb9fa2bb7665dd4536988e2f87a1274;hpb=b8a90d7b20f0e20b3279d224f8fcd3025fd88905;p=pspp-builds.git diff --git a/src/language/stats/ChangeLog b/src/language/stats/ChangeLog index ae4110d1..92a01000 100644 --- a/src/language/stats/ChangeLog +++ b/src/language/stats/ChangeLog @@ -1,3 +1,16 @@ +2008-03-16 Ben Pfaff + + Bug #22037. Thanks to John Darrington for reporting this bug. + + * crosstabs.q (calc_general): Only the short string prefix of long + string variables are tabulated, so we must not copy or zero out + more data than that. + +2008-03-10 Jason Stover + + * regression.q (run_regression): Removed code for EXPORT + subcommand. Remove use of coefficient 0 as the intercept. + 2008-02-14 John Darrington * examine.q: Fixed counts of missing variables. Thanks to