[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/4] More preparation for lexer replacment
From: |
Ben Pfaff |
Subject: |
[PATCH 0/4] More preparation for lexer replacment |
Date: |
Sat, 4 Dec 2010 11:37:34 -0800 |
These patches lay some more of the groundwork for replacing the PSPP
lexer.
Ben Pfaff (4):
Remove the NULLINE and ENDCMD settings.
Remove the PROMPT, CPROMPT, and DPROMPT settings.
command: Don't allow SORT as an abbreviation for SORT CASES.
gui: Factor out duplicated code for executing and pasting syntax.
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 | 39 +++++++++++----
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, 180 insertions(+), 653 deletions(-)
- [PATCH 0/4] More preparation for lexer replacment,
Ben Pfaff <=
- [PATCH 3/4] command: Don't allow SORT as an abbreviation for SORT CASES., Ben Pfaff, 2010/12/04
- [PATCH 2/4] Remove the PROMPT, CPROMPT, and DPROMPT settings., Ben Pfaff, 2010/12/04
- [PATCH 1/4] Remove the NULLINE and ENDCMD settings., Ben Pfaff, 2010/12/04
- [PATCH 4/4] gui: Factor out duplicated code for executing and pasting syntax., Ben Pfaff, 2010/12/04