pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.0-41-g79100b


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.0-41-g79100bd
Date: Mon, 26 Aug 2013 05:58:17 +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  79100bdd30230890345c1c5a09ae57a19c1e408b (commit)
       via  36a60796842701bb68a4c54a84853a1db63c9dde (commit)
      from  18dd6ddf75f8a65e228f642aabda1c1cc897aba9 (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 79100bdd30230890345c1c5a09ae57a19c1e408b
Author: Ben Pfaff <address@hidden>
Date:   Sun Aug 25 22:57:56 2013 -0700

    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.

commit 36a60796842701bb68a4c54a84853a1db63c9dde
Author: Ben Pfaff <address@hidden>
Date:   Sun Aug 25 11:23:50 2013 -0700

    gui: Remove declarations of variables not defined anywhere.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                          |    6 +
 doc/language.texi                             |    5 +
 doc/variables.texi                            |   37 ++++++
 perl-module/t/Pspp.t                          |    5 +-
 src/data/sys-file-reader.c                    |   66 +++++++++++-
 src/data/sys-file-writer.c                    |   69 ++++++++++--
 src/data/variable.c                           |  147 +++++++++++++++++++++++++
 src/data/variable.h                           |   22 ++++-
 src/language/command.def                      |    1 +
 src/language/dictionary/sys-file-info.c       |   26 +++--
 src/language/dictionary/variable-display.c    |   39 +++++++-
 src/ui/gui/psppire-var-sheet.c                |   34 ++++++-
 src/ui/gui/text-data-import-dialog.c          |   14 +--
 src/ui/gui/var-display.h                      |    5 +-
 tests/data/sys-file-reader.at                 |   32 +++++-
 tests/language/dictionary/variable-display.at |    4 +
 tests/perl-module.at                          |    5 +-
 17 files changed, 471 insertions(+), 46 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]