X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2FChangeLog;h=2d1b2e96fac749e658cd62f9783acfa5e377c917;hb=b57bac17a6057cc0642e6ecea792e058596f92bb;hp=c8e3b7465b1837e12ffe19bc43931ea00d7c72b7;hpb=2e5ba1599578af2f13aa483db3ee49d591aed42f;p=pspp-builds.git diff --git a/src/math/ChangeLog b/src/math/ChangeLog index c8e3b746..2d1b2e96 100644 --- a/src/math/ChangeLog +++ b/src/math/ChangeLog @@ -1,5 +1,16 @@ +2006-07-15 Jason Stover + + * coefficient.c (pspp_coeff_init): Make design_matrix arg const. + +2006-07-14 Jason Stover + + * coefficient.c (pspp_coeff_init): Removed use of + pspp_linreg_cache to make the routines more generally useful. + 2006-05-19 Jason Stover + * coefficient.h: Renamed pspp_linreg_coeff to pspp_coeff. + * coefficient.c: Moved to src/math. * coefficient.h: Moved to src/math.