[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-675-gab249
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-675-gab249f5 |
Date: |
Mon, 15 Jun 2009 04:52:38 +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, output has been updated
via ab249f50e9f994b9a92a74b148f596f47fee0de9 (commit)
from beced3ad774631c091241d5087761879c0aa88b1 (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 ab249f50e9f994b9a92a74b148f596f47fee0de9
Author: Ben Pfaff <address@hidden>
Date: Sun Jun 14 21:50:46 2009 -0700
output: Make table dimension functions work in arbitrary contexts.
Until now the function passed to tab_dim has only been called at the
time that the table is passed to tab_submit. But in upcoming commits
the table will be kept around and rendered possibly much later (by the
GUI), so the function to tab_dim has to be sure to only use data that
will exist at that time. Thus, this commit makes it possible to free
the auxiliary data passed to that function, so that in the few cases
where it needs to keep around extra data, it can do so without leaking
memory. At the same time, convert the few functions that do need this
feature to use it.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/data-parser.c | 4 +-
src/language/data-io/print.c | 2 +-
src/language/dictionary/split-file.c | 2 +-
src/language/dictionary/sys-file-info.c | 35 +++++++++++++++++++++---------
src/language/stats/binomial.c | 2 +-
src/language/stats/chisquare.c | 6 ++--
src/language/stats/crosstabs.q | 29 +++++++++++++++++++++----
src/language/stats/descriptives.c | 4 +-
src/language/stats/examine.q | 8 +++---
src/language/stats/frequencies.q | 28 ++++++++++++++++++++----
src/language/stats/npar-summary.c | 2 +-
src/language/stats/oneway.q | 10 ++++----
src/language/stats/regression.q | 8 +++---
src/language/stats/reliability.q | 8 +++---
src/language/stats/sign.c | 4 +-
src/language/stats/t-test.q | 6 ++--
src/language/stats/wilcoxon.c | 4 +-
src/language/utilities/echo.c | 2 +-
src/output/table.c | 20 ++++++++++++++---
src/output/table.h | 7 +++++-
20 files changed, 129 insertions(+), 62 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-675-gab249f5,
Ben Pfaff <=