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-1173-gfd67


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1173-gfd67464
Date: Mon, 12 Apr 2010 03:48:15 +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  fd674641880b82597fa35492207f189136e83fbb (commit)
       via  01900114dde51eecc8adc4933ef52289e37c480f (commit)
       via  33e610616a2b48f9a7eb56c4ebb0325b66df0376 (commit)
      from  58e33e78895d4f19240b679a8d0656643a482f41 (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 fd674641880b82597fa35492207f189136e83fbb
Author: Ben Pfaff <address@hidden>
Date:   Thu Apr 8 21:28:42 2010 -0700

    variable: Introduce and use new function var_get_encoding().
    
    These changes seem like slight cleanups since they eliminate a function
    parameter in these cases.

commit 01900114dde51eecc8adc4933ef52289e37c480f
Author: Ben Pfaff <address@hidden>
Date:   Thu Apr 8 21:12:02 2010 -0700

    dictionary: Fix memory leak in dict_set_encoding().
    
    If this function was called more than once for a given dictionary then all
    but the final encoding name would be leaked.

commit 33e610616a2b48f9a7eb56c4ebb0325b66df0376
Author: Ben Pfaff <address@hidden>
Date:   Fri Apr 9 21:45:50 2010 -0700

    dictionary: Fix potential access beyond allocated memory.
    
    This code replaces the dictionary's "var" array by another one, so it must
    either update "var_cap" to the allocated size or allocate "var_cap" (not
    "var_cnt") elements.  I chose the latter fix.

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

Summary of changes:
 src/data/dictionary.c            |    7 +++++--
 src/data/sys-file-writer.c       |   20 ++++++++++----------
 src/data/variable.c              |   12 ++++++++++--
 src/data/variable.h              |    3 +++
 src/language/stats/crosstabs.q   |    3 ++-
 src/ui/gui/psppire-data-editor.c |    9 ++++-----
 6 files changed, 34 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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