sys-file-reader: Add support for long string missing values.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 30 Sep 2013 02:11:41 +0000 (19:11 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 30 Sep 2013 02:17:26 +0000 (19:17 -0700)
commitff85c7d77222c0ea90a9fc35b36eebd34eca52d2
treebd4c27d49fb3d23da5b1dd243651779f9d352149
parent4aa11074dae28b2026f6633295bd72db4dd51d1b
sys-file-reader: Add support for long string missing values.

I assumed earlier that long string missing values used the same fields in
the system file as other missing values, but I was wrong.  This commit
updates the support to match what I've seen in actual system files.

Reported by Przemek Powalko <pp.alter.ego@gmail.com>.
NEWS
doc/dev/system-file-format.texi
src/data/sys-file-reader.c
src/data/sys-file-writer.c
tests/data/sys-file-reader.at
tests/data/sys-file.at
utilities/pspp-dump-sav.c