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-1166-g0a18


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1166-g0a18c32
Date: Fri, 26 Mar 2010 04:05:11 +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  0a18c32ad55044070812325dd5e569259fac6a37 (commit)
      from  8c314eb61df76fbd23ec060214976c59dfaffe77 (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 0a18c32ad55044070812325dd5e569259fac6a37
Author: Ben Pfaff <address@hidden>
Date:   Wed Mar 24 21:18:34 2010 -0700

    dict: Make dict_clone_var(), dict_clone_var_assert() not rename variables.
    
    Most uses of dict_clone_var() and dict_clone_var_assert() do not involve
    renaming variables, but the interface assumes that renaming is the common
    case.  This commit changes their interfaces to not support renaming and
    adds new functions dict_clone_var_as() and dict_clone_var_as_assert() to
    support renaming during cloning.

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

Summary of changes:
 doc/dev/concepts.texi                |   18 ++++++++----
 src/data/dictionary.c                |   49 +++++++++++++++++++++++----------
 src/data/dictionary.h                |   12 +++++---
 src/language/data-io/combine-files.c |    2 +-
 src/language/stats/aggregate.c       |    7 ++---
 src/ui/gui/psppire-data-editor.c     |    7 +---
 src/ui/gui/text-data-import-dialog.c |    4 +-
 7 files changed, 62 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
GNU PSPP




reply via email to

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