X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=85dcaa8e4dc79aca85af5ad3afa7e4e4c98a574e;hb=1f8dd363d6c20d07fcca14cb948018465fa5ed8b;hp=199f8ec52c4d48f8f76c79bc939453ebf5cec4dc;hpb=3c2526641a2e88ff6dec7ea6ae5ffc063daf6957;p=pspp-builds.git diff --git a/src/ChangeLog b/src/ChangeLog index 199f8ec5..85dcaa8e 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