[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-393-gfd5bf
From: |
John Darrington |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-393-gfd5bffd |
Date: |
Sun, 14 Jun 2020 11:11:47 -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 fd5bffd255a87432a2d64a5dd03f98e142f2130f (commit)
via 6cbd13aef6c8f5f7c363a6ebc5468863b558c4d3 (commit)
via e3b4f3891192f5db5afca5b62ae6e84d982aa03f (commit)
via aae1a8f067ddd9c091b2ed591f7d496fe98a35e0 (commit)
from b371bbe93d3701bb3ce03ed78ca97087058c922b (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 fd5bffd255a87432a2d64a5dd03f98e142f2130f
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Jun 14 17:07:27 2020 +0200
Replace use of deprecated GTimeVal with GDateTime
commit 6cbd13aef6c8f5f7c363a6ebc5468863b558c4d3
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Jun 14 17:07:27 2020 +0200
Remove trailing whitespace at end of lines
commit e3b4f3891192f5db5afca5b62ae6e84d982aa03f
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Jun 14 17:07:27 2020 +0200
src/libpspp/message.h (msg_error): Add printf_format attribute
commit aae1a8f067ddd9c091b2ed591f7d496fe98a35e0
Author: John Darrington <john@darrington.wattle.id.au>
Date: Sun Jun 14 17:07:27 2020 +0200
GUI: Find dialog: Compare only to the decimal places of the print format.
When using the find dialog of the data editor, previously a numeric value
was compared exactly on it's underlying representation (a IEEE754 double
precision float). This is problematic, because most such floats cannot
be precisely represented in a decimal format, and even if they can be, the
precision required might well exceed that displayed in the data editor.
This change rounds both the reference and the comparand to the number of
decimal places indicated by the variable's print format.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++++
src/libpspp/message.h | 3 ++-
src/output/spv/automake.mk | 8 +++----
src/output/spv/binary-parser-generator | 12 +++++-----
src/output/spv/spv-legacy-data.c | 2 +-
src/output/spv/xml-parser-generator | 4 ++--
src/ui/gui/find-dialog.c | 43 +++++++++++++++++-----------------
src/ui/gui/psppire-window.c | 38 +++++++++++++++++-------------
src/ui/gui/psppire-window.h | 9 ++++---
9 files changed, 69 insertions(+), 54 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-393-gfd5bffd,
John Darrington <=