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.10.2-84-gcc0b5


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-84-gcc0b580
Date: Wed, 26 Apr 2017 13:11:15 -0400 (EDT)

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  cc0b5800fcdde6126c4fc65b656f39c1459bf17c (commit)
      from  181b4767c0bfd3db0f8792caa55f276afbf23dda (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 cc0b5800fcdde6126c4fc65b656f39c1459bf17c
Author: John Darrington <address@hidden>
Date:   Wed Apr 26 19:06:53 2017 +0200

    Added the MATRIX DATA procedure.

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

Summary of changes:
 NEWS                                  |   2 +
 doc/data-io.texi                      | 120 +++++++++
 src/language/command.def              |   2 +-
 src/language/data-io/automake.mk      |   1 +
 src/language/data-io/data-list.c      |   2 +-
 src/language/data-io/data-parser.c    |  50 +++-
 src/language/data-io/data-parser.h    |  11 +-
 src/language/data-io/get-data.c       |   2 +-
 src/language/data-io/matrix-data.c    | 478 ++++++++++++++++++++++++++++++++++
 tests/automake.mk                     |   1 +
 tests/language/data-io/matrix-data.at | 237 +++++++++++++++++
 11 files changed, 892 insertions(+), 14 deletions(-)
 create mode 100644 src/language/data-io/matrix-data.c
 create mode 100644 tests/language/data-io/matrix-data.at


hooks/post-receive
-- 
GNU PSPP



reply via email to

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