pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, proposed-gettext, updated. v0.6.1-


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, proposed-gettext, updated. v0.6.1-1173-g1d55d90
Date: Sat, 10 Apr 2010 04:20:35 +0000

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, proposed-gettext has been updated
       via  1d55d902569d51ab3a1ebbd5775bf151f7eb70d9 (commit)
       via  8d367ffbbe7be31eb3ebadb7ff045820cc401419 (commit)
       via  8ccf9a39e2d8b0d0439d22d9a67fbfe2874b9959 (commit)
      from  43a60ed6f3c58bc077af81ca5415e0936b481edf (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 1d55d902569d51ab3a1ebbd5775bf151f7eb70d9
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 9 21:21:57 2010 -0700

    Move definition of UI_FILES out of HAVE_GUI.
    
    UI_FILES needs to be defined regardless of whether the GUI is being built,
    because the .ui files are needed to generate pspp.pot.  (We don't want
    pspp.pot to depend on whether the GUI is configured, either.)
    
    Problem reported by Michel Boaventura <address@hidden>.

commit 8d367ffbbe7be31eb3ebadb7ff045820cc401419
Author: Ben Pfaff <address@hidden>
Date:   Wed Apr 7 22:12:07 2010 -0700

    Get rid of unnecessary uses of var_get_dict_index().
    
    Some code used the result of var_get_dict_index() on a pair of variables to
    tell whether the variables are the same.  This is unnecessary: v1 == v2
    works just as well.
    
    Other code used the result of var_get_dict_index() as part of a hash value
    computation.  This is reasonable, but it is even better just to hash the
    pointer to the variable.

commit 8ccf9a39e2d8b0d0439d22d9a67fbfe2874b9959
Author: Ben Pfaff <address@hidden>
Date:   Wed Apr 7 21:39:06 2010 -0700

    hash-functions: New function hash_pointer().

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

Summary of changes:
 src/libpspp/hash-functions.c |   11 +++++-
 src/libpspp/hash-functions.h |    3 +-
 src/math/coefficient.c       |    6 +--
 src/math/covariance-matrix.c |   85 ++++++++++++++++++------------------------
 src/math/interaction.c       |    2 +-
 src/ui/automake.mk           |    2 -
 src/ui/gui/automake.mk       |   39 ++++++++++++++++---
 src/ui/gui/sheet/automake.mk |    3 +-
 8 files changed, 85 insertions(+), 66 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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