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.0.1-206-g85e87


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-206-g85e8724
Date: Sat, 23 Sep 2017 13:51:19 -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  85e8724e69cf54946c7b40628e88f2ec12368d7c (commit)
      from  cf5c60f6f2c5d7d6dcad09bc30162b70ad01c181 (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 85e8724e69cf54946c7b40628e88f2ec12368d7c
Author: Ben Pfaff <address@hidden>
Date:   Wed Sep 20 08:36:18 2017 -0700

    SORT VARIABLES: Improve stability of sort.
    
    The sort was being made "stable" by comparing variables' addresses in
    memory.  There's nothing particularly predictable about that, especially
    from one malloc implementation to another.  This commit fixes the stability
    by comparing the variables' dictionary indexes instead.
    
    Bug #52072.

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

Summary of changes:
 src/language/dictionary/sort-variables.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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