Rewrite formatted data input routines to conform to SPSS data formats
[pspp-builds.git] / src / language / data-io / ChangeLog
index 099c4c5e0717e8d77c4a7464bf8067ca5992420c..b5f8545fa1cdd470ee0f961682d6522053010f80 100644 (file)
@@ -1,3 +1,12 @@
+Sun Nov 19 09:17:45 2006  Ben Pfaff  <blp@gnu.org>
+
+       * data-list.c (parse_free): Follow documented (but odd) rule that
+       N format is treated as F format for free-field input.
+       
+       * data-reader.c (read_file_record): Drop new-line character from
+       input text lines.  This is symmetrical with the recently changed
+       dfm_put_record semantics.
+
 Thu Nov  2 20:56:03 2006  Ben Pfaff  <blp@gnu.org>
 
        Implement SKIP keyword on DATA LIST.  Fixes bug #17099.