X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2FChangeLog;h=85dcaa8e4dc79aca85af5ad3afa7e4e4c98a574e;hb=45b8514ebb8a7b10eb5d911a231a9fc7974f8ba9;hp=199f8ec52c4d48f8f76c79bc939453ebf5cec4dc;hpb=73795d4af5570440331621772d542df7922e6f5c;p=pspp diff --git a/src/ChangeLog b/src/ChangeLog index 199f8ec52c..85dcaa8e4d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +Sat Sep 17 11:13:13 2005 Ben Pfaff + + * 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 * dictionary.[ch] Changed cnt from size_t* to int* since that's