[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-739-g59981
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, output, updated. v0.6.1-739-g59981a5 |
Date: |
Tue, 11 Aug 2009 04:53:27 +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 59981a5060a0e672b98655be240886d89a513d31 (commit)
from 07db00919d6f067fd5dd6c6c1c2c2fba4f42cf21 (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 59981a5060a0e672b98655be240886d89a513d31
Author: Ben Pfaff <address@hidden>
Date: Mon Aug 10 21:53:18 2009 -0700
Separate table functions that format their arguments from those that don't.
The tab_text, tab_joint_text, and tab_output_text functions, until now,
had an option bit TAT_PRINTF that specified whether they passed their text
argument through sprintf. This interface was bad because it made it
impossible for GCC to tell whether it needed to verify a printf format
string or not.
This commit solves the problem by breaking each of these functions into one
that does format its argument and one that doesn't.
This is cross-ported from a similar commit on the master branch.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/data-parser.c | 6 +-
src/language/data-io/print.c | 11 ++-
src/language/dictionary/split-file.c | 4 +-
src/language/dictionary/sys-file-info.c | 66 ++++++++-------
src/language/stats/binomial.c | 6 +-
src/language/stats/crosstabs.q | 12 ++--
src/language/stats/descriptives.c | 4 +-
src/language/stats/examine.q | 74 ++++++++---------
src/language/stats/oneway.q | 21 +++--
src/language/stats/rank.q | 60 ++++++-------
src/language/stats/regression.q | 6 +-
src/language/stats/reliability.q | 5 +-
src/language/stats/t-test.q | 52 ++++++------
src/output/table.c | 139 ++++++++++++++++++------------
src/output/table.h | 14 ++-
15 files changed, 254 insertions(+), 226 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-739-g59981a5,
Ben Pfaff <=