X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2FChangeLog;h=b045df07cb09aaa0fc2e49625a0df6aa310f5e75;hb=b5b474193e450bba97610065df0518c08074a7fb;hp=2c0df305822838c8d3aa2c9aa0fcb76fa2a7f688;hpb=92c09e564002d356d20fc1e2e131027ef89f6748;p=pspp-builds.git diff --git a/src/math/ChangeLog b/src/math/ChangeLog index 2c0df305..b045df07 100644 --- a/src/math/ChangeLog +++ b/src/math/ChangeLog @@ -1,3 +1,29 @@ +2008-06-14 Jason Stover + + * linreg/: moved linreg.[ch] to src/math. + +2008-05-15 Ben Pfaff + + Patch #6512. + + * moments.c (calc_moments): Use gsl_finite instead of finite, as a + stopgap measure for portability until appropriate gnulib modules + are available. + +2008-03-10 Jason Stover + + * coefficient.c (pspp_linreg_get_coeff): Removed use of + coefficient 0 as intercept. + +2008-03-01 Jason Stover + + * coefficient.c (pspp_coeff_init): Ensure first arg is not a null + pointer. + + * coefficient.c (pspp_linreg_get_coeff): Make sure we don't return + a result beyond the last coefficient, or start with a coefficient + beyond the last one if there is only one. + 2007-06-06 Ben Pfaff Adapt case sources, sinks, and clients of procedure code to the