[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, sheet, updated. v0.10.1-61-gf9b232
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, sheet, updated. v0.10.1-61-gf9b2322 |
Date: |
Sun, 10 Jul 2016 07:49:41 +0000 (UTC) |
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, sheet has been updated
via f9b2322d7b0662bd313d9c63450638c39b88be70 (commit)
via 5ea81ae302c62daadda211d5ce777091ad608c1b (commit)
via d0ac5f484f29fa3a9775e981a67866b7df2b61a5 (commit)
via bc089e9e6964204e0a55873c5d29ed7e5faf4475 (commit)
via 0369a800f7007c89a7e12d190fdc81e4f80d4314 (commit)
via 7bdd493c1a1b2c62ed14b355de52517530be1496 (commit)
via f30cc841f8044a49cfd215f3f3a22570cedfec82 (commit)
via de660f955747bb2b5d735118de979a6980d92c55 (commit)
via c17b886b409b2120094e506ea28bb5bd666d7618 (commit)
via 000e9b61f0acc611f03f27a8f068a9ccf4910e0b (commit)
via 86642e66638412248901e54a4392882c32d83a71 (commit)
via ff50bab74c735b9e48b851080edcd1d466a83371 (commit)
via fb014c8a1241882cc4b512d34f36f62e6e40b7ee (commit)
via 0cd7c010e3e5c316ef0eb0317fb7f408d164679d (commit)
via 7d81acbafc45a1039e55b0e294c54c914865ca29 (commit)
via eed5852df052914a45dc2e2419c9b5f040315a3e (commit)
via 970c24cc433e6d87cb3c502b2d2bdce6775a3d3e (commit)
via 795f64ee17fe01659dec6424dbf21fdaeb29ceeb (commit)
via 6c9aa9259c46de52cc57493ccc80f40f3eef9b17 (commit)
via 900b98d3fb6cde827807023ac10e4df3d711c03d (commit)
via c2c8832630ad1619cd8e1769da3a294a1d35d1ed (commit)
via 88f1d611ba3bdb895e7619bf7ab341e4756cd419 (commit)
via fe846c222cb08170d95b57d7b8b335fb0c44e60c (commit)
via c4f4678ecf25bdf4e3e5cfe4d178569ec4a1ef2a (commit)
via 604454f8e84b72445b345c14c9b63bb5607a4c7f (commit)
via f82cc784a83466f785934527673ccd23c23f8285 (commit)
via 588c85f0e12c9af66d8b7e991897b85113c316eb (commit)
from 55c55aa33d0f90d1b3b58f8b33b3fc54062c553e (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 f9b2322d7b0662bd313d9c63450638c39b88be70
Merge: 55c55aa 5ea81ae
Author: John Darrington <address@hidden>
Date: Sun Jul 10 07:47:34 2016 +0200
Merge remote-tracking branch 'origin/master' into sheet
-----------------------------------------------------------------------
Summary of changes:
NEWS | 23 +-
README.Git | 11 +-
doc/statistics.texi | 24 +-
src/data/casereader-filter.c | 2 +-
src/data/gnumeric-reader.c | 13 +
src/data/ods-reader.c | 13 +
src/language/data-io/.gitignore | 1 -
src/language/data-io/automake.mk | 8 +-
.../data-io/{file-handle.q => file-handle.c} | 240 +++++++---
src/language/data-io/get-data.c | 27 +-
src/language/expressions/helpers.c | 2 +-
src/language/lexer/format-parser.c | 2 +-
src/language/stats/crosstabs.q | 62 ++-
src/language/stats/frequencies.c | 28 +-
src/language/stats/glm.c | 10 +
src/output/charts/scatterplot-cairo.c | 6 +-
src/output/tab.c | 339 +++++++-------
src/ui/gui/automake.mk | 4 +
src/ui/gui/data-editor.ui | 6 +-
src/ui/gui/help-menu.c | 133 +++++-
src/ui/gui/psppire-dialog-action-indep-samps.c | 36 +-
src/ui/gui/psppire-dialog-action-indep-samps.h | 3 +-
.../gui/psppire-dialog-action-recode-different.c | 448 ++++++++++++++++++
.../gui/psppire-dialog-action-recode-different.h | 75 +++
src/ui/gui/psppire-dialog-action-recode-same.c | 159 +++++++
src/ui/gui/psppire-dialog-action-recode-same.h | 71 +++
src/ui/gui/psppire-dialog-action-recode.c | 488 ++------------------
src/ui/gui/psppire-dialog-action-recode.h | 26 +-
src/ui/gui/psppire-dialog-action-var-info.c | 35 +-
src/ui/gui/psppire-window.c | 4 +-
src/ui/gui/widgets.c | 6 +-
tests/language/data-io/get-data-txt.at | 37 ++
tests/language/stats/crosstabs.at | 105 +++++
tests/language/stats/frequencies.at | 24 +
tests/language/stats/glm.at | 128 +++++
tests/testsuite.in | 2 +-
36 files changed, 1796 insertions(+), 805 deletions(-)
delete mode 100644 src/language/data-io/.gitignore
rename src/language/data-io/{file-handle.q => file-handle.c} (50%)
create mode 100644 src/ui/gui/psppire-dialog-action-recode-different.c
create mode 100644 src/ui/gui/psppire-dialog-action-recode-different.h
create mode 100644 src/ui/gui/psppire-dialog-action-recode-same.c
create mode 100644 src/ui/gui/psppire-dialog-action-recode-same.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, sheet, updated. v0.10.1-61-gf9b2322,
John Darrington <=