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-404-gc79b3


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-404-gc79b359
Date: Sat, 24 Nov 2012 08:07:49 +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  c79b359c221a3bb046492c589a8c82af06f09cc0 (commit)
       via  b0fd056eedc6872d45541c1ee0eb43e909bbc8b1 (commit)
      from  788e5989aa575b8b8f576a5489f4972d59f6507b (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 c79b359c221a3bb046492c589a8c82af06f09cc0
Author: John Darrington <address@hidden>
Date:   Sat Nov 24 09:06:54 2012 +0100

    Fixed bug in NPAR BINOMIAL
    
    This bug would crash when an incorrect syntax was encountered.

commit b0fd056eedc6872d45541c1ee0eb43e909bbc8b1
Author: John Darrington <address@hidden>
Date:   Sat Nov 24 08:46:15 2012 +0100

    Binomial test dialog:  Convert to new style of action objects.

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

Summary of changes:
 src/language/stats/npar.c                          |    3 +-
 src/ui/gui/automake.mk                             |    4 +-
 src/ui/gui/binomial-dialog.c                       |  190 --------------------
 src/ui/gui/binomial-dialog.h                       |   24 ---
 src/ui/gui/data-editor.ui                          |    3 +-
 src/ui/gui/psppire-data-window.c                   |    2 -
 src/ui/gui/psppire-dialog-action-binomial.c        |  179 ++++++++++++++++++
 ...var-info.h => psppire-dialog-action-binomial.h} |   51 +++---
 src/ui/gui/widgets.c                               |    2 +
 tests/language/stats/npar.at                       |   22 +++
 10 files changed, 237 insertions(+), 243 deletions(-)
 delete mode 100644 src/ui/gui/binomial-dialog.c
 delete mode 100644 src/ui/gui/binomial-dialog.h
 create mode 100644 src/ui/gui/psppire-dialog-action-binomial.c
 copy src/ui/gui/{psppire-dialog-action-var-info.h => 
psppire-dialog-action-binomial.h} (50%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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