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-1133-gc82f


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1133-gc82f56f
Date: Sat, 06 Mar 2010 19:56:39 +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  c82f56ffe5523ab8dce155446b614da8f2d42080 (commit)
       via  fddfbb3c47fe4234453350df5b4559d75c3bedc9 (commit)
       via  6bdd39d0747913e5c5d8b0924cd1fe31c5a2808b (commit)
      from  885ed747012fd54269ca2d9f8b55a838435ebb3e (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 c82f56ffe5523ab8dce155446b614da8f2d42080
Author: Ben Pfaff <address@hidden>
Date:   Sat Mar 6 11:54:11 2010 -0800

    CROSSTABS: Rewrite tests in Autotest and add test for bug #27883.

commit fddfbb3c47fe4234453350df5b4559d75c3bedc9
Author: Ben Pfaff <address@hidden>
Date:   Sat Mar 6 11:43:42 2010 -0800

    terminal UI: Fix circumstances when errors should be logged to stdout.
    
    The logic here was supposed to be that, if errors weren't already being
    logged explicitly and if no output driver was already directed to stdout,
    then send errors to standard output.  But one of the conditions was
    reversed.  This fixes the problem.

commit 6bdd39d0747913e5c5d8b0924cd1fe31c5a2808b
Author: Ben Pfaff <address@hidden>
Date:   Sat Mar 6 11:26:47 2010 -0800

    CROSSTABS: Initialize hash tables for every split, not just once overall.
    
    Fixes bug #27883, reported by Jason Stover.

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

Summary of changes:
 src/language/stats/crosstabs.q    |    9 +-
 src/ui/terminal/terminal-opts.c   |    2 +-
 tests/automake.mk                 |    7 +-
 tests/bugs/crosstabs-crash.sh     |  105 --------------
 tests/bugs/crosstabs-crash2.sh    |  107 --------------
 tests/bugs/crosstabs.sh           |   91 ------------
 tests/bugs/crosstabs2.sh          |  112 ---------------
 tests/language/stats/crosstabs.at |  277 +++++++++++++++++++++++++++++++++++++
 tests/testsuite.at                |    1 +
 9 files changed, 286 insertions(+), 425 deletions(-)
 delete mode 100755 tests/bugs/crosstabs-crash.sh
 delete mode 100755 tests/bugs/crosstabs-crash2.sh
 delete mode 100755 tests/bugs/crosstabs.sh
 delete mode 100755 tests/bugs/crosstabs2.sh
 create mode 100644 tests/language/stats/crosstabs.at


hooks/post-receive
-- 
GNU PSPP




reply via email to

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