pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] pspp/doc data-file-format.texi


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/doc data-file-format.texi
Date: Sat, 01 Jul 2006 23:00:44 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Changes by:     Ben Pfaff <blp> 06/07/01 23:00:44

Modified files:
        doc            : data-file-format.texi 

Log message:
        Documentation updates from Oliver Bock <address@hidden>.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/doc/data-file-format.texi?cvsroot=pspp&r1=1.9&r2=1.10

Patches:
Index: data-file-format.texi
===================================================================
RCS file: /cvsroot/pspp/pspp/doc/data-file-format.texi,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- data-file-format.texi       2 May 2006 22:04:06 -0000       1.9
+++ data-file-format.texi       1 Jul 2006 23:00:44 -0000       1.10
@@ -369,7 +369,9 @@
 
 @item int32 vars[/* variable length */];
 A list of variables to which to apply the value labels.  There are
address@hidden elements.
address@hidden elements.  Each element identifies a variable record, where
+the first element is numbered 1 and long string variables are considered
+to occupy multiple indexes.
 @end table
 
 @node Document Record, Machine int32 Info Record, Value Label Variable Record, 
Data File Format
@@ -554,7 +556,9 @@
 
 @item struct aux_params aux_params[];
 An array of @code{struct aux_params}.   The order of the elements corresponds 
-to the order of the variables in the Variable Records.  The @code{struct 
aux_params} type is defined as follows:
+to the order of the variables in the Variable Records.  No element
+corresponds to variable records that continue long string variables.
+The @code{struct aux_params} type is defined as follows:
 
 @example
 struct aux_params
@@ -705,8 +709,9 @@
 Miscellaneous informational records must follow the variable records and
 precede the dictionary termination record.
 
-Miscellaneous informational records are ignored by PSPP when reading
-system files.  They are not written by PSPP when writing system files.
+Some specific types of miscellaneous informational records are
+documented here, but others are known to exist.  PSPP ignores unknown
+miscellaneous informational records when reading system files.
 
 @example
 struct sysfile_misc_info




reply via email to

[Prev in Thread] Current Thread [Next in Thread]