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-1708-g21d8


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1708-g21d8a95
Date: Tue, 12 Oct 2010 05:35:43 +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  21d8a9525b894f09e1c8c7f0cd6eac07729a7ceb (commit)
       via  f121693e24f4f23ee5bfda6e745f35c9c14cfa28 (commit)
       via  181b7b7bf5637774bbccc2ce019449a4994cfb07 (commit)
       via  99ef920255b16eb972c498aea7ac8716e64ec1be (commit)
       via  2d60e6d56e7e9fba48f97ae6f518d957992f9a07 (commit)
      from  c8b02c29026c095ce912faf5fdba7e29b42cb135 (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 21d8a9525b894f09e1c8c7f0cd6eac07729a7ceb
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 11 22:35:09 2010 -0700

    tests: Convert test for vectors in expressions to Autotest framework.

commit f121693e24f4f23ee5bfda6e745f35c9c14cfa28
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 11 22:33:03 2010 -0700

    tests: Convert test for variables in expressions to Autotest.

commit 181b7b7bf5637774bbccc2ce019449a4994cfb07
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 11 22:30:27 2010 -0700

    tests: Convert test for VALUELABEL expression function to Autotest.

commit 99ef920255b16eb972c498aea7ac8716e64ec1be
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 11 22:24:03 2010 -0700

    tests: Convert random distribution tests to Autotest framework.

commit 2d60e6d56e7e9fba48f97ae6f518d957992f9a07
Author: Ben Pfaff <address@hidden>
Date:   Mon Oct 11 20:25:09 2010 -0700

    output: Convert paper size tests to Autotest framework.

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

Summary of changes:
 tests/automake.mk                      |   26 +-
 tests/expressions/randist.sh           |   75 -
 tests/expressions/randist/beta.out     |  232 ---
 tests/expressions/randist/cauchy.out   |  606 -------
 tests/expressions/randist/chisq.out    |   45 -
 tests/expressions/randist/compare.pl   |   54 -
 tests/expressions/randist/exp.out      |   45 -
 tests/expressions/randist/f.out        |  177 --
 tests/expressions/randist/gamma.out    |  221 ---
 tests/expressions/randist/laplace.out  |  221 ---
 tests/expressions/randist/lnormal.out  |  177 --
 tests/expressions/randist/logistic.out |  221 ---
 tests/expressions/randist/normal.out   |  221 ---
 tests/expressions/randist/pareto.out   |  133 --
 tests/expressions/randist/randist.pl   |   84 -
 tests/expressions/randist/randist.txt  |   66 -
 tests/expressions/randist/t.out        |   89 -
 tests/expressions/randist/uniform.out  |  177 --
 tests/expressions/randist/weibull.out  |  177 --
 tests/expressions/valuelabel.sh        |  111 --
 tests/expressions/variables.sh         |  130 --
 tests/expressions/vectors.sh           |  107 --
 tests/language/expressions/evaluate.at |  121 ++
 tests/math/randist.at                  | 2868 ++++++++++++++++++++++++++++++++
 tests/output/paper-size.at             |   37 +
 tests/output/paper-size.sh             |  100 --
 26 files changed, 3029 insertions(+), 3492 deletions(-)
 delete mode 100755 tests/expressions/randist.sh
 delete mode 100644 tests/expressions/randist/beta.out
 delete mode 100644 tests/expressions/randist/cauchy.out
 delete mode 100644 tests/expressions/randist/chisq.out
 delete mode 100755 tests/expressions/randist/compare.pl
 delete mode 100644 tests/expressions/randist/exp.out
 delete mode 100644 tests/expressions/randist/f.out
 delete mode 100644 tests/expressions/randist/gamma.out
 delete mode 100644 tests/expressions/randist/laplace.out
 delete mode 100644 tests/expressions/randist/lnormal.out
 delete mode 100644 tests/expressions/randist/logistic.out
 delete mode 100644 tests/expressions/randist/normal.out
 delete mode 100644 tests/expressions/randist/pareto.out
 delete mode 100755 tests/expressions/randist/randist.pl
 delete mode 100644 tests/expressions/randist/randist.txt
 delete mode 100644 tests/expressions/randist/t.out
 delete mode 100644 tests/expressions/randist/uniform.out
 delete mode 100644 tests/expressions/randist/weibull.out
 delete mode 100755 tests/expressions/valuelabel.sh
 delete mode 100755 tests/expressions/variables.sh
 delete mode 100755 tests/expressions/vectors.sh
 create mode 100644 tests/math/randist.at
 create mode 100644 tests/output/paper-size.at
 delete mode 100755 tests/output/paper-size.sh


hooks/post-receive
-- 
GNU PSPP



reply via email to

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