pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1316-g9301


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1316-g930138c
Date: Fri, 21 May 2010 11:22:48 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  930138c8279976294019300966e1fb842173f762 (commit)
       via  706a317592761872bc0c432cad854207f40f0870 (commit)
      from  a456c361c0d324475da63d8420a2f0b108b61243 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 930138c8279976294019300966e1fb842173f762
Author: John Darrington <address@hidden>
Date:   Fri May 21 13:11:04 2010 +0200

    Fix crash on Windows when calculating a covariance matrix of dimension 1.
    
    Calculating a covariance matrix on a single variable crashed under Windows.
    This change fixes that.  It also prevents GUI users from attempting to
    perform a correlation with only one variable, since if they are trying to
    do that, then the have probably made a mistake.

commit 706a317592761872bc0c432cad854207f40f0870
Author: John Darrington <address@hidden>
Date:   Fri May 21 13:03:03 2010 +0200

    Revert "Removed src/math/interaction.[ch] which has been superseded by 
categoricals.[ch]"
    
    This reverts commit a456c361c0d324475da63d8420a2f0b108b61243.
    
    It's still needed after all.

-----------------------------------------------------------------------

Summary of changes:
 src/math/automake.mk            |    1 +
 src/math/covariance.c           |    5 +-
 src/math/interaction.c          |  278 +++++++++++++++++++++++++++++++++++++++
 src/math/interaction.h          |   40 ++++++
 src/ui/gui/correlation-dialog.c |    2 +-
 5 files changed, 323 insertions(+), 3 deletions(-)
 create mode 100644 src/math/interaction.c
 create mode 100644 src/math/interaction.h


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]