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-474-gf4c63


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-474-gf4c63cb
Date: Sat, 4 Jul 2020 02:54:24 -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  f4c63cb4df45ed66a05bbdffa4a0760f9b5c883b (commit)
       via  a14079b6799908ed3408a729772495208dc381ed (commit)
       via  f5e80d2a183a5fd902cef45ce0299983fb941ebd (commit)
       via  a08fb47b2e7f20cd4e83a969f398f3d582e6c8aa (commit)
       via  002a30f274ced97769ebc3373c493a8e5329c2bc (commit)
       via  8065e06f47c5b34ce2d4769324e56c5f3191391c (commit)
       via  0f2df94c967b8464d4c9ff72f8e2a14f48db8bbe (commit)
       via  033725a375c3ffe41c3e6025e8c65962bf726062 (commit)
       via  42d90dac4bc5ee06ef0dd3cd62b84378f16e7ea9 (commit)
      from  e2039bc0694b89d26065899d9ed20f9bb42426f4 (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 f4c63cb4df45ed66a05bbdffa4a0760f9b5c883b
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    Unref variables after fetching from treeview model.
    
    Commit e511c5a34a8dd5863c5f71c820609c3c0e363cc9 added a reference
    to boxed variable pointers.   This means they have to be unreffed
    after fetching one with gtk_tree_model_get.

commit a14079b6799908ed3408a729772495208dc381ed
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    gtk.in.h: Remove redundant macro replacements.
    
    Today configure.ac insists upon Gtk+ 3.22 so working around older
    Gtk+ versions is no longer required.

commit f5e80d2a183a5fd902cef45ce0299983fb941ebd
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    lib/ptukey.c: Use the standard macro INFINITY from the math library

commit a08fb47b2e7f20cd4e83a969f398f3d582e6c8aa
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    Change all instances of "help_page" to "help-page".
    
    Signal and property names are documented as treating
    '-' and '_' as equivalent.  However it helps when grepping
    files if we use just one orthography.

commit 002a30f274ced97769ebc3373c493a8e5329c2bc
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    Conditional Compilation per GCS 3.5
    
    Deal with conditional compilation using the way recommended by
    the GNU Coding Standards Section 3.5
    
    
https://www.gnu.org/prep/standards/html_node/Conditional-Compilation.html#Conditional-Compilation

commit 8065e06f47c5b34ce2d4769324e56c5f3191391c
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    Conform to GNU nomenclature.

commit 0f2df94c967b8464d4c9ff72f8e2a14f48db8bbe
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    Fix memory leak introduced in commit 
e2039bc0694b89d26065899d9ed20f9bb42426f4

commit 033725a375c3ffe41c3e6025e8c65962bf726062
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    Follow-up to bugfix #58664
    
    If the width of a variable changes, then implicitly so does its
    missing values --- even if the number of missing values is zero.
    This is because the variable's width is cached in the missing_value
    struct itself.

commit 42d90dac4bc5ee06ef0dd3cd62b84378f16e7ea9
Author: John Darrington <john@darrington.wattle.id.au>
Date:   Sat Jul 4 08:38:33 2020 +0200

    Fix bug #58664

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

Summary of changes:
 lib/tukey/ptukey.c                                 |  3 +-
 src/data/dictionary.c                              |  3 ++
 src/data/variable.c                                | 16 +++----
 src/language/data-io/trim.c                        |  6 ++-
 src/ui/gui/aggregate.ui                            |  2 +-
 src/ui/gui/autorecode.ui                           |  2 +-
 src/ui/gui/barchart.ui                             |  2 +-
 src/ui/gui/binomial.ui                             |  2 +-
 src/ui/gui/chi-square.ui                           |  2 +-
 src/ui/gui/comments.ui                             |  2 +-
 src/ui/gui/compute.ui                              |  2 +-
 src/ui/gui/correlation.ui                          |  2 +-
 src/ui/gui/count.ui                                |  2 +-
 src/ui/gui/crosstabs.ui                            |  8 ++--
 src/ui/gui/descriptives.ui                         |  2 +-
 src/ui/gui/entry-dialog.ui                         |  2 +-
 src/ui/gui/examine.ui                              |  6 +--
 src/ui/gui/factor.ui                               |  6 +--
 src/ui/gui/frequencies.ui                          |  6 +--
 src/ui/gui/histogram.ui                            |  2 +-
 src/ui/gui/include/gtk/gtk.in.h                    | 18 +-------
 src/ui/gui/indep-samples.ui                        |  4 +-
 src/ui/gui/k-independent.ui                        |  4 +-
 src/ui/gui/k-means.ui                              |  2 +-
 src/ui/gui/k-related.ui                            |  2 +-
 src/ui/gui/ks-one-sample.ui                        |  2 +-
 src/ui/gui/logistic.ui                             |  4 +-
 src/ui/gui/main.c                                  | 43 ++++++++++---------
 src/ui/gui/means.ui                                |  2 +-
 src/ui/gui/missing-val-dialog.c                    |  2 +-
 src/ui/gui/oneway.ui                               |  6 +--
 src/ui/gui/paired-samples.ui                       |  2 +-
 src/ui/gui/psppire-dialog-action-autorecode.c      |  1 +
 .../gui/psppire-dialog-action-recode-different.c   |  2 +
 src/ui/gui/psppire-dictview.c                      | 50 +++++++++++++++-------
 src/ui/gui/rank.ui                                 |  6 +--
 src/ui/gui/regression.ui                           |  6 +--
 src/ui/gui/reliability.ui                          |  2 +-
 src/ui/gui/roc.ui                                  |  2 +-
 src/ui/gui/runs.ui                                 |  2 +-
 src/ui/gui/scatterplot.ui                          |  2 +-
 src/ui/gui/select-cases.ui                         |  2 +-
 src/ui/gui/sort.ui                                 |  2 +-
 src/ui/gui/split-file.ui                           |  2 +-
 src/ui/gui/t-test.ui                               |  4 +-
 src/ui/gui/transpose.ui                            |  2 +-
 src/ui/gui/univariate.ui                           |  2 +-
 src/ui/gui/val-labs-dialog.c                       |  2 +-
 src/ui/gui/var-type-dialog.c                       |  2 +-
 src/ui/gui/variable-info.ui                        |  2 +-
 src/ui/gui/weight.ui                               |  2 +-
 51 files changed, 139 insertions(+), 125 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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