[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-518-g6eb8b
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-518-g6eb8b4b |
Date: |
Thu, 24 Mar 2016 22:18:18 +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 6eb8b4b61976de7a648fe8938ac5b6f5af58773c (commit)
via 3de625dbfb973ef841341b14a0db7e0b2abec83f (commit)
via 50fff4a3fd07c7805efef5ff24086c0a2c597955 (commit)
via d30078f7abedec82a7df1295e23a910e87cb78a4 (commit)
from 48deb6eb1f122a0708ec97daac5774d5fa7e12c7 (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 6eb8b4b61976de7a648fe8938ac5b6f5af58773c
Author: John Darrington <address@hidden>
Date: Thu Mar 24 23:13:18 2016 +0100
Fix crash in histogram when all values are missing.
Found by zzuf.
commit 3de625dbfb973ef841341b14a0db7e0b2abec83f
Author: John Darrington <address@hidden>
Date: Thu Mar 24 21:07:04 2016 +0100
Fix crash when running GET DATA with incomplete command.
Found by zzuf.
commit 50fff4a3fd07c7805efef5ff24086c0a2c597955
Author: John Darrington <address@hidden>
Date: Thu Mar 24 20:30:36 2016 +0100
Fixed crash in T-TEST when a non-number was passed where a number was
expected.
Found by zzuf.
commit d30078f7abedec82a7df1295e23a910e87cb78a4
Author: John Darrington <address@hidden>
Date: Thu Mar 24 20:07:11 2016 +0100
Fix crash in correlations with empty dataset.
Found by zzuf.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/get-data.c | 9 +++++++--
src/language/stats/correlations.c | 3 ++-
src/language/stats/graph.c | 8 +++++++-
src/language/stats/t-test-parser.c | 6 ++++--
tests/language/data-io/get-data-txt.at | 14 ++++++++++++++
tests/language/stats/correlations.at | 13 +++++++++++++
tests/language/stats/graph.at | 17 +++++++++++++++++
tests/language/stats/t-test.at | 20 ++++++++++++++++++++
8 files changed, 84 insertions(+), 6 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-518-g6eb8b4b,
John Darrington <=