[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-509-g6a4b9
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-509-g6a4b992 |
Date: |
Sat, 11 Jul 2020 11:57:25 -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 6a4b99242da1222b711790926aa6be41ad8adb3f (commit)
via a2396e12c41957538cd600851c0b3b91718891ca (commit)
via 685be7e2f49916d06005ba8588dcf9d0be896aac (commit)
via ac2fba558fc64d7f1a554e9388d5adfe5ad22f0e (commit)
via 8f998d65fb573c1b4c12f917cc3dd0639808cfa3 (commit)
from 174fe8e41ef09534218803189529cbd797750934 (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 6a4b99242da1222b711790926aa6be41ad8adb3f
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 11 17:35:57 2020 +0200
Fix memory leak in the value labels dialog
commit a2396e12c41957538cd600851c0b3b91718891ca
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 11 15:31:33 2020 +0200
src/ui/gui/org.fsf.pspp.desktop.in: Add translator hint
Add an instruction to not translate the Icon name. Recent versions of
xgettext (correctly) ignore this entry. But earlier versions erroneously
include it in the list of strings to translate.
commit 685be7e2f49916d06005ba8588dcf9d0be896aac
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 11 12:58:41 2020 +0200
psppire-data-window.c: Remove ssw api protection
commit ac2fba558fc64d7f1a554e9388d5adfe5ad22f0e
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 11 11:08:23 2020 +0200
SpreadLevel Plot: Don't try to take the logarithm of a negative
commit 8f998d65fb573c1b4c12f917cc3dd0639808cfa3
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sat Jul 11 09:35:29 2020 +0200
src/output/cairo-chart.h (xrchart_write_scale): Check the range and deal
with the consequences.
If a chart was requested where either scale had an range of zero
(the minimum value and the maximum value were equal), then all
sorts of memory errors could occur later in the chart's rendering.
This change checks for this condition early and refuses to draw the
chart in this case.
-----------------------------------------------------------------------
Summary of changes:
src/output/cairo-chart.c | 18 ++++++++++++------
src/output/cairo-chart.h | 9 ++++-----
src/output/charts/barchart-cairo.c | 7 +++----
src/output/charts/boxplot-cairo.c | 4 +++-
src/output/charts/np-plot-cairo.c | 15 ++++++++++-----
src/output/charts/plot-hist-cairo.c | 8 +++++---
src/output/charts/roc-chart-cairo.c | 6 ++++--
src/output/charts/scatterplot-cairo.c | 6 ++++--
src/output/charts/scree-cairo.c | 6 ++++--
src/output/charts/spreadlevel-cairo.c | 7 +++++--
src/output/charts/spreadlevel-plot.c | 7 ++++---
src/ui/gui/org.fsf.pspp.desktop.in | 2 ++
src/ui/gui/psppire-data-window.c | 4 +---
src/ui/gui/val-labs-dialog.c | 29 ++++++++++++++++++++---------
14 files changed, 81 insertions(+), 47 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-509-g6a4b992,
John Darrington <=