[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-524-g35c54
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-524-g35c543f |
Date: |
Sat, 26 Mar 2016 08:38:57 +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 35c543f1ab34629913ee5799bcdf4bb2993b3649 (commit)
via dbf2e45a16d0a234dc7e513a8241479dc01284dc (commit)
via 51668663b12dae19507f9c1d423f618ed53d4d32 (commit)
via ba62a44bae574548294d6ed5112cceb69fd4f074 (commit)
from 1f352ca17a0797251e19e1e91f4f4d2d4c4cf464 (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 35c543f1ab34629913ee5799bcdf4bb2993b3649
Author: John Darrington <address@hidden>
Date: Sat Mar 26 08:48:14 2016 +0100
Fix crash in recode when the INTO variable was invalid.
Found by zzuf.
commit dbf2e45a16d0a234dc7e513a8241479dc01284dc
Author: John Darrington <address@hidden>
Date: Sat Mar 26 08:17:37 2016 +0100
Fix assertion failure when using PRINT with an empty argument.
Found by zzuf.
commit 51668663b12dae19507f9c1d423f618ed53d4d32
Author: John Darrington <address@hidden>
Date: Fri Mar 25 21:25:49 2016 +0100
Fix crash in ROC command when no valid state variable is given.
Found by zzuf.
commit ba62a44bae574548294d6ed5112cceb69fd4f074
Author: John Darrington <address@hidden>
Date: Fri Mar 25 20:13:46 2016 +0100
Fix crash when no indepdendent variable in NPAR is given.
Found by zzuf.
-----------------------------------------------------------------------
Summary of changes:
src/language/lexer/variable-parser.c | 7 +++++--
src/language/stats/npar.c | 2 ++
src/language/stats/roc.c | 4 ++++
src/output/ascii.c | 2 +-
tests/language/stats/npar.at | 23 +++++++++++++++++++++++
tests/language/stats/roc.at | 19 +++++++++++++++++++
tests/language/xforms/recode.at | 22 ++++++++++++++++++++++
tests/output/ascii.at | 17 +++++++++++++++++
8 files changed, 93 insertions(+), 3 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-524-g35c543f,
John Darrington <=