[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-274-gb8d97
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-274-gb8d97ba |
Date: |
Fri, 11 Oct 2019 00:07:35 -0400 (EDT) |
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 b8d97ba13fa4e3c78d3a0bc87803219c88e581ea (commit)
via 15cf0336e0bf182212160ca11895dea92f143884 (commit)
via 251b9e792494b63bc325e6c0fd6eab688a1357f5 (commit)
via d5399f4b8b87f187b70747ec548b971272e1f878 (commit)
via b099405139cbc42700d5dd62a7741765785410f0 (commit)
via ed44256f7e7e5edf9f6bc5c1eaaa6aac73989b1f (commit)
from caee2a5c4b0cb94f6bb87d02c0ccad76c131061f (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 b8d97ba13fa4e3c78d3a0bc87803219c88e581ea
Author: Ben Pfaff <address@hidden>
Date: Tue Jan 1 21:11:20 2019 -0800
output: Move text_item and group_item usage closer to the SPV model.
commit 15cf0336e0bf182212160ca11895dea92f143884
Author: Ben Pfaff <address@hidden>
Date: Sat Feb 9 14:58:37 2019 -0800
output: Reimplement table_from_string in terms of tab.
With this change, there is only a single table_class in the tree.
commit 251b9e792494b63bc325e6c0fd6eab688a1357f5
Author: Ben Pfaff <address@hidden>
Date: Sat Feb 9 14:45:11 2019 -0800
output: Remove table_unshare.
It was unused.
commit d5399f4b8b87f187b70747ec548b971272e1f878
Author: Ben Pfaff <address@hidden>
Date: Sat Feb 9 14:51:33 2019 -0800
output: Remove table_select and table_paste.
table_select() was unused, and it was in turn the last user of
table_paste().
commit b099405139cbc42700d5dd62a7741765785410f0
Author: Ben Pfaff <address@hidden>
Date: Sat Feb 9 10:34:18 2019 -0800
render: Drop use of table_select().
This is the last use of table_select() in the tree.
commit ed44256f7e7e5edf9f6bc5c1eaaa6aac73989b1f
Author: Ben Pfaff <address@hidden>
Date: Sat Feb 9 09:26:00 2019 -0800
render: Modernize coding style.
-----------------------------------------------------------------------
Summary of changes:
src/language/data-io/print-space.c | 2 +-
src/language/lexer/lexer.c | 10 +-
src/language/stats/reliability.c | 2 +-
src/output/ascii.c | 26 +-
src/output/automake.mk | 2 -
src/output/cairo.c | 302 +++++++++++++++--
src/output/cairo.h | 18 +-
src/output/csv.c | 56 ++--
src/output/driver.c | 58 ++--
src/output/html.c | 12 +-
src/output/render.c | 590 +++++++++++++++++++---------------
src/output/tab.c | 8 +-
src/output/table-paste.c | 320 ------------------
src/output/table-provider.h | 43 ---
src/output/table-select.c | 239 --------------
src/output/table.c | 158 +--------
src/output/table.h | 26 +-
src/output/text-item.c | 23 ++
src/output/text-item.h | 11 +-
src/ui/gui/psppire-output-view.c | 70 ++--
tests/language/control/loop.at | 72 -----
tests/language/data-io/print-space.at | 8 -
tests/language/data-io/print.at | 14 -
tests/output/render.at | 6 +-
24 files changed, 775 insertions(+), 1301 deletions(-)
delete mode 100644 src/output/table-paste.c
delete mode 100644 src/output/table-select.c
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-274-gb8d97ba,
Ben Pfaff <=