X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2FChangeLog;h=b36a84407f8a107b5ee51fd97a593db1de788484;hb=2153ca9b3cb9616c616a4b58abb300de1f317541;hp=4ace108009001b08436ccccb15ac25d8ed597cec;hpb=e947f08aea815968ef993d572977e271fa3ad4da;p=pspp diff --git a/src/math/ChangeLog b/src/math/ChangeLog index 4ace108009..b36a84407f 100644 --- a/src/math/ChangeLog +++ b/src/math/ChangeLog @@ -1,3 +1,30 @@ +Tue May 9 21:09:37 2006 Ben Pfaff + + * sort.c (sort_active_file_to_casefile): Check return value of + multipass_procedure(). + +Wed May 3 23:06:43 2006 Ben Pfaff + + Continue reforming procedure execution. In this phase, get rid of + many global variables, consolidating procedure execution in + procedure.c. Encapsulate transformations in new "struct + trns_chain". Also, change implementation of N OF CASES, FILTER, + and PROCESS IF from special cases to transformations. + + * sort.c: (prepare_to_sort_active_file) Don't run a procedure + here. + (sort_active_file_in_place) Rewrite to run a procedure, capture + the output, sort the output, and set that as the source for the + next procedure. + (struct sort_to_casefile_cb_data) New structure. + (sort_to_casefile_callback) New function. + (sort_active_file_to_casefile) Rewrite to use + multipass_procedure(). + +Sat Apr 29 11:09:33 WST 2006 John Darrington + + * removed unused variable. + Sat Apr 15 18:01:22 2006 Ben Pfaff * factor-stats.c (metrics_postcalc): Add casts to fix warnings.