[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-212-gb11b5
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-212-gb11b5d8 |
Date: |
Sat, 26 Dec 2020 23:27:43 -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 b11b5d8747643a2d6f81416ed584d3de4e276990 (commit)
via 2027a4ba5ec205a650e93ee17a8840824434184f (commit)
via 2720633be76a46488e05bb9a0d45f24a89375065 (commit)
from a5b07bb0f5c2df4542b3d48bab1aefd17abb1982 (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 b11b5d8747643a2d6f81416ed584d3de4e276990
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 26 20:27:05 2020 -0800
table: Get rid of accessor functions for 'h' and 'n' members.
It's easier to read them directly.
commit 2027a4ba5ec205a650e93ee17a8840824434184f
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 26 20:26:37 2020 -0800
table: Delete some functions that were unused or barely used.
commit 2720633be76a46488e05bb9a0d45f24a89375065
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Dec 26 20:24:53 2020 -0800
message-item: Fix reference counting in message_item_to_text_item().
This function should take ownership of the message_item passed in, but it
leaked a reference to it.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/print.c | 3 +-
src/output/ascii.c | 18 ++----
src/output/csv.c | 4 +-
src/output/html.c | 22 ++++---
src/output/message-item.c | 4 +-
src/output/odt.c | 19 ++++--
src/output/pivot-output.c | 14 ++--
src/output/render.c | 6 +-
src/output/table.c | 150 ++++++++++++++++---------------------------
src/output/table.h | 23 -------
src/output/tex.c | 27 ++++----
11 files changed, 116 insertions(+), 174 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-212-gb11b5d8,
Ben Pfaff <=