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-1639-gafca


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1639-gafca77f
Date: Mon, 04 Oct 2010 03:37:08 +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  afca77f0c62b04630fde858c923134e8c680ffa9 (commit)
       via  45367d28d7c784ba5aa6f790f87d7c8ff66be399 (commit)
       via  736af120ae00b122994e9e023a29c43ad722a46e (commit)
       via  a470efb8420fcb856bedeb9ef4804d874ced8b22 (commit)
       via  0ba9dec55a92bff5e3b3ded7506a4bd5aff5ee7c (commit)
       via  896d9c661627c83b99177f9756ef5e168e0fa637 (commit)
       via  0cb59b775c52c59195a0935f36231fa77f0d1052 (commit)
      from  d2428259504892b661532ea3d8a4cac0a3a4e8e9 (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 afca77f0c62b04630fde858c923134e8c680ffa9
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 3 20:36:33 2010 -0700

    pspp: Fix crash passing the name of a nonexistent file on the command line.
    
    Also adds a test.

commit 45367d28d7c784ba5aa6f790f87d7c8ff66be399
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 3 20:35:33 2010 -0700

    pspp: Make style slightly more like the rest of the program.

commit 736af120ae00b122994e9e023a29c43ad722a46e
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 3 15:45:44 2010 -0700

    Convert PRINT and WRITE tests to Autotest framework.

commit a470efb8420fcb856bedeb9ef4804d874ced8b22
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 3 08:06:50 2010 -0700

    PERMISSIONS: Convert test to Autotest framework.

commit 0ba9dec55a92bff5e3b3ded7506a4bd5aff5ee7c
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 3 05:42:58 2010 -0700

    NPAR TESTS: Convert SIGN test to Autotest framework.

commit 896d9c661627c83b99177f9756ef5e168e0fa637
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 3 05:41:05 2010 -0700

    NPAR TESTS: Convert WILCOXON tests to Autotest framework.

commit 0cb59b775c52c59195a0935f36231fa77f0d1052
Author: Ben Pfaff <address@hidden>
Date:   Sun Oct 3 05:37:39 2010 -0700

    NPAR TESTS: Convert CHISQUARE tests to Autotest framework.

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

Summary of changes:
 src/ui/terminal/main.c                  |   58 ++++--
 src/ui/terminal/terminal-opts.c         |   57 +----
 src/ui/terminal/terminal-opts.h         |    7 +-
 tests/automake.mk                       |   10 +-
 tests/bugs/print-crash.sh               |   77 -------
 tests/command/npar-chisquare.sh         |  314 ---------------------------
 tests/command/npar-sign.sh              |  109 ----------
 tests/command/npar-wilcoxon.sh          |  166 --------------
 tests/command/permissions.sh            |   98 ---------
 tests/command/print-strings.sh          |   93 --------
 tests/command/print.sh                  |  215 -------------------
 tests/language/data-io/print.at         |  225 +++++++++++++++++++
 tests/language/stats/npar.at            |  355 +++++++++++++++++++++++++++++++
 tests/language/utilities/permissions.at |   25 +++
 tests/ui/terminal/main.at               |    7 +
 15 files changed, 677 insertions(+), 1139 deletions(-)
 delete mode 100755 tests/bugs/print-crash.sh
 delete mode 100755 tests/command/npar-chisquare.sh
 delete mode 100755 tests/command/npar-sign.sh
 delete mode 100755 tests/command/npar-wilcoxon.sh
 delete mode 100755 tests/command/permissions.sh
 delete mode 100755 tests/command/print-strings.sh
 delete mode 100755 tests/command/print.sh
 create mode 100644 tests/language/data-io/print.at
 create mode 100644 tests/language/utilities/permissions.at
 create mode 100644 tests/ui/terminal/main.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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