[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-23-ge591f2
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-23-ge591f2e |
Date: |
Tue, 02 Jun 2009 07:42:59 +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, stable has been updated
via e591f2e6af157c2573e988ae4f5c5eb8027282fb (commit)
via 389b447a91e26f255e79c4fd8520d99931809ed0 (commit)
via dc44e4b118592d1719d9b9ae23ce64a2861fb198 (commit)
via 67a11f64d07e160179df27cae915742753e0ff19 (commit)
via da299bd9871b178336a440c6ac53aebc3cea672e (commit)
via 23fe9f40872f54400ce10d87f349c8d317c21274 (commit)
via 92f9121c49de9f91d9d743b5dc854cf701713dc5 (commit)
from 57c639477e7373acce1ad3215bdc90835a9099b2 (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 e591f2e6af157c2573e988ae4f5c5eb8027282fb
Author: Ben Pfaff <address@hidden>
Date: Mon May 11 20:56:39 2009 -0700
data-parser: Treat " ," the same as ",".
The data parser (used e.g. by DATA LIST) was unintentionally treating
soft separators (e.g. white space) followed by a hard separator (e.g.
a comma) as an empty field, but in fact it should be treated as just a
single separator. This fixes it and adds a test.
Thanks to pascal barbedor <address@hidden> for reporting the problem.
-----------------------------------------------------------------------
Summary of changes:
Smake | 1 +
src/data/format.c | 2 +
src/data/format.h | 2 +
src/data/por-file-writer.c | 3 +-
src/language/data-io/data-parser.c | 3 +-
src/language/dictionary/numeric.c | 12 +-
src/language/stats/binomial.c | 31 ++-
src/language/stats/chisquare.c | 48 ++--
src/language/stats/crosstabs.q | 103 ++++---
src/language/stats/descriptives.c | 3 +-
src/language/stats/examine.q | 350 ++++++++++++-----------
src/language/stats/frequencies.q | 79 +++---
src/language/stats/npar-summary.c | 24 ++-
src/language/stats/npar-summary.h | 7 -
src/language/stats/oneway.q | 159 +++++-----
src/language/stats/regression.q | 46 ++--
src/language/stats/t-test.q | 228 +++++++++------
src/output/charts/barchart.c | 2 +-
src/output/charts/piechart.c | 2 +-
src/output/charts/plot-chart.c | 23 +-
src/output/charts/plot-chart.h | 11 +-
src/output/table.c | 63 ++++-
src/output/table.h | 7 +-
src/ui/gui/output-viewer.c | 10 +-
tests/automake.mk | 1 +
tests/bugs/multipass.sh | 10 +-
tests/bugs/{double-frequency.sh => piechart.sh} | 42 ++--
tests/bugs/t-test-alpha.sh | 32 +-
tests/bugs/t-test-alpha3.sh | 24 +-
tests/bugs/temp-freq.sh | 26 +-
tests/command/data-list.sh | 2 +-
tests/command/examine-extremes.sh | 52 ++--
tests/command/examine.sh | 230 ++++++++--------
tests/command/import-export.sh | 4 +-
tests/command/npar-binomial.sh | 82 +++---
tests/command/npar-chisquare.sh | 176 ++++++------
tests/command/oneway.sh | 32 +-
tests/command/regression-qr.sh | 14 +-
tests/command/regression.sh | 14 +-
tests/command/t-test-1-indep-val.sh | 24 +-
tests/command/t-test-1s.sh | 20 +-
tests/command/t-test-pairs.sh | 24 +-
tests/command/trimmed-mean.sh | 38 ++--
tests/command/weight.sh | 153 +++++-----
tests/stats/descript-basic.sh | 42 ++--
tests/stats/descript-mean-bug.sh | 2 +
tests/stats/descript-missing.sh | 56 ++--
tests/stats/percentiles-compatible.sh | 38 ++--
tests/stats/percentiles-enhanced.sh | 152 +++++-----
49 files changed, 1346 insertions(+), 1163 deletions(-)
copy tests/bugs/{double-frequency.sh => piechart.sh} (69%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, stable, updated. v0.6.1-23-ge591f2e,
Ben Pfaff <=