[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-486-g2b220
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-486-g2b220b7 |
Date: |
Sat, 4 Jul 2020 07:18:54 -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 2b220b7c394c841b1420db87029556d43e39ee0f (commit)
via 01e6062d7ee2222e7ce3f93115b3e3d156d6b800 (commit)
via f9f8fdb02ec2d1721a3529a42d57415ea55e049b (commit)
via 8a6611e7e3bbba8be61cd35f8701f50d6e255e44 (commit)
via 5d612c43713291cae1aa473ee3d31786ef6f5b99 (commit)
via 2d45d41b2bae93062d76d0dc48a025b348631801 (commit)
from cf039918a493868e3b777575b2bc504c3adbb9d5 (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 2b220b7c394c841b1420db87029556d43e39ee0f
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 4 13:18:08 2020 +0200
HTML output driver: Correct typo
VALIGN was incorrectly typed as ALIGN
commit 01e6062d7ee2222e7ce3f93115b3e3d156d6b800
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 4 12:29:18 2020 +0200
Autorecode Dialog: Use correct dictionary pointer
commit f9f8fdb02ec2d1721a3529a42d57415ea55e049b
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 4 12:25:06 2020 +0200
psppire_box_pack_start_defaults: Change to static inline
This is a simple, one line wrapper around another function.
So having it inline makes sense.
commit 8a6611e7e3bbba8be61cd35f8701f50d6e255e44
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 4 12:25:06 2020 +0200
src/ui/gui/helper.c: Remove unused functions
commit 5d612c43713291cae1aa473ee3d31786ef6f5b99
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 4 11:52:39 2020 +0200
Remove the default help function.
This function is no longer reachable.
commit 2d45d41b2bae93062d76d0dc48a025b348631801
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 4 11:30:29 2020 +0200
Audit and cleanup dispose methods of classes which have them.
Ensure that all non-trivial dispose methods use the dispose_has_run
flag and that only unreffing takes place within dispose.
-----------------------------------------------------------------------
Summary of changes:
src/output/html.c | 2 +-
src/ui/gui/helper.c | 101 --------------------------
src/ui/gui/helper.h | 18 ++---
src/ui/gui/psppire-acr.c | 7 ++
src/ui/gui/psppire-acr.h | 2 +-
src/ui/gui/psppire-conf.c | 2 -
src/ui/gui/psppire-conf.h | 1 -
src/ui/gui/psppire-data-editor.c | 26 +++----
src/ui/gui/psppire-data-editor.h | 2 +
src/ui/gui/psppire-data-window.c | 37 ++++------
src/ui/gui/psppire-data-window.h | 2 +
src/ui/gui/psppire-dialog-action-autorecode.c | 2 +-
src/ui/gui/psppire-dialog-action-autorecode.h | 2 -
src/ui/gui/psppire-dict.c | 13 +++-
src/ui/gui/psppire-dict.h | 2 +
src/ui/gui/psppire-output-window.c | 3 -
src/ui/gui/psppire-scanf.c | 2 +
src/ui/gui/psppire-syntax-window.c | 2 -
src/ui/gui/psppire-window-register.c | 1 -
src/ui/gui/psppire-window-register.h | 1 -
20 files changed, 63 insertions(+), 165 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-486-g2b220b7,
John Darrington <=