[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-1205-gb8f7
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-1205-gb8f75b2 |
Date: |
Thu, 22 Apr 2010 04:10:21 +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 b8f75b2ac6bc701ecacaa248d630918d7a7346e2 (commit)
via 6e1385abf073967d66c4b78888f4615ed6671375 (commit)
via 2982877c3189067133f51d199c53e01453ae9ebb (commit)
from 4d7023be844267d0c64053f09d8409059ab9c8ee (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 b8f75b2ac6bc701ecacaa248d630918d7a7346e2
Author: Ben Pfaff <address@hidden>
Date: Wed Apr 21 21:11:48 2010 -0700
Document system file record type 7, subtype 16 as 64-bit number of cases.
I found this record type and subtype in all .sav files written by SPSS 14
and later (and in one file written by SPSS 13). After scratching my head
a bit I realized that it always contained the same value as the "ncases"
field in the top-level file header, but written as a 64-bit number. So
presumably the purpose is to allow for a 64-bit count of cases.
commit 6e1385abf073967d66c4b78888f4615ed6671375
Author: Ben Pfaff <address@hidden>
Date: Wed Apr 21 19:57:00 2010 -0700
integer-format: Support 64-bit integers in integer_get().
My guess is that this was just a typo from when I originally wrote this
function.
commit 2982877c3189067133f51d199c53e01453ae9ebb
Author: Ben Pfaff <address@hidden>
Date: Tue Apr 20 21:20:30 2010 -0700
perl-module: Avoid compiler warning from conflicting "my_strftime" macros.
Avoids the following warnings:
In file included from /usr/lib/perl/5.10/CORE/perl.h:953,
from PSPP.xs:23:
/usr/lib/perl/5.10/CORE/embed.h:2803:1: warning: "my_strftime" redefined
In file included from PSPP.xs:20:
/home/blp/pspp/output/_build/config.h:1968:1: warning: this is the location
of the previous definition
-----------------------------------------------------------------------
Summary of changes:
doc/dev/system-file-format.texi | 67 ++++++++++++++++++++++++++------------
perl-module/PSPP.xs | 8 ++++-
src/data/sys-file-reader.c | 4 +-
src/libpspp/integer-format.c | 4 +-
tests/dissect-sysfile.c | 43 +++++++++++++++++++++++--
5 files changed, 97 insertions(+), 29 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-1205-gb8f75b2,
Ben Pfaff <=