[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-1830-g0c52
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1830-g0c52172 |
Date: |
Sun, 05 Dec 2010 17:45:42 +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 0c5217288cb57d0994d4c99997f5341e2c3a6871 (commit)
via bd50b397b3ed4e7e627c33e234a5d0394e2c3dc6 (commit)
via cef9c4febe441542613998a1510ef09490730399 (commit)
via 41297e85eedafff3c28eb058a65089b16818bac1 (commit)
from 122ff2eeb1279acad0cac2ed3e667ba162a698b1 (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 0c5217288cb57d0994d4c99997f5341e2c3a6871
Author: Ben Pfaff <address@hidden>
Date: Sun Dec 5 06:43:51 2010 -0800
gui: Factor out duplicated code for executing and pasting syntax.
Reducing code duplication is good on its own. This will also make it
easier in upcoming patches to swap out "getl_interface" with a new
structure, by eliminating most of the references to getl_interface.
commit bd50b397b3ed4e7e627c33e234a5d0394e2c3dc6
Author: Ben Pfaff <address@hidden>
Date: Sat Dec 4 11:11:51 2010 -0800
command: Don't allow SORT as an abbreviation for SORT CASES.
This abbreviation has never been documented, and I don't see a reason to
keep it.
commit cef9c4febe441542613998a1510ef09490730399
Author: Ben Pfaff <address@hidden>
Date: Sun Nov 21 12:00:32 2010 -0800
Remove the PROMPT, CPROMPT, and DPROMPT settings.
These settings will be insufficient to configure prompting for the new
lexer, which is able to detect more special cases in syntax and report
them through the prompt. (However, if users actually want this feature,
then we could add it; it's not difficult.)
commit 41297e85eedafff3c28eb058a65089b16818bac1
Author: Ben Pfaff <address@hidden>
Date: Sun Nov 21 11:16:10 2010 -0800
Remove the NULLINE and ENDCMD settings.
These settings change the lexical structure of the language, which makes
lexical analysis difficult.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 6 ++-
doc/language.texi | 9 +---
doc/utilities.texi | 31 ------------
src/data/settings.c | 32 ------------
src/data/settings.h | 6 --
src/language/command.def | 1 -
src/language/control/repeat.c | 4 +-
src/language/lexer/lexer.c | 3 +-
src/language/prompt.c | 50 +++++--------------
src/language/prompt.h | 10 +---
src/language/utilities/set.q | 24 ---------
src/ui/gui/aggregate-dialog.c | 17 +------
src/ui/gui/binomial-dialog.c | 17 +------
src/ui/gui/chi-square-dialog.c | 17 +------
src/ui/gui/comments-dialog.c | 20 +-------
src/ui/gui/compute-dialog.c | 20 +-------
src/ui/gui/correlation-dialog.c | 19 +------
src/ui/gui/crosstabs-dialog.c | 20 +-------
src/ui/gui/descriptives-dialog.c | 16 +-----
src/ui/gui/examine-dialog.c | 19 +------
src/ui/gui/executor.c | 37 +++++++++++----
src/ui/gui/executor.h | 5 +-
src/ui/gui/factor-dialog.c | 19 +------
src/ui/gui/frequencies-dialog.c | 16 +-----
src/ui/gui/helper.c | 6 ++-
src/ui/gui/helper.h | 2 +-
src/ui/gui/k-related-dialog.c | 17 +------
src/ui/gui/oneway-anova-dialog.c | 19 +------
src/ui/gui/psppire-data-editor.c | 17 ++-----
src/ui/gui/psppire-data-window.c | 41 +++++-----------
src/ui/gui/psppire.c | 2 +-
src/ui/gui/rank-dialog.c | 18 +------
src/ui/gui/recode-dialog.c | 19 +------
src/ui/gui/regression-dialog.c | 19 +------
src/ui/gui/reliability-dialog.c | 19 +------
src/ui/gui/roc-dialog.c | 19 +------
src/ui/gui/select-cases-dialog.c | 19 +------
src/ui/gui/sort-cases-dialog.c | 19 +------
src/ui/gui/split-file-dialog.c | 17 +------
src/ui/gui/t-test-independent-samples-dialog.c | 18 +------
src/ui/gui/t-test-one-sample.c | 20 +-------
src/ui/gui/t-test-paired-samples.c | 17 +------
src/ui/gui/text-data-import-dialog.c | 62 ++++++++++--------------
src/ui/gui/text-data-import-dialog.h | 6 +-
src/ui/gui/transpose-dialog.c | 12 +----
src/ui/gui/variable-info-dialog.c | 3 +-
src/ui/gui/weight-cases-dialog.c | 17 +-----
src/ui/terminal/main.c | 3 -
tests/language/stats/sort-cases.at | 2 +-
49 files changed, 178 insertions(+), 653 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1830-g0c52172,
Ben Pfaff <=