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.2.0-21-ga8799b


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-21-ga8799bb
Date: Sun, 2 Dec 2018 22:11:48 -0500 (EST)

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  a8799bb1d22a001fe846733bc127b203e3c5894a (commit)
       via  c70c924972443e3ec2713e421815cbf959af2582 (commit)
       via  769186f0a30bc22fe6da1b2c4418689e43cfe55d (commit)
      from  fe94912b9c8682c4666873b84c83cda88f4c135d (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 a8799bb1d22a001fe846733bc127b203e3c5894a
Author: Ben Pfaff <address@hidden>
Date:   Sun Dec 2 13:37:57 2018 -0800

    output: Remove support for nested tables.
    
    They are no longer used.

commit c70c924972443e3ec2713e421815cbf959af2582
Author: Ben Pfaff <address@hidden>
Date:   Sun Dec 2 13:28:44 2018 -0800

    SYSFILE INFO: Get rid of nested tables.
    
    Nested tables aren't really necessary and make a number of things harder in
    the output subsystem.  SYSFILE INFO and DISPLAY, which share code, were the
    only code that used them, so this removes them from that code.

commit 769186f0a30bc22fe6da1b2c4418689e43cfe55d
Author: Ben Pfaff <address@hidden>
Date:   Sun Dec 2 18:36:51 2018 -0800

    get-data-psql.at: Make test work with Debian pg_wrapper arrangement.
    
    It had been years since I tested Postgres, but I was making a change that
    would affect the Postgres test, and I found out that the test didn't work.
    This fixes it.

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

Summary of changes:
 perl-module/t/Pspp.t                           |  42 +-
 src/language/dictionary/sys-file-info.c        | 572 +++++++++++--------------
 src/output/ascii.c                             |  73 +---
 src/output/cairo.c                             |  83 +---
 src/output/csv.c                               |  92 +---
 src/output/html.c                              |  61 ++-
 src/output/odt.c                               |  24 +-
 src/output/tab.c                               |  58 +--
 src/output/tab.h                               |   5 -
 src/output/table-casereader.c                  |   1 -
 src/output/table-provider.h                    |   5 +-
 src/output/table.c                             |  79 ----
 src/output/table.h                             |   2 -
 tests/data/pc+-file-reader.at                  | 231 ++++------
 tests/data/por-file.at                         |  92 ++--
 tests/data/sys-file-reader.at                  | 532 +++++++++--------------
 tests/data/sys-file.at                         | 117 +++--
 tests/language/data-io/get-data-psql.at        |  75 ++--
 tests/language/data-io/get-data-spreadsheet.at |  57 +--
 tests/language/data-io/list.at                 |   5 +-
 tests/language/data-io/matrix-data.at          |  17 +-
 tests/language/dictionary/attributes.at        |  44 +-
 tests/language/dictionary/formats.at           |  45 +-
 tests/language/dictionary/missing-values.at    |  21 +-
 tests/language/dictionary/sort-variables.at    |   6 +-
 tests/language/dictionary/sys-file-info.at     |  31 +-
 tests/language/dictionary/value-labels.at      |  52 +--
 tests/language/dictionary/variable-display.at  |  21 +-
 tests/language/stats/autorecode.at             |  22 +-
 tests/language/stats/rank.at                   |  37 +-
 tests/output/render-test.c                     |  56 +--
 tests/output/render.at                         | 276 ------------
 tests/perl-module.at                           | 180 ++++----
 33 files changed, 1003 insertions(+), 2011 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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