VARIABLE ROLE: New command. 20130826030511/pspp
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 26 Aug 2013 05:57:56 +0000 (22:57 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 26 Aug 2013 05:57:56 +0000 (22:57 -0700)
commit79100bdd30230890345c1c5a09ae57a19c1e408b
treed6967dc209d6b834083c788fdfed23f076516016
parent36a60796842701bb68a4c54a84853a1db63c9dde
VARIABLE ROLE: New command.

Also adds GUI support.

The system file representation for variable roles is really just an
educated guess.  I am going to ask for assistance in confirming the
representation.
16 files changed:
NEWS
doc/language.texi
doc/variables.texi
perl-module/t/Pspp.t
src/data/sys-file-reader.c
src/data/sys-file-writer.c
src/data/variable.c
src/data/variable.h
src/language/command.def
src/language/dictionary/sys-file-info.c
src/language/dictionary/variable-display.c
src/ui/gui/psppire-var-sheet.c
src/ui/gui/text-data-import-dialog.c
tests/data/sys-file-reader.at
tests/language/dictionary/variable-display.at
tests/perl-module.at