[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-46-gbb4738
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-46-gbb4738b |
Date: |
Thu, 20 Feb 2014 16:54:19 +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 bb4738b6612729d1d3f83009e88505ffc8c46e2d (commit)
from ba399e6e07b5a367147bfebbec35753f41b51447 (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 bb4738b6612729d1d3f83009e88505ffc8c46e2d
Author: Ben Pfaff <address@hidden>
Date: Thu Feb 20 08:33:21 2014 -0800
sys-file-reader: Don't skip "too many value labels" test anymore.
Previously the maximum number of value labels depended on the size of
size_t, so that it was impossible to have too many on 64-bit systems, but
a recent change made the maximum number of value labels depend on the
size of unsigned int instead, so now 32- and 64-bit systems are the same.
This commit reverts the code that skips the test.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ----
tests/atlocal.in | 1 -
tests/data/sys-file-reader.at | 3 ---
3 files changed, 0 insertions(+), 8 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.2-46-gbb4738b,
Ben Pfaff <=