[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-401-g869ae
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-401-g869ae19 |
Date: |
Sat, 10 Apr 2021 02:37:55 -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 869ae197e20b5a5761c79f3f719b7602b6d1600b (commit)
via 861900e8abc188aacbe745779847dd44268af924 (commit)
via 6e557334078f2f54bd2ec3a5022846c4f2291872 (commit)
via 828bb860056ffb5b1019089f8ed1e0364ecb9973 (commit)
via 40fb94bbe38b3e444df7952631ec5fe83f7f1086 (commit)
via 1039e94d4e7c62e1ff4006bdd77fa04b21314fad (commit)
via 7f7a97504941ebe3293e135c9dbe21a4d9ff6edf (commit)
via 8c2899d61c204069f4372c8163c77fa60559d1bc (commit)
via 96227a55f3948833ebf2619ba98631a8c47d59d7 (commit)
from a2b7b2cde43adbd9d02dd895a0d12e2dc1ae6751 (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 869ae197e20b5a5761c79f3f719b7602b6d1600b
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:31:48 2021 +0200
Remove unused module subcommand-list
commit 861900e8abc188aacbe745779847dd44268af924
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:24:47 2021 +0200
tests/automake.mk: Fix building of test runners
For certain architectures, the order of libraries is important. Dependent
libraries must appear before the libraries which depend upon them.
commit 6e557334078f2f54bd2ec3a5022846c4f2291872
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:10:08 2021 +0200
src/ui/gui/var-display.c (missing_values_to_string): Reduce scope of local
variable.
commit 828bb860056ffb5b1019089f8ed1e0364ecb9973
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:09:09 2021 +0200
src/ui/gui/psppire-output-view.c (psppire_output_view_new): Reduce scope of
local variables.
commit 40fb94bbe38b3e444df7952631ec5fe83f7f1086
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:08:15 2021 +0200
src/ui/gui/psppire-dict.c (psppire_dict_set_name): Reduce scope of local
variable.
commit 1039e94d4e7c62e1ff4006bdd77fa04b21314fad
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:06:41 2021 +0200
src/ui/gui/psppire-dialog-action-regression.c (generate_syntax): Reduce
scope of local variables.
commit 7f7a97504941ebe3293e135c9dbe21a4d9ff6edf
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:04:39 2021 +0200
src/ui/gui/psppire-data-store.c (psppire_data_store_get_reader): Reduce
scope of local variable.
commit 8c2899d61c204069f4372c8163c77fa60559d1bc
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:03:26 2021 +0200
src/libpspp/float-format.c (extract_hex): Remove useless assignment.
Found by cppcheck.
commit 96227a55f3948833ebf2619ba98631a8c47d59d7
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Apr 10 08:00:55 2021 +0200
src/language/stats/crosstabs.c (display_risk): Avoid warning found by
cppcheck
-----------------------------------------------------------------------
Summary of changes:
src/language/lexer/automake.mk | 2 -
src/language/lexer/subcommand-list.c | 120 --------------------------
src/language/lexer/subcommand-list.h | 67 --------------
src/language/stats/crosstabs.c | 1 +
src/libpspp/float-format.c | 6 +-
src/ui/gui/psppire-data-store.c | 3 +-
src/ui/gui/psppire-dialog-action-regression.c | 8 +-
src/ui/gui/psppire-dict.c | 3 +-
src/ui/gui/psppire-output-view.c | 10 +--
src/ui/gui/var-display.c | 2 +-
tests/automake.mk | 4 +-
11 files changed, 13 insertions(+), 213 deletions(-)
delete mode 100644 src/language/lexer/subcommand-list.c
delete mode 100644 src/language/lexer/subcommand-list.h
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-401-g869ae19,
John Darrington <=