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.6.1-756-g66153


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-756-g66153a4
Date: Sat, 25 Jul 2009 08:58: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  66153a44d861ccddf6a176ec5a94ffb959232ad6 (commit)
      from  d8659cda7d193dd3e6e035cd0b1b40493d360f0b (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 66153a44d861ccddf6a176ec5a94ffb959232ad6
Author: John Darrington <address@hidden>
Date:   Sat Jul 25 10:53:05 2009 +0200

    Add "dictionary" property to PsppireVarStore and use it.
    
    Instead of abusing the encapsulation of PsppireVarStore,
    by accessing the internal dictionary member directly, add
    a "dictionary" property.   This should also take care of the
    reference counting of the dict, which wasn't working properly.

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

Summary of changes:
 src/ui/gui/comments-dialog.c                   |    2 +-
 src/ui/gui/compute-dialog.c                    |    6 +-
 src/ui/gui/crosstabs-dialog.c                  |   10 +-
 src/ui/gui/descriptives-dialog.c               |   12 +-
 src/ui/gui/examine-dialog.c                    |    8 +-
 src/ui/gui/find-dialog.c                       |    3 +-
 src/ui/gui/frequencies-dialog.c                |    7 +-
 src/ui/gui/oneway-anova-dialog.c               |    6 +-
 src/ui/gui/psppire-data-editor.c               |   13 ++-
 src/ui/gui/psppire-data-window.c               |   19 ++-
 src/ui/gui/psppire-var-sheet.c                 |    8 +-
 src/ui/gui/psppire-var-store.c                 |  166 ++++++++++++++++--------
 src/ui/gui/psppire-var-store.h                 |    5 +-
 src/ui/gui/rank-dialog.c                       |    8 +-
 src/ui/gui/recode-dialog.c                     |    8 +-
 src/ui/gui/regression-dialog.c                 |   10 +-
 src/ui/gui/reliability-dialog.c                |    7 +-
 src/ui/gui/sort-cases-dialog.c                 |    6 +-
 src/ui/gui/split-file-dialog.c                 |    9 +-
 src/ui/gui/t-test-independent-samples-dialog.c |    8 +-
 src/ui/gui/t-test-one-sample.c                 |   10 +-
 src/ui/gui/t-test-paired-samples.c             |    9 +-
 src/ui/gui/transpose-dialog.c                  |   10 +-
 src/ui/gui/val-labs-dialog.c                   |   14 +-
 src/ui/gui/variable-info-dialog.c              |    8 +-
 src/ui/gui/weight-cases-dialog.c               |    6 +-
 26 files changed, 226 insertions(+), 152 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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