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.7.9-366-g32e7b


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-366-g32e7bd5
Date: Tue, 30 Oct 2012 05:59:42 +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  32e7bd522ac882dde6889d91c9cb332ab6852bb0 (commit)
       via  48ec61d954cc032c773daf96851cf3b78f27b112 (commit)
       via  58c56c3b8cf2ed8f27360e2ecc1dfbf1c6deece6 (commit)
      from  ea2f7258647e6d38f111032349dff713b448d9b4 (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 32e7bd522ac882dde6889d91c9cb332ab6852bb0
Author: John Darrington <address@hidden>
Date:   Tue Oct 30 06:54:09 2012 +0100

    logistic.c: Fix read from uninitialised memory.
    
    Found-by valgrind.

commit 48ec61d954cc032c773daf96851cf3b78f27b112
Author: John Darrington <address@hidden>
Date:   Sun Oct 28 10:16:01 2012 +0100

    Move function parse_design_interaction into variable-parser.c
    
    This function is (or will be) used by several procedures, so
    make it public.

commit 58c56c3b8cf2ed8f27360e2ecc1dfbf1c6deece6
Author: John Darrington <address@hidden>
Date:   Sun Oct 28 09:36:35 2012 +0100

    glm.c: (lex_match_variable and parse_design_interaction) remove dependence 
on struct glm
    
    Made these functions independent of struct glm, so that they can 
potentially be reused
    for other procedures.

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

Summary of changes:
 src/language/lexer/variable-parser.c |   62 ++++++++++++++++++++++++++++++++
 src/language/lexer/variable-parser.h |   17 +++++++++
 src/language/stats/examine.c         |   19 ----------
 src/language/stats/glm.c             |   64 +--------------------------------
 src/language/stats/logistic.c        |    4 +-
 5 files changed, 83 insertions(+), 83 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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