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.6.2-240-g3ace8


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-240-g3ace839a7
Date: Fri, 5 May 2023 10:49:22 -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  3ace839a7f0d136e2e6b7f1a0b0f487b1ef4790d (commit)
       via  df9604551fcf614623efa9e4cd3b131a60d64e89 (commit)
      from  7d15b322392a7bc29c7da540a8e2de2d2cf9c808 (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 3ace839a7f0d136e2e6b7f1a0b0f487b1ef4790d
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri May 5 07:49:08 2023 -0700

    combine-files: Remove write-only member 'var_sources'.

commit df9604551fcf614623efa9e4cd3b131a60d64e89
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Thu May 4 07:57:46 2023 -0700

    gui: Fix warnings from g_string_free(..., FALSE).
    
    This construct now causes a warning about an unused return value, so this
    commit replaces it in each case with g_string_free_and_steal(), which also
    leads to clearer code.

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

Summary of changes:
 src/language/commands/combine-files.c            | 13 +------------
 src/ui/gui/psppire-dialog-action-1sks.c          |  7 +------
 src/ui/gui/psppire-dialog-action-aggregate.c     |  8 +-------
 src/ui/gui/psppire-dialog-action-autorecode.c    |  7 +------
 src/ui/gui/psppire-dialog-action-barchart.c      |  7 +------
 src/ui/gui/psppire-dialog-action-comments.c      |  7 +------
 src/ui/gui/psppire-dialog-action-compute.c       |  7 +------
 src/ui/gui/psppire-dialog-action-correlation.c   |  7 +------
 src/ui/gui/psppire-dialog-action-crosstabs.c     |  7 +------
 src/ui/gui/psppire-dialog-action-descriptives.c  |  7 +------
 src/ui/gui/psppire-dialog-action-examine.c       |  6 +-----
 src/ui/gui/psppire-dialog-action-flip.c          |  7 +------
 src/ui/gui/psppire-dialog-action-histogram.c     |  7 +------
 src/ui/gui/psppire-dialog-action-indep-samps.c   |  7 +------
 src/ui/gui/psppire-dialog-action-k-independent.c |  7 +------
 src/ui/gui/psppire-dialog-action-k-related.c     |  7 +------
 src/ui/gui/psppire-dialog-action-kmeans.c        |  7 +------
 src/ui/gui/psppire-dialog-action-logistic.c      |  7 +------
 src/ui/gui/psppire-dialog-action-means.c         |  6 +-----
 src/ui/gui/psppire-dialog-action-paired.c        |  6 +-----
 src/ui/gui/psppire-dialog-action-rank.c          |  6 +-----
 src/ui/gui/psppire-dialog-action-regression.c    |  7 +------
 src/ui/gui/psppire-dialog-action-reliability.c   |  7 +------
 src/ui/gui/psppire-dialog-action-roc.c           |  7 +------
 src/ui/gui/psppire-dialog-action-runs.c          |  7 +------
 src/ui/gui/psppire-dialog-action-sort.c          |  7 +------
 src/ui/gui/psppire-dialog-action-split.c         |  7 +------
 src/ui/gui/psppire-dialog-action-tt1s.c          |  7 +------
 src/ui/gui/psppire-dialog-action-two-sample.c    |  6 +-----
 src/ui/gui/psppire-dialog-action-univariate.c    |  7 +------
 src/ui/gui/psppire-dialog-action-var-info.c      |  5 +----
 src/ui/gui/var-display.c                         | 10 ++--------
 src/ui/gui/widget-io.c                           |  5 +----
 33 files changed, 34 insertions(+), 198 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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