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.7.9-472-g0d6de


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-472-g0d6dea0
Date: Wed, 02 Jan 2013 05:41:43 +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  0d6dea05bc72a1dae0382bc59577ca642bff898b (commit)
       via  ac3210e657919902ce3f71f6538a03fbfc0baa89 (commit)
       via  1bed5e2c0f2497b12608bb9a332f0cf06893f11d (commit)
       via  dd6375ffc15396d7afa60a6db16042201c8f871b (commit)
       via  016e159c842c81a26b32b4e220fd5fb1edfde049 (commit)
       via  5becacc41fe37c2f92429ad57d40c440ce310332 (commit)
       via  242df34f17dcab1725a37d0a1145d7c282ee2aa8 (commit)
      from  253393d6c3f10cd923e0b4fd4fc79d2c1c261b61 (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 0d6dea05bc72a1dae0382bc59577ca642bff898b
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 18:34:56 2013 -0800

    variable: Remove 'aux' member from struct variable.

commit ac3210e657919902ce3f71f6538a03fbfc0baa89
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 21:36:22 2013 -0800

    perl-module: Drop use of variable aux data.
    
    The variable aux data interfaces are not very clean, and furthermore
    they have few users.  This commit eliminates the last user.

commit 1bed5e2c0f2497b12608bb9a332f0cf06893f11d
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 18:47:53 2013 -0800

    perl-module: Put struct dictionary inside a wrapper "struct pspp_dict".
    
    In an upcoming commit this will allow an extra member to be associated
    with the Perl version of each dictionary.

commit dd6375ffc15396d7afa60a6db16042201c8f871b
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 19:18:31 2013 -0800

    perl-module: Rename sysfile_info to syswriter_info.
    
    This module had sysfile_info and sysreader_info.  The former was a writer,
    the latter a reader.  I found the asymmetric names a little confusing, so
    this commit renames them more consistently.

commit 016e159c842c81a26b32b4e220fd5fb1edfde049
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 18:30:39 2013 -0800

    case-map: Drop use of variable aux data.
    
    The variable aux data interfaces are not very clean, and furthermore
    they have few users.  This commit eliminates one of the users.

commit 5becacc41fe37c2f92429ad57d40c440ce310332
Author: Ben Pfaff <address@hidden>
Date:   Tue Jan 1 19:15:16 2013 -0800

    CROSSTABS: Drop use of variable aux data.
    
    The variable aux data interfaces are not very clean, and furthermore
    they have few users.  This commit eliminates one of the users.

commit 242df34f17dcab1725a37d0a1145d7c282ee2aa8
Author: Ben Pfaff <address@hidden>
Date:   Thu Aug 26 22:49:38 2010 -0700

    hmap: New interfaces for iterating a bucket without comparing hashes.

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

Summary of changes:
 perl-module/PSPP.xs                   |  201 ++++++++++++++++++++-------------
 perl-module/typemap                   |    4 +-
 src/data/case-map.c                   |  118 +++++++++++++++-----
 src/data/case-map.h                   |    7 +-
 src/data/dictionary.c                 |   14 ---
 src/data/dictionary.h                 |    3 +-
 src/data/variable.c                   |   62 ----------
 src/data/variable.h                   |   10 +--
 src/language/command.c                |    1 -
 src/language/data-io/get.c            |    9 +-
 src/language/data-io/save-translate.c |   10 +-
 src/language/data-io/save.c           |   10 +-
 src/language/stats/crosstabs.q        |   48 +++++++--
 src/libpspp/hmap.h                    |   68 +++++++++++-
 14 files changed, 348 insertions(+), 217 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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