If sys files have no long_name table, implicitly add one, use the lower case
[pspp-builds.git] / src / data / ChangeLog
index 8422c60d97cb8adc32c2a65c94d79dcea63463d6..b5a299ad6dd86f67606d326149329843a6e5b738 100644 (file)
@@ -1,3 +1,19 @@
+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.
+
 Mon Feb 19 10:53:21 2007  John McCabe-Dansted <gmatht@gmail.com>
                          Ben Pfaff <blp@gnu.org>