[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-148-g5520a
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-148-g5520a0b |
Date: |
Wed, 24 Jun 2015 22:29:43 +0000 |
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 5520a0b23027ab60ed0b52a7d3841101b1ae68f3 (commit)
via 2352789a3250e11e0f5d2fd35a319c8de502a926 (commit)
from 43677e19ece98f61d8e362dc79ba7c263a6de8f0 (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 5520a0b23027ab60ed0b52a7d3841101b1ae68f3
Author: Friedrich Beckmann <address@hidden>
Date: Wed Jun 24 23:50:52 2015 +0200
fix s390x build failure on debian due to wrong type casting
The problem showed up on s390x for the 0.8.5 debian version
where four graph tests using pdf export failed with the same assertion.
The
problem is due to wrong casting. intptr_t is long int (64 Bit) on s390x
but nl_langinfo returns 0xd200000000 on s390x where 0 is the integer
result.
This results in wrong but positive height and width values for the
paper size.
commit 2352789a3250e11e0f5d2fd35a319c8de502a926
Author: Friedrich Beckmann <address@hidden>
Date: Wed Jun 24 23:47:58 2015 +0200
fix crash when exporting pdf via gui - fixes bug #45272
The problem https://savannah.gnu.org/bugs/?45272 occurs when the pdf
export is done via the gui. The problem is that tables containing only
carriage returns are considered to have no vertical space consumption.
-----------------------------------------------------------------------
Summary of changes:
src/output/cairo.c | 2 --
src/output/measure.c | 9 ++++++---
2 files changed, 6 insertions(+), 5 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-148-g5520a0b,
Friedrich Beckmann <=