[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-529-gf1b7f
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-529-gf1b7ff3 |
Date: |
Sat, 26 Mar 2016 16:51:17 +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 f1b7ff3c197a2ec2bbdc78fc1e5b9b0306f03768 (commit)
via b8c6823e185432d717cb18cc3f3f874d1c2d23b6 (commit)
via 5428c2890320da95503876bd04cbd523ddcd4447 (commit)
via 1ecf2cf3b503970ea949bd908cfb357d4f737599 (commit)
via 72fa53029f0a25e767b07a0ae46a0d6f4a74f4d7 (commit)
from 35c543f1ab34629913ee5799bcdf4bb2993b3649 (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 f1b7ff3c197a2ec2bbdc78fc1e5b9b0306f03768
Author: John Darrington <address@hidden>
Date: Sat Mar 26 17:36:59 2016 +0100
Fix bug in GRAPH when a bad dependent variable was specified.
Found by zzuf.
commit b8c6823e185432d717cb18cc3f3f874d1c2d23b6
Author: John Darrington <address@hidden>
Date: Sat Mar 26 16:57:16 2016 +0100
Fix crash in FLIP with no variables.
Found by zzuf.
commit 5428c2890320da95503876bd04cbd523ddcd4447
Author: John Darrington <address@hidden>
Date: Sat Mar 26 16:34:20 2016 +0100
Fix double heap deallocation when erroneous SET was specified.
Found by zzuf.
commit 1ecf2cf3b503970ea949bd908cfb357d4f737599
Author: John Darrington <address@hidden>
Date: Sat Mar 26 16:13:50 2016 +0100
Fixed crash in MODIFY OUTPUT when no valid FORMAT clause was specified.
Found by zzuf.
commit 72fa53029f0a25e767b07a0ae46a0d6f4a74f4d7
Author: John Darrington <address@hidden>
Date: Sat Mar 26 15:22:47 2016 +0100
Fix crash in oneway when an invalid dependent variable was specified.
Found by zzuf
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/flip.c | 2 ++
src/language/stats/graph.c | 2 ++
src/language/stats/oneway.c | 2 ++
src/language/utilities/output.c | 6 ++++--
src/language/utilities/set.q | 1 -
tests/language/stats/flip.at | 17 +++++++++++++++++
tests/language/stats/graph.at | 22 ++++++++++++++++++++++
tests/language/stats/oneway.at | 18 ++++++++++++++++++
tests/language/utilities/set.at | 12 ++++++++++++
tests/output/tables.at | 26 +++++++++++++++++++++++++-
10 files changed, 104 insertions(+), 4 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-529-gf1b7ff3,
John Darrington <=