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.0-74-g95b074


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.0-74-g95b074f
Date: Sun, 05 Oct 2008 09:45:46 +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  95b074ff35a88a1cca2ab277aaa76ccf3fbfd43e (commit)
      from  3aa5d735c587e0ba8ef616426f8e45f8a7bf1e2a (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 95b074ff35a88a1cca2ab277aaa76ccf3fbfd43e
Author: John Darrington <address@hidden>
Date:   Sun Oct 5 11:50:40 2008 +0800

    Moved the datasheet testing code out of src/{libspp,data}
    
    Avoids high level things (such as moments) from appearing
    in libpspp-core, which prevented it from being used standalone.

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

Summary of changes:
 src/data/datasheet.c                               |  464 +------------------
 src/data/datasheet.h                               |   18 +-
 src/language/tests/automake.mk                     |    4 +
 src/language/tests/check-model.q                   |    2 +-
 src/language/tests/datasheet-check.c               |  472 ++++++++++++++++++++
 .../tests/datasheet-check.h}                       |    7 +-
 src/language/tests/datasheet-test.c                |    3 +-
 src/{libpspp => language/tests}/model-checker.c    |    2 +-
 src/{libpspp => language/tests}/model-checker.h    |    0 
 src/libpspp/automake.mk                            |    2 -
 10 files changed, 509 insertions(+), 465 deletions(-)
 create mode 100644 src/language/tests/datasheet-check.c
 copy src/{data/datasheet.h => language/tests/datasheet-check.h} (97%)
 rename src/{libpspp => language/tests}/model-checker.c (99%)
 rename src/{libpspp => language/tests}/model-checker.h (100%)


hooks/post-receive
--
GNU PSPP




reply via email to

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