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-1939-gb401


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1939-gb401615
Date: Sun, 20 Mar 2011 18:40:09 +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  b401615e6db40bf74394839b96600afe3a868a95 (commit)
      from  a9b46fb9e208c694e39d6f173bfa6fe631a30129 (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 b401615e6db40bf74394839b96600afe3a868a95
Author: Ben Pfaff <address@hidden>
Date:   Sun Mar 20 11:39:55 2011 -0700

    Change terminology from "active file" to "active dataset".
    
    I plan to introduce the concept of multiple datasets.  One of these is
    active at any given time, and the others are inactive.  Each one is
    similar to what has been called the "active file" until now.  Thus, it
    is natural to rename the "active file" to the "active dataset".  I
    guess that this greater uniformity of terminology will cause less
    user confusion.

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

Summary of changes:
 doc/combining.texi                         |   30 ++++++------
 doc/data-io.texi                           |   18 ++++---
 doc/data-selection.texi                    |   30 ++++++------
 doc/dev/concepts.texi                      |   18 +++---
 doc/dev/data.texi                          |    6 +-
 doc/expressions.texi                       |    3 +-
 doc/files.texi                             |   75 ++++++++++++++--------------
 doc/language.texi                          |   16 +++---
 doc/regression.texi                        |    6 +-
 doc/statistics.texi                        |    2 +-
 doc/transformation.texi                    |   34 ++++++------
 doc/utilities.texi                         |   32 ++++++------
 doc/variables.texi                         |   30 ++++++------
 perl-module/t/Pspp.t                       |    2 +-
 src/data/caseinit.h                        |    4 +-
 src/data/casereader.h                      |   10 ++--
 src/data/dataset.c                         |   12 ++--
 src/data/dictionary.c                      |    2 +-
 src/language/command.c                     |   20 ++++----
 src/language/command.def                   |    6 +-
 src/language/command.h                     |    6 +-
 src/language/data-io/combine-files.c       |    9 ++--
 src/language/data-io/data-parser.c         |    2 +-
 src/language/dictionary/delete-variables.c |    3 +-
 src/language/dictionary/modify-variables.c |    2 +-
 src/language/dictionary/mrsets.c           |    4 +-
 src/language/dictionary/sys-file-info.c    |    6 +-
 src/language/stats/aggregate.c             |    2 +-
 src/language/stats/flip.c                  |    2 +-
 src/language/stats/rank.q                  |    2 +-
 src/libpspp/taint.h                        |    2 +-
 src/ui/gui/data-editor.ui                  |    4 +-
 src/ui/gui/executor.c                      |    4 +-
 tests/data/sys-file-reader.at              |    2 +-
 tests/language/command.at                  |    2 +-
 tests/language/data-io/match-files.at      |    4 +-
 tests/language/dictionary/mrsets.at        |    2 +-
 tests/language/utilities/insert.at         |    8 ++--
 tests/language/utilities/title.at          |   12 ++--
 tests/perl-module.at                       |    6 +-
 40 files changed, 222 insertions(+), 218 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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