[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-59-g22e37
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-59-g22e373c |
Date: |
Sat, 3 Dec 2016 06:24:15 +0000 (UTC) |
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 22e373c14384e84489f66a30df2c7603b044970d (commit)
via d849605f7d1abf4a881faec40572f536859d6c19 (commit)
via 77fe5d8695e5be12ed1d543e18033b244861b086 (commit)
from 607fbb4add05ea1d6bf4639005c10e81a1a1270a (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 22e373c14384e84489f66a30df2c7603b044970d
Author: Ben Pfaff <address@hidden>
Date: Fri Dec 2 22:24:06 2016 -0800
Fix misleadingly indented statements.
GCC 6.2.1 reported {}-braced blocks that looked like they were guarded by
preceding "if" statements but really weren't. This fixes the misleading
indentation.
commit d849605f7d1abf4a881faec40572f536859d6c19
Author: Ben Pfaff <address@hidden>
Date: Fri Dec 2 22:23:12 2016 -0800
gui: Remove unused static variables.
Reported by GCC 6.2.1.
commit 77fe5d8695e5be12ed1d543e18033b244861b086
Author: Ben Pfaff <address@hidden>
Date: Fri Dec 2 22:18:16 2016 -0800
gui: Fix #includes for gtksourceview.
Newer versions of gtksourceview only allow gtksource.h to be included
directly, so this commit changes PSPPIRE to only include that header.
-----------------------------------------------------------------------
Summary of changes:
src/language/stats/npar.c | 62 ++++++++++++++++++------------------
src/language/stats/reliability.c | 28 ++++++++--------
src/ui/gui/psppire-data-store.c | 13 +-------
src/ui/gui/psppire-syntax-window.c | 5 +--
src/ui/gui/psppire-syntax-window.h | 7 ++--
src/ui/gui/psppire.c | 24 --------------
src/ui/gui/widgets.c | 2 +-
7 files changed, 50 insertions(+), 91 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.10.2-59-g22e373c,
Ben Pfaff <=