[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-16-g21559e
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-16-g21559ed |
Date: |
Wed, 08 Feb 2012 07:06:17 +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 21559edd9991628d96df331e5b391ca6bade3497 (commit)
via dff37440177a355bfc0cf9ff56428114e29f5106 (commit)
via 261869b71aa60b8974c4a6b98e35b74af5d11de5 (commit)
via 262e633cc1b745e82ce56d6d31c94e574ae79caa (commit)
from bacb74cebdfe6915f503b133a89f0692d08bd464 (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 21559edd9991628d96df331e5b391ca6bade3497
Author: Ben Pfaff <address@hidden>
Date: Tue Feb 7 22:58:09 2012 -0800
GET: Add an ENCODING subcommand.
For example, this allows a Swedish EBCDIC file that doesn't contain
any indication of its codepage to be read with "ENCODING='IBM278'".
commit dff37440177a355bfc0cf9ff56428114e29f5106
Author: Ben Pfaff <address@hidden>
Date: Tue Feb 7 22:20:28 2012 -0800
sys-file: Support EBCDIC magic number in system files.
This makes PSPP able to read the 1980s EBCDIC-encoded system file
provided by Chris Muller <address@hidden>.
commit 261869b71aa60b8974c4a6b98e35b74af5d11de5
Author: Ben Pfaff <address@hidden>
Date: Tue Feb 7 22:08:41 2012 -0800
sys-file: Recode string fields in file header also.
Chris Muller <address@hidden> provided an example
EBCDIC-encoded mainframe system file from the 1980s. This commit
goes one step toward being able to read and write these files in
PSPP, by recoding most of the string fields in the file header.
commit 262e633cc1b745e82ce56d6d31c94e574ae79caa
Author: Ben Pfaff <address@hidden>
Date: Tue Feb 7 21:18:08 2012 -0800
dictionary: Truncate file label in dictionary encoding, not UTF-8.
The limiting factor is bytes in the on-disk format and so there's
no point in truncating in terms of the in-memory format.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
doc/dev/system-file-format.texi | 17 ++-
doc/files.texi | 8 +
perl-module/PSPP.xs | 2 +-
src/data/any-reader.c | 14 ++-
src/data/any-reader.h | 4 +-
src/data/dictionary.c | 11 +-
src/data/sys-file-private.h | 10 ++-
src/data/sys-file-reader.c | 205 +++++++++++++++++-----------
src/data/sys-file-reader.h | 17 ++-
src/data/sys-file-writer.c | 50 +++++--
src/language/data-io/combine-files.c | 4 +-
src/language/data-io/get.c | 19 +++-
src/language/dictionary/apply-dictionary.c | 4 +-
src/language/dictionary/sys-file-info.c | 5 +-
src/libpspp/i18n.c | 33 ++++-
src/libpspp/i18n.h | 8 +-
17 files changed, 279 insertions(+), 134 deletions(-)
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.7.9-16-g21559ed,
Ben Pfaff <=