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-38-g190685


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-38-g190685b
Date: Tue, 25 Dec 2018 01:08:33 -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  190685bbb443e47d40d64247f4893c15edd99ad1 (commit)
       via  1a4052ac93c4dd248f664107e78b52597a839066 (commit)
       via  b9aea813e643c3badd9a9fe7a8b396088b30c96e (commit)
       via  bca211539c564610a8f17e25bf25bd1af67a4bad (commit)
      from  e3fd4bdef26f6d5442dfce636965e721c7a6e349 (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 190685bbb443e47d40d64247f4893c15edd99ad1
Author: Ben Pfaff <address@hidden>
Date:   Mon Dec 24 21:45:52 2018 -0800

    dictionary: New function dict_get_weight_format().
    
    Just a convenience.

commit 1a4052ac93c4dd248f664107e78b52597a839066
Author: Ben Pfaff <address@hidden>
Date:   Sat Dec 15 10:43:47 2018 -0800

    ascii: Get rid of the idea of pages.
    
    In the era when I started writing this code, people still printed output on
    dot-matrix printers and fanfold paper.  That's no longer a realistic use
    case: today, no one prints plain text output.  It's just for viewing on a
    screen, and on a screen there is no need or desire to break tables up
    vertically into virtual "pages".

commit b9aea813e643c3badd9a9fe7a8b396088b30c96e
Author: Ben Pfaff <address@hidden>
Date:   Sun Dec 9 12:46:17 2018 -0800

    table: Get rid of TAL_GAP.
    
    This is only necessary in pathological cases.  Those cases don't really
    come up in normal usage and as PSPP shifts toward pivot tables they won't
    come up at all.

commit bca211539c564610a8f17e25bf25bd1af67a4bad
Author: Ben Pfaff <address@hidden>
Date:   Sat Dec 8 21:50:51 2018 -0800

    cairo: Get rid of useless parameter 'y' to xr_layout_cell_text().

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

Summary of changes:
 NEWS                                    |    5 +
 doc/invoking.texi                       |   32 +-
 src/data/dictionary.c                   |    7 +
 src/data/dictionary.h                   |    1 +
 src/language/dictionary/split-file.c    |    2 -
 src/language/dictionary/sys-file-info.c |    3 +-
 src/language/stats/binomial.c           |    4 +-
 src/language/stats/chisquare.c          |    3 +-
 src/language/stats/cochran.c            |    6 +-
 src/language/stats/crosstabs.q          |    5 +-
 src/language/stats/frequencies.c        |    1 -
 src/language/stats/friedman.c           |    3 +-
 src/language/stats/ks-one-sample.c      |    3 +-
 src/language/stats/mcnemar.c            |    6 +-
 src/language/stats/median.c             |    6 +-
 src/language/stats/reliability.c        |    3 +-
 src/language/stats/runs.c               |    3 +-
 src/language/stats/sign.c               |    3 +-
 src/language/stats/t-test-indep.c       |    1 -
 src/language/stats/t-test-one-sample.c  |    1 -
 src/language/stats/t-test-paired.c      |    1 -
 src/language/stats/wilcoxon.c           |    3 +-
 src/output/ascii.c                      |  287 ++-----
 src/output/ascii.h                      |    1 +
 src/output/cairo.c                      |   15 +-
 src/output/driver.c                     |   10 +-
 src/output/html.c                       |    8 +-
 src/output/render.c                     |   14 +-
 src/output/render.h                     |    2 +
 src/output/tab.c                        |    9 +-
 src/output/table-casereader.c           |    2 +-
 src/output/table.h                      |    1 -
 tests/output/ascii.at                   |   14 +-
 tests/output/render-test.c              |   11 +-
 tests/output/render.at                  | 1350 +------------------------------
 35 files changed, 157 insertions(+), 1669 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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