If sys files have no long_name table, implicitly add one, use the lower case
[pspp-builds.git] / src / data / ChangeLog
index 4a8535c492f371ef14370e63be6dc86dff753271..b5a299ad6dd86f67606d326149329843a6e5b738 100644 (file)
@@ -1,3 +1,15 @@
+2007-04-19 John Darrington <john@darrington.wattle.id.au>
+
+       * sys-file-reader.c: When reading a system file which has no 
+       long name table, automatically create one where the long names 
+       are the lower case versions of the short names.
+       
+2007-04-16 John Darrington <john@darrington.wattle.id.au>
+
+       * sys-file-reader.c: Some versions of Other Software seem to 
+        produce system files with string  variables' measure set to 
+       zero.  We'll assume these are supposed to be nominal variables.
+
 2007-03-30  Ben Pfaff  <blp@gnu.org>
 
        * procedure.c: Adapt to new deque data structure.