[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-290-g65c0a
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-290-g65c0ae1 |
Date: |
Sun, 10 Nov 2019 13:57:13 -0500 (EST) |
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 65c0ae1b10b813ae602a29d16773ed30213cfaee (commit)
from 61a6dfff9145af1bef0fc4daa161410ee3fb6fe1 (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 65c0ae1b10b813ae602a29d16773ed30213cfaee
Author: Ben Pfaff <address@hidden>
Date: Sun Nov 10 18:29:17 2019 +0000
LOOP: Limit number of iterations when IF clauses present.
The LOOP command is limited by the MXLOOPS setting in some cirumstances.
Until now, if an IF clause was present, MXLOOPS was disregarded.
However, this behavior does not match SPSS behavior. This commit makes
LOOP honor MXLOOPS even when IF is present, for compatibility.
With this commit, only the presence of an index clause makes LOOP
disregard MXLOOPS.
Thanks to Frans Houweling for reporting this bug.
-----------------------------------------------------------------------
Summary of changes:
doc/flow-control.texi | 6 ++++--
src/language/control/loop.c | 5 +----
tests/language/control/loop.at | 31 +++++++++++++++++++++++++++++++
3 files changed, 36 insertions(+), 6 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-290-g65c0ae1,
Ben Pfaff <=