[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-565-g0d01f
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-565-g0d01f7b |
Date: |
Sun, 19 Apr 2009 10:49:06 +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 0d01f7bd35591882cd13b6352409858ea33d39f7 (commit)
via ec98753885c4b9e38978d61262a9aa4ef4f8a69a (commit)
from 5a2cb418e79c12d9d106cc5c9fe9e285b75661c4 (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 0d01f7bd35591882cd13b6352409858ea33d39f7
Author: John Darrington <address@hidden>
Date: Sun Apr 19 18:05:48 2009 +0800
Separate the execute_syntax function into its own file.
commit ec98753885c4b9e38978d61262a9aa4ef4f8a69a
Author: John Darrington <address@hidden>
Date: Sun Apr 19 17:29:45 2009 +0800
Whitespace changes only.
Make this file appear sane when viewed under emacs.
-----------------------------------------------------------------------
Summary of changes:
src/data/datasheet.c | 98 ++++++++++-----------
src/ui/gui/automake.mk | 2 +
src/ui/gui/comments-dialog.c | 2 +-
src/ui/gui/compute-dialog.c | 2 +-
src/ui/gui/crosstabs-dialog.c | 2 +-
src/ui/gui/descriptives-dialog.c | 2 +-
src/ui/gui/examine-dialog.c | 2 +-
src/ui/gui/executor.c | 110 ++++++++++++++++++++++++
src/ui/gui/{transpose-dialog.h => executor.h} | 11 ++-
src/ui/gui/frequencies-dialog.c | 2 +-
src/ui/gui/helper.c | 95 +--------------------
src/ui/gui/helper.h | 4 -
src/ui/gui/oneway-anova-dialog.c | 2 +-
src/ui/gui/psppire-data-editor.c | 2 +-
src/ui/gui/psppire-data-window.c | 1 +
src/ui/gui/psppire-syntax-window.c | 1 +
src/ui/gui/psppire.c | 2 +-
src/ui/gui/rank-dialog.c | 2 +-
src/ui/gui/recode-dialog.c | 4 +-
src/ui/gui/regression-dialog.c | 3 +-
src/ui/gui/reliability-dialog.c | 1 +
src/ui/gui/select-cases-dialog.c | 2 +-
src/ui/gui/sort-cases-dialog.c | 2 +-
src/ui/gui/split-file-dialog.c | 2 +-
src/ui/gui/t-test-independent-samples-dialog.c | 2 +-
src/ui/gui/t-test-one-sample.c | 1 +
src/ui/gui/t-test-paired-samples.c | 2 +
src/ui/gui/text-data-import-dialog.c | 2 +-
src/ui/gui/transpose-dialog.c | 2 +-
src/ui/gui/weight-cases-dialog.c | 2 +-
30 files changed, 195 insertions(+), 172 deletions(-)
create mode 100644 src/ui/gui/executor.c
copy src/ui/gui/{transpose-dialog.h => executor.h} (80%)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-565-g0d01f7b,
John Darrington <=