[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-204-g6a8d0
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-204-g6a8d0d2 |
Date: |
Thu, 20 Jun 2019 13:32:46 -0400 (EDT) |
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 6a8d0d2d8bf801c21d71d6c3317ab97d110175cf (commit)
from 6f8046f4a74feb3c79226e702622e8fccd5f7dc8 (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 6a8d0d2d8bf801c21d71d6c3317ab97d110175cf
Author: John Darrington <address@hidden>
Date: Thu Jun 20 11:10:00 2019 +0200
Re-implement MEANS.
Fixes bug #44264.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +
Smake | 1 +
doc/statistics.texi | 6 +-
src/language/stats/automake.mk | 3 +
src/language/stats/means-calc.c | 451 +++++++++
src/language/stats/means-parser.c | 305 +++++++
src/language/stats/means.c | 1812 ++++++++++++++++++-------------------
src/language/stats/means.h | 163 ++++
tests/language/stats/means.at | 1205 ++++++++++++++++--------
9 files changed, 2619 insertions(+), 1329 deletions(-)
create mode 100644 src/language/stats/means-calc.c
create mode 100644 src/language/stats/means-parser.c
create mode 100644 src/language/stats/means.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-204-g6a8d0d2,
John Darrington <=