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. v1.0.1-228-g59e52


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.0.1-228-g59e5200
Date: Sun, 29 Apr 2018 20:56:10 -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  59e5200051009aedd3c5859091b9b9b5a2b39ce0 (commit)
       via  51f6adf4ab3e07cc3073ea572117b5dc2862c6e6 (commit)
      from  e2f99612bf4f4691623f16730eed3e55afdc54f0 (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 59e5200051009aedd3c5859091b9b9b5a2b39ce0
Author: Ben Pfaff <address@hidden>
Date:   Thu Apr 19 23:00:41 2018 -0700

    New command SAVE DATA COLLECTION.
    
    Requested by Dave Trollope.

commit 51f6adf4ab3e07cc3073ea572117b5dc2862c6e6
Author: Ben Pfaff <address@hidden>
Date:   Sun Apr 29 17:15:54 2018 -0700

    Make libxml2 a required build dependency.
    
    This makes the logic for what is required versus optional much simpler.  An
    upcoming commit will introduce a new libxml2 user.

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

Summary of changes:
 INSTALL                                        |  12 +-
 NEWS                                           |  14 +-
 configure.ac                                   |  30 +-
 doc/files.texi                                 |  40 ++
 src/data/automake.mk                           |   2 +
 src/data/gnumeric-reader.c                     |  65 +--
 src/data/mdd-writer.c                          | 573 +++++++++++++++++++++++++
 src/data/{any-writer.h => mdd-writer.h}        |  14 +-
 src/data/ods-reader.c                          |  68 +--
 src/data/ods-reader.h                          |   2 +
 src/data/spreadsheet-reader.c                  |  44 +-
 src/language/command.def                       |   1 +
 src/language/data-io/save.c                    |  34 ++
 src/output/automake.mk                         |   4 +-
 src/output/driver.c                            |   4 -
 tests/atlocal.in                               |   9 +-
 tests/automake.mk                              |   1 +
 tests/language/data-io/get-data-spreadsheet.at |   5 -
 18 files changed, 716 insertions(+), 206 deletions(-)
 create mode 100644 src/data/mdd-writer.c
 copy src/data/{any-writer.h => mdd-writer.h} (75%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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