[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1761-g50a0
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1761-g50a07c5 |
Date: |
Sat, 23 Oct 2010 09:51:49 +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 50a07c54d38b3dc85db5c1318d67890e386710f9 (commit)
via 96933598f8938a216439e98f6758c8916d85873c (commit)
via 2c327bbf83aee01efec9a44157521888e34f81f5 (commit)
via 3ace9347326a50c8865b4f48ce4681472be5b285 (commit)
via c7bb6c83f463cc9bf8602daeb7b3540bc4b73fc9 (commit)
via e3ee639320a56df9777a56922e9ef887551696e2 (commit)
via 566bb87d7bab018ba7eff48c61fa11c41ce675fa (commit)
via fc1b3d5634cda1856281eeff3be799ac71c3465b (commit)
via 92c55c1b5570faa1e4b4bda55bfb7bdb6f16b46f (commit)
from 5024fb6bb69bbe8dbe9b3115f0e934d709e6598c (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 50a07c54d38b3dc85db5c1318d67890e386710f9
Author: John Darrington <address@hidden>
Date: Sat Oct 23 11:51:13 2010 +0200
Properly handle weights in Friedman test
commit 96933598f8938a216439e98f6758c8916d85873c
Author: John Darrington <address@hidden>
Date: Sat Oct 23 11:43:06 2010 +0200
Add test for friedman test and fix problem with missing values
commit 2c327bbf83aee01efec9a44157521888e34f81f5
Author: John Darrington <address@hidden>
Date: Sat Oct 23 11:25:40 2010 +0200
remove unused variable
commit 3ace9347326a50c8865b4f48ce4681472be5b285
Author: John Darrington <address@hidden>
Date: Sat Oct 23 11:25:19 2010 +0200
fix memory leak
commit c7bb6c83f463cc9bf8602daeb7b3540bc4b73fc9
Author: John Darrington <address@hidden>
Date: Sat Oct 23 11:16:30 2010 +0200
Documentation for the Friedman test
commit e3ee639320a56df9777a56922e9ef887551696e2
Author: John Darrington <address@hidden>
Date: Sat Oct 23 11:00:15 2010 +0200
en_GB.po: Fix fuzzy translation
commit 566bb87d7bab018ba7eff48c61fa11c41ce675fa
Author: John Darrington <address@hidden>
Date: Sat Oct 23 10:58:40 2010 +0200
First attempt at the Friedman test
commit fc1b3d5634cda1856281eeff3be799ac71c3465b
Author: John Darrington <address@hidden>
Date: Sat Oct 23 10:56:14 2010 +0200
Whitespace changes only
commit 92c55c1b5570faa1e4b4bda55bfb7bdb6f16b46f
Author: John Darrington <address@hidden>
Date: Sat Oct 23 10:54:48 2010 +0200
Remove redundant whitespace
-----------------------------------------------------------------------
Summary of changes:
doc/statistics.texi | 15 ++-
po/en_GB.po | 87 +++++----
src/language/stats/automake.mk | 37 ++---
src/language/stats/friedman.c | 293 +++++++++++++++++++++++++++++
src/language/stats/{runs.h => friedman.h} | 25 +--
src/language/stats/npar.c | 55 +++++-
src/language/stats/runs.c | 2 +-
tests/language/stats/npar.at | 40 ++++
8 files changed, 462 insertions(+), 92 deletions(-)
create mode 100644 src/language/stats/friedman.c
copy src/language/stats/{runs.h => friedman.h} (74%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1761-g50a07c5,
John Darrington <=