[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-176-g37c8a
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-176-g37c8a21f1 |
Date: |
Mon, 20 Feb 2023 13:11:55 -0500 (EST) |
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 37c8a21f16b972b259535527f38161c611b17e2a (commit)
from a0f5f851c81999933a81fd9f9b455c92cce9a2c3 (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 37c8a21f16b972b259535527f38161c611b17e2a
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Mon Feb 20 09:48:50 2023 -0800
dictionary: Fix misuse of DC_* treewide.
The DC_* constants are bit values, but some code was using them as shift
offsets. This fixes the problem.
-----------------------------------------------------------------------
Summary of changes:
perl-module/PSPP.xs | 3 +--
src/data/case-map.c | 8 ++++----
src/data/dataset.c | 6 +++---
src/data/dictionary.c | 17 ++++++-----------
src/language/lexer/variable-parser.c | 3 +--
5 files changed, 15 insertions(+), 22 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.6.2-176-g37c8a21f1,
Ben Pfaff <=