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-189-gfd4e9


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-189-gfd4e9ba
Date: Tue, 21 May 2019 09:54:03 -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  fd4e9badbdbfe798239f8741ad278d98073f2300 (commit)
       via  09e3c99327ce339effa18218d656659a99e3be92 (commit)
       via  c8765cd7639e64d5dcd8f494aee23babb3b3f179 (commit)
      from  f5fe81006bfabfce76046a0d517f49d86aeb02c3 (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 fd4e9badbdbfe798239f8741ad278d98073f2300
Author: John Darrington <address@hidden>
Date:   Tue May 21 15:46:51 2019 +0200

    src/math/levene.c: Fix crash resolving hmap collisions.
    
    Partial fix for bug #56363

commit 09e3c99327ce339effa18218d656659a99e3be92
Author: John Darrington <address@hidden>
Date:   Tue May 21 15:35:42 2019 +0200

    Remove diagnostic printf

commit c8765cd7639e64d5dcd8f494aee23babb3b3f179
Author: John Darrington <address@hidden>
Date:   Tue May 21 14:30:46 2019 +0200

    Add the WARN_UNUSED_RESULT attribute to all hash functions.
    
    A hash function has no purpose if the result is unused, and
    tests will typically not pick up a mistake where the
    programmer forgets to assign the result - the hash table will
    merely degenerate to a linear searched array.

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

Summary of changes:
 src/data/value-labels.h       |  2 +-
 src/data/value.h              |  3 ++-
 src/language/stats/logistic.c |  2 --
 src/libpspp/hash-functions.h  | 11 ++++++-----
 src/libpspp/i18n.h            |  5 +++--
 src/libpspp/sparse-xarray.h   |  3 ++-
 src/math/interaction.h        |  4 +++-
 src/math/levene.c             |  1 -
 8 files changed, 17 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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