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. v1.0.1-254-g8d6bf


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-254-g8d6bfdd
Date: Mon, 1 Oct 2018 14:38:55 -0400 (EDT)

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  8d6bfdd2a100bf8166b3b0b3f006d46f3e7a59e9 (commit)
      from  b4f585e70eca236ca97e53ef487cea9a3ab5e78a (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 8d6bfdd2a100bf8166b3b0b3f006d46f3e7a59e9
Author: John Darrington <address@hidden>
Date:   Sat Sep 29 12:51:02 2018 +0200

    Reference count struct dictionary.
    
    This change:
    
    * Adds a ref count to struct dictionary.
    * Wraps dict_destroy in a ref-counted wrapper dict_unref.
    * Replaces most calls to dict_destroy with dict_unref.
    * Adds a new function dict_ref.
    * Changes PsppireDict so take a reference to the struct dict it contains.
    * Fixes some leaked dictionaries in PsppireImportAssistant.

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

Summary of changes:
 perl-module/PSPP.xs                        |  2 +-
 src/data/any-reader.c                      |  2 +-
 src/data/dataset-writer.c                  |  2 +-
 src/data/dataset.c                         |  8 ++---
 src/data/dictionary.c                      | 51 ++++++++++++++++++++----------
 src/data/dictionary.h                      |  5 +--
 src/data/gnumeric-reader.c                 |  2 +-
 src/data/ods-reader.c                      |  2 +-
 src/data/pc+-file-reader.c                 |  2 +-
 src/data/por-file-reader.c                 |  2 +-
 src/data/psql-reader.c                     |  2 +-
 src/data/spreadsheet-reader.h              |  4 +--
 src/data/sys-file-reader.c                 |  2 +-
 src/language/data-io/combine-files.c       |  4 +--
 src/language/data-io/data-list.c           |  2 +-
 src/language/data-io/get-data.c            |  2 +-
 src/language/data-io/get.c                 |  2 +-
 src/language/data-io/matrix-data.c         |  2 +-
 src/language/data-io/save-translate.c      |  4 +--
 src/language/data-io/save.c                |  4 +--
 src/language/dictionary/modify-variables.c |  2 +-
 src/language/dictionary/sys-file-info.c    |  2 +-
 src/language/stats/aggregate.c             |  2 +-
 src/language/stats/flip.c                  |  2 +-
 src/ui/gui/psppire-dict.c                  |  8 +++--
 src/ui/gui/psppire-import-assistant.c      |  4 ++-
 utilities/pspp-convert.c                   |  4 +--
 27 files changed, 77 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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