Change type of variables whose addresses are passed to dict_get_vars()
[pspp] / src / ChangeLog
index dc2c605edd292403bad594e0b93e56d7b374a82f..85dcaa8e4dc79aca85af5ad3afa7e4e4c98a574e 100644 (file)
@@ -1,3 +1,18 @@
+Sat Sep 17 11:13:13 2005  Ben Pfaff  <blp@gnu.org>
+
+       * matrix-data.c: (cmd_matrix_data) Change type of variable whose
+       address is passed to dict_get_vars() from size_t to int to match
+       John's change below.
+
+       * modify-vars.c: (validate_var_modification) Ditto.
+
+Mon Sep 12 19:26:06 WST 2005 John Darrington <john@darrington.wattle.id.au>
+
+       * dictionary.[ch]  Changed cnt from size_t* to int* since that's
+       what it's called as, and on  x86_64 machines they're different sizes.
+       
+       * str.c: (ds_vprintf) Copied va_list args so they can be re-used
+       
 Sun Aug 21 00:12:24 2005  Ben Pfaff  <blp@gnu.org>
 
        * lexer.c: (lex_sbc_only_once) New function.