Add linked list library to PSPP.
[pspp-builds.git] / src / data / ChangeLog
index 0faa3504583841524a1e282c5217f0f116d63ce3..8683f041c2187d5b53aa7f3931cf9598e8ab9e63 100644 (file)
@@ -1,3 +1,15 @@
+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