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-545-ga5f51


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-545-ga5f512f
Date: Thu, 09 Apr 2009 08:00:50 +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  a5f512f378fbab43da8496d366dedcf59f29f580 (commit)
      from  20b64bf74741594e1f1767c0fd12c5f5da5ea58c (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 a5f512f378fbab43da8496d366dedcf59f29f580
Author: John Darrington <address@hidden>
Date:   Thu Apr 9 15:58:58 2009 +0800

    Implemented the sign test.
    
    Added an implementation of the SIGN test for the NPAR TESTS
    command.  Closes patch #6801

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

Summary of changes:
 doc/statistics.texi                               |   44 ++++-
 src/language/stats/automake.mk                    |    4 +-
 src/language/stats/npar.q                         |    4 +-
 src/language/stats/sign.c                         |  225 +++++++++++++++++++++
 src/{data/psql-reader.h => language/stats/sign.h} |   32 ++--
 tests/automake.mk                                 |    1 +
 tests/command/npar-sign.sh                        |  117 +++++++++++
 7 files changed, 397 insertions(+), 30 deletions(-)
 create mode 100644 src/language/stats/sign.c
 copy src/{data/psql-reader.h => language/stats/sign.h} (68%)
 create mode 100755 tests/command/npar-sign.sh


hooks/post-receive
--
GNU PSPP




reply via email to

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