Add linked list library to PSPP.
[pspp-builds.git] / src / data / ChangeLog
index 238601c6d9bd838d6e8076580fb20dcd5c7a9c1e..8683f041c2187d5b53aa7f3931cf9598e8ab9e63 100644 (file)
@@ -1,3 +1,22 @@
+Tue Jun 27 12:06:49 2006  Ben Pfaff  <blp@gnu.org>
+
+       * variable.h: Move var_set and variable parsing declarations to
+       new header, src/language/lexer/variable-parser.h.  Modified lots
+       of files to include the new header.
+
+Sun Jun 25 22:39:32 2006  Ben Pfaff  <blp@gnu.org>
+
+       * value-labels.c (value_to_string): When there's no value label,
+       format the variable according to its print format, instead of
+       always effectively using A or F format.
+
+Mon Jun 19 18:05:42 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * casefile.c (casefile_get_random_reader): Nasty hack to get around 
+       the mode assertion.
+
+       * format.c: Removed tortological assertion.
+
 Fri Jun  9 12:20:09 2006  Ben Pfaff  <blp@gnu.org>
 
        Reform string library.