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-144-g660d2


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-144-g660d222c1
Date: Sun, 15 Jan 2023 12:19:53 -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  660d222c1c6e484e5887ac9920d095ea7aaa0e38 (commit)
       via  23265697ad1bf77242d28c2ab7a5983a264f6aa4 (commit)
       via  033c8787a641e1263906b93c5fc30f4789fb136f (commit)
      from  ee221bda653d5f3f1379b39f9e4ef4ceb3f3f4b7 (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 660d222c1c6e484e5887ac9920d095ea7aaa0e38
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Dec 23 13:17:56 2022 -0800

    table: Rename TAB_* to TABLE_CELL_* and reduce from 16 to 8 bits each.

commit 23265697ad1bf77242d28c2ab7a5983a264f6aa4
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Dec 23 12:49:45 2022 -0800

    table: Drop support for -1 as style to table_hline(), table_vline().
    
    The callers didn't ever pass a style of -1.

commit 033c8787a641e1263906b93c5fc30f4789fb136f
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Dec 23 12:48:50 2022 -0800

    table: Remove table_box().
    
    It was only used from table_put() to erase any rules within a joined cell,
    but the client code didn't ever put rules in a joined cell, so it was only
    used as a no-op.

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

Summary of changes:
 src/output/cairo-fsm.c      |  16 +++---
 src/output/html.c           |   2 +-
 src/output/pivot-output.c   |   8 +--
 src/output/table-provider.h |   2 +-
 src/output/table.c          | 128 +++++++-------------------------------------
 src/output/table.h          |  26 ++++-----
 6 files changed, 42 insertions(+), 140 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

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