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.2.0-437-g5fafb


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-437-g5fafb12
Date: Mon, 22 Jun 2020 13:34:11 -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  5fafb125a1345d99aac31d0be8c3179e493e5215 (commit)
       via  89b8167bc272cef6223aa37b9427051146e30470 (commit)
       via  d5be34dc345684d7d8c5ce2c6fb0f583a8d8163a (commit)
       via  33e7c109f8f84001f06cb9e837b7c9ec43bd7679 (commit)
       via  b9c65a1caa5a295e0080667e38b52756ed99262e (commit)
       via  c0dc1ccde93f1a56678b19650faa9731bfccc480 (commit)
       via  416e5b75357a6317d1cdbc72f49119255e114b8a (commit)
      from  6b6718a372daeaa66d69e126f9ee4a9bf46bf059 (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 5fafb125a1345d99aac31d0be8c3179e493e5215
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Jun 21 11:52:51 2020 +0200

    (Re)fix bug #58598 (at the expense of a callback)

commit 89b8167bc272cef6223aa37b9427051146e30470
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Jun 21 08:33:55 2020 +0200

    Add a test for bug #58598

commit d5be34dc345684d7d8c5ce2c6fb0f583a8d8163a
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Jun 21 07:27:19 2020 +0200

    Revert "Fix crash in gui, when T-TEST or ONEWAY while a filter is set."
    
    This reverts commit d01a4986ffc8f5afa5ee7d29dd7233143b6de7ec
    which caused memory leaks.

commit 33e7c109f8f84001f06cb9e837b7c9ec43bd7679
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Jun 21 07:25:54 2020 +0200

    Revert "Fixed a use after free error when manipulating datasets."
    
    This reverts commit 1d06ba6d498b9446d5fb8c432d24efb2bee713a9
    which caused memory leaks.

commit b9c65a1caa5a295e0080667e38b52756ed99262e
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Jun 21 15:13:27 2020 +0200

    Replace some calls to xcalloc with XCALLOC

commit c0dc1ccde93f1a56678b19650faa9731bfccc480
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Jun 21 20:31:04 2020 +0200

    Fix memory leak in src/output/table.c

commit 416e5b75357a6317d1cdbc72f49119255e114b8a
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sun Jun 21 18:04:35 2020 +0200

    src/dictionary.c: Move dict_ref next to dict_unref
    
    This make it easier for me to hack when I'm tracking
    down memory (de)allocation errors.

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

Summary of changes:
 NEWS                                  |  3 ---
 src/data/dataset.c                    |  3 ++-
 src/data/dictionary.c                 | 30 +++++++-----------------------
 src/data/mdd-writer.c                 |  4 ++--
 src/language/data-io/data-parser.c    |  9 +++++----
 src/language/data-io/data-parser.h    |  2 +-
 src/language/data-io/matrix-data.c    |  2 +-
 src/language/data-io/matrix-reader.c  |  2 +-
 src/language/stats/friedman.c         |  2 +-
 src/language/stats/glm.c              | 12 ++++++------
 src/language/stats/kruskal-wallis.c   |  2 +-
 src/language/stats/ks-one-sample.c    |  2 +-
 src/language/stats/mann-whitney.c     |  2 +-
 src/language/stats/mcnemar.c          |  2 +-
 src/language/stats/means.c            |  2 +-
 src/language/stats/median.c           |  2 +-
 src/language/stats/roc.c              |  2 +-
 src/language/stats/runs.c             |  2 +-
 src/language/stats/sign.c             |  2 +-
 src/language/stats/t-test-indep.c     |  2 +-
 src/language/stats/wilcoxon.c         |  2 +-
 src/libpspp/model-checker.c           |  2 +-
 src/math/categoricals.c               |  2 +-
 src/output/pivot-output.c             |  4 ++--
 src/output/pivot-table.c              |  4 ++--
 src/output/spv/spv-legacy-data.c      |  2 +-
 src/output/spv/spv-legacy-decoder.c   |  8 ++++----
 src/output/spv/spv-light-decoder.c    | 11 +++++------
 src/output/table.c                    |  2 +-
 src/ui/gui/psppire-import-assistant.c |  2 +-
 tests/language/data-io/dataset.at     | 33 +++++++++++++++++++++++++++++++++
 31 files changed, 88 insertions(+), 73 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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