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.8.3-54-g649c20


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.3-54-g649c202
Date: Sun, 24 Aug 2014 00:19:54 +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  649c202d57d7d5d8bb87be5b72839cd56ca4ca0b (commit)
       via  93ec42221da8b677420bf11435e0d24d0503601b (commit)
       via  f7c6736cab2b4a80aca1f26b9b9a07e2a442d50e (commit)
       via  a863847661a251b957f37223481c3c1fce5a1d5b (commit)
      from  2dab1edd974141840115aebc94426571d254dd59 (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 649c202d57d7d5d8bb87be5b72839cd56ca4ca0b
Author: Ben Pfaff <address@hidden>
Date:   Sat Aug 23 17:19:38 2014 -0700

    SYSFILE INFO: Improve output formatting by using nested tables.

commit 93ec42221da8b677420bf11435e0d24d0503601b
Author: Ben Pfaff <address@hidden>
Date:   Sat Aug 23 17:12:33 2014 -0700

    output: Implement nested tables.
    
    This generalizes the output engine to handle cells with fairly flexible
    content, instead of just paragraphs of text.

commit f7c6736cab2b4a80aca1f26b9b9a07e2a442d50e
Author: Ben Pfaff <address@hidden>
Date:   Sun Aug 17 10:40:56 2014 -0700

    tests: Refactor rendering tests.
    
    This will make it easier to test nested tables when support for them is
    added in an upcoming commit, because it becomes possible to include
    multiple of the complicated test tables in one file easily.

commit a863847661a251b957f37223481c3c1fce5a1d5b
Author: Ben Pfaff <address@hidden>
Date:   Sat Aug 23 14:24:27 2014 -0700

    render-test: Add --no-txt and --no-stdout options.
    
    I have found these sometimes useful during debugging.

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

Summary of changes:
 NEWS                                           |    4 +
 perl-module/t/Pspp.t                           |   57 +--
 src/language/dictionary/sys-file-info.c        |  382 ++++++++-------
 src/output/ascii.c                             |  166 +++++--
 src/output/automake.mk                         |    1 +
 src/output/cairo.c                             |  327 +++++++++++--
 src/output/csv.c                               |   96 ++++-
 src/output/html.c                              |   57 ++-
 src/output/odt.c                               |   64 ++-
 src/output/render.c                            |   61 +++-
 src/output/render.h                            |   15 +
 src/output/tab.c                               |  111 ++++-
 src/output/tab.h                               |    7 +-
 src/output/table-casereader.c                  |   11 +-
 src/output/table-provider.h                    |   28 +-
 src/output/table-stomp.c                       |  164 ++++++
 src/output/table.c                             |   77 +++-
 src/output/table.h                             |    6 +-
 tests/data/por-file.at                         |   47 +-
 tests/data/sys-file-reader.at                  |  644 ++++++++++++------------
 tests/data/sys-file.at                         |  155 +++----
 tests/language/data-io/get-data-psql.at        |  129 +----
 tests/language/data-io/get-data-spreadsheet.at |   73 +--
 tests/language/data-io/list.at                 |    7 +-
 tests/language/dictionary/attributes.at        |   29 +-
 tests/language/dictionary/formats.at           |   42 +-
 tests/language/dictionary/missing-values.at    |  156 +++----
 tests/language/dictionary/sys-file-info.at     |   20 +-
 tests/language/dictionary/value-labels.at      |   54 +--
 tests/language/dictionary/variable-display.at  |   32 +-
 tests/language/stats/autorecode.at             |   27 +-
 tests/language/stats/rank.at                   |   78 +---
 tests/output/render-test.c                     |  124 ++++-
 tests/output/render.at                         |  316 +++++++++++-
 tests/perl-module.at                           |  235 ++++------
 35 files changed, 2389 insertions(+), 1413 deletions(-)
 create mode 100644 src/output/table-stomp.c


hooks/post-receive
-- 
GNU PSPP



reply via email to

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