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.6.2-164-gc0b02


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-164-gc0b02c779
Date: Fri, 10 Feb 2023 14:09:17 -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  c0b02c779f26fe801dbc83f1650294df03e0522a (commit)
      from  8c7010202f34d6648359603f6490ce2fe4084b6e (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 c0b02c779f26fe801dbc83f1650294df03e0522a
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Mon Feb 6 08:17:28 2023 -0800

    output: Correctly define and properly implement column width ranges.
    
    I previously had the idea that SPV files had ranges for both column
    widths and row heights, which didn't really make sense, since if
    you fix the range of one of those you have to be flexible about the
    other.  However, these settings actually control just column widths,
    in two sets of columns: the columns for row headings and the columns
    for column headings.  This implements those properly.

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

Summary of changes:
 doc/dev/spv-file-format.texi        | 41 ++++++++++++++----
 src/language/commands/ctables.c     |  2 +-
 src/output/cairo-fsm.c              |  1 +
 src/output/pivot-table.c            | 10 ++---
 src/output/pivot-table.h            | 12 +++++-
 src/output/render.c                 | 83 ++++++++++++++++++++++++++++++++-----
 src/output/render.h                 |  5 +++
 src/output/spv/light-binary.grammar |  4 +-
 src/output/spv/spv-legacy-decoder.c |  4 +-
 src/output/spv/spv-light-decoder.c  |  8 ++--
 src/output/spv/spv-table-look.c     | 35 ++++++++--------
 src/output/spv/spv-writer.c         |  8 ++--
 src/output/spv/tlo.grammar          |  4 +-
 13 files changed, 158 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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