X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=bb818d6d6596f2267feed21ce679c68a57d7df9d;hb=c806348911641248369536c11e48ed59757865da;hp=198b0bbcc4c3eb70c41821c708b235980410d031;hpb=a4ae68f966bc574326d429119878e733069ced14;p=pspp diff --git a/src/ChangeLog b/src/ChangeLog index 198b0bbcc4..bb818d6d65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,32 +1,3 @@ -Sat May 6 10:30:33 2006 Ben Pfaff - - Continue reforming procedure execution. In this phase, get rid of - the output code for SPLIT FILE groups in procedure.c, which really - shouldn't be doing any output. Move it into the individual - procedures instead. This also adds some flexibility. - - Updated many users of procedure_with_splits() and - multipass_procedure_with_splits() to call - output_split_file_values() and to deal with increased use of - const. - - * procedure.c: (struct split_aux_data) Add "const struct ccase *" - parameter to begin_func member. - (procedure_with_splits) Add "const struct ccase *" parameter to - begin_func parameter. Make ccase parameter const in proc_func - parameter. - (split_procedure_case_func) Don't dump split file group. Pass - case to begin_func. - (dump_splits) Moved to language/dictionary/split-file.c as - output_split_file_values(). - (struct multipass_split_aux_data) Add "const struct ccase *" - parameter to split_func member. - (multipass_procedure_with_splits) Add "const struct ccase *" - parameter to split_func parameter. - (multipass_split_case_func) Save new SPLIT FILE case before - outputting case. - (multipass_split_output) Pass saved SPLIT FILE case to split_func. - Thu May 4 21:47:48 2006 Ben Pfaff Continue reforming procedure execution. In this phase, move @@ -1296,7 +1267,7 @@ Sat Dec 10 18:13:36 2005 Ben Pfaff * q2c.c: Remove "aux" support, which was only needed by set.q. -Sun Nov 27 06:43:46 WST 2005 John Darrington +Sun Nov 27 06:43:46 WST 2005 John Darrington * data-out.c format.h: Added return value to data_out function.