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. v0.6.1-1216-gcefd


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1216-gcefdafc
Date: Mon, 03 May 2010 04:57:19 +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, master has been updated
       via  cefdafcfaac44a96cade3fc1db68c8eeeb718fab (commit)
       via  c9f2716572b756bb46191da2ce5be22911d5c8a8 (commit)
       via  cef154921f6cdc07bc76edbe720036ab4c32bff8 (commit)
      from  0f8c9c6c05632de5cadc70ca5381c1d9cb46960e (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 cefdafcfaac44a96cade3fc1db68c8eeeb718fab
Author: Ben Pfaff <address@hidden>
Date:   Sun May 2 21:05:42 2010 -0700

    CROSSTABS: Merge functions into cmd_crosstabs().
    
    It seems to me that this code is more straightforward if it is written as
    a single function, instead of four functions, so this commit merges those
    functions together.

commit c9f2716572b756bb46191da2ce5be22911d5c8a8
Author: Ben Pfaff <address@hidden>
Date:   Sun May 2 21:05:00 2010 -0700

    FREQUENCIES: Refactor and simplify percentiles calculations.
    
    It always seemed to me that there was more code and more data for
    calculating percentiles than was really needed.

commit cef154921f6cdc07bc76edbe720036ab4c32bff8
Author: Ben Pfaff <address@hidden>
Date:   Sun May 2 21:00:06 2010 -0700

    Take advantage of Gnulib configmake module.
    
    Gnulib provides the "configmake" module for discovering configuration
    directories at build time.  PSPP already depends on this module indirectly,
    so we might as well use it instead of defining our own variables in
    Makefile.am and src/automake.mk.
    
    (We can't replace INSTALLDIR by BINDIR because it is used under the
    former name by the "relocatable-prog" module.)

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

Summary of changes:
 Makefile.am                      |    3 +-
 Smake                            |    1 +
 src/automake.mk                  |    2 +-
 src/language/stats/crosstabs.q   |  143 +++++++++++++++--------------------
 src/language/stats/frequencies.q |  154 ++++++++++++++------------------------
 src/libpspp/getl.c               |    1 +
 src/ui/gui/about.c               |    4 +-
 src/ui/gui/helper.c              |    1 +
 src/ui/gui/helper.h              |    4 +-
 src/ui/gui/main.c                |    1 +
 src/ui/gui/psppire.c             |    1 +
 11 files changed, 131 insertions(+), 184 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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