[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1814-gd571
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1814-gd57112c |
Date: |
Mon, 15 Nov 2010 06:18:44 +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 d57112cbb560e8fd0c88d8a00f23226e6096bb66 (commit)
via 1951243f5b5c167942785f04c24e810acae0907e (commit)
via d2179c31f7346cb9f5a901a074a939c23ca71a51 (commit)
from 0377713833f0de237dc421c2f25215907a5906e4 (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 d57112cbb560e8fd0c88d8a00f23226e6096bb66
Author: Ben Pfaff <address@hidden>
Date: Sun Nov 14 22:13:37 2010 -0800
perl-module: Fix return value of append_case subroutine.
The casewriter_write() function does not have a return value (it is
declared as "void"), but the append_case subroutine tried to use its
return value anyway. This cannot work properly, of course, and in fact
caused problems on 64-bit builds in particular.
I don't know why there is no C compiler warning about this problem. I
guess the Perl module build must somehow turn off a lot of GCC warnings.
Reported by bojo42 <address@hidden> in bug #31611.
commit 1951243f5b5c167942785f04c24e810acae0907e
Author: Ben Pfaff <address@hidden>
Date: Sun Nov 14 22:01:07 2010 -0800
INSTALL: Update to mention test-only dependencies.
commit d2179c31f7346cb9f5a901a074a939c23ca71a51
Author: Ben Pfaff <address@hidden>
Date: Sun Nov 14 21:58:28 2010 -0800
perl-module: Only run the combined test if Text::Diff is present.
The combined test using Pspp.t only works if Text::Diff is installed
(although the broken-out tests don't require it), so only try that test if
Text::Diff is available.
-----------------------------------------------------------------------
Summary of changes:
INSTALL | 10 ++++++++--
perl-module/PSPP.xs | 3 ++-
tests/perl-module.at | 2 ++
3 files changed, 12 insertions(+), 3 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1814-gd57112c,
Ben Pfaff <=