X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Flinreg%2FChangeLog;h=08ab14401f39406541a4b157d060fbe8a73787b2;hb=ce16a4a594e7ddfc277afc4abb7faaeb1a03d233;hp=d5cf40fc94d13f17ae2cb3416e077472f663b3c2;hpb=2e5ba1599578af2f13aa483db3ee49d591aed42f;p=pspp-builds.git diff --git a/src/math/linreg/ChangeLog b/src/math/linreg/ChangeLog index d5cf40fc..08ab1440 100644 --- a/src/math/linreg/ChangeLog +++ b/src/math/linreg/ChangeLog @@ -1,3 +1,26 @@ +2007-09-21 Jason Stover + + * linreg.c (pspp_linreg_cache_free): Partial fix of memory leak, + bug 21056. + +2007-08-11 Jason Stover + + * linreg.h (enum): Dropped ambiguous PSPP_LINREG_SVD in favor of + PSPP_LINREG_QR. Added PSPP_LINREG_CONDITIONAL_INVERSE. + + * linreg.c (pspp_linreg): Added scope and comment for use of + generalized inverse to solve normal equations. + +2007-04-12 Jason Stover + + * linreg.c: (pspp_linreg_cache_free) Check for null pointer before + freeing. + +Wed Dec 6 21:16:22 2006 Ben Pfaff + + * linreg.c: (pspp_linreg_get_vars) Compare variable pointers + instead of variable indexes. + 2006-05-19 Jason Stover * coefficient.c: Moved to src/math.