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.4.1-495-g2f3bc


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-495-g2f3bca3
Date: Sat, 2 Oct 2021 11:11:38 -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  2f3bca35516d8f3b3df76b3152fd5c77ff1f09cf (commit)
       via  6b089ebd8cacb6c57d6eef503c2de45f8b659d52 (commit)
       via  ea182fa05e50daadebe3de322005ece2378d8669 (commit)
       via  2ba9563cb1fddad9430be0c415dc81456f006281 (commit)
      from  a79baa2f1a1c77bb9e4c6ff92f0b15e7c361a665 (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 2f3bca35516d8f3b3df76b3152fd5c77ff1f09cf
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 2 16:51:37 2021 +0200

    Fix memory leak in MCONVERT

commit 6b089ebd8cacb6c57d6eef503c2de45f8b659d52
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 2 16:35:42 2021 +0200

    Fix memory leak upon failure to create matrix reader

commit ea182fa05e50daadebe3de322005ece2378d8669
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 2 16:31:14 2021 +0200

    More ASAN_OPTIONS

commit 2ba9563cb1fddad9430be0c415dc81456f006281
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Oct 2 15:32:40 2021 +0200

    Use XCALLOC / XZALLOC macros where reasonable

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

Summary of changes:
 src/language/data-io/matrix-data.c   |  2 +-
 src/language/data-io/matrix-reader.c |  5 ++++-
 src/language/data-io/mconvert.c      |  1 +
 src/language/stats/chisquare.c       |  4 ++--
 src/language/stats/crosstabs.c       |  4 ++--
 src/language/stats/examine.c         |  6 ++----
 src/language/stats/frequencies.c     |  2 +-
 src/language/stats/graph.c           |  2 +-
 src/language/stats/means.c           | 12 +++++-------
 src/language/stats/median.c          |  2 +-
 src/language/stats/oneway.c          |  4 ++--
 src/language/stats/regression.c      |  5 ++---
 src/language/stats/reliability.c     | 15 ++++++---------
 src/libpspp/bit-vector.c             |  3 +--
 src/math/box-whisker.c               |  2 +-
 src/math/wilcoxon-sig.c              |  3 +--
 src/output/pivot-output.c            |  4 ++--
 src/output/pivot-table.c             |  8 ++++----
 src/output/render.c                  |  9 ++++-----
 src/ui/gui/psppire-import-textfile.c |  2 +-
 src/ui/gui/widget-io.c               |  3 +--
 tests/libpspp/zip.at                 |  2 ++
 22 files changed, 47 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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