1 Tue May 9 21:09:37 2006 Ben Pfaff <blp@gnu.org>
3 * sort.c (sort_active_file_to_casefile): Check return value of
6 Wed May 3 23:06:43 2006 Ben Pfaff <blp@gnu.org>
8 Continue reforming procedure execution. In this phase, get rid of
9 many global variables, consolidating procedure execution in
10 procedure.c. Encapsulate transformations in new "struct
11 trns_chain". Also, change implementation of N OF CASES, FILTER,
12 and PROCESS IF from special cases to transformations.
14 * sort.c: (prepare_to_sort_active_file) Don't run a procedure
16 (sort_active_file_in_place) Rewrite to run a procedure, capture
17 the output, sort the output, and set that as the source for the
19 (struct sort_to_casefile_cb_data) New structure.
20 (sort_to_casefile_callback) New function.
21 (sort_active_file_to_casefile) Rewrite to use
22 multipass_procedure().
24 Sat Apr 29 11:09:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
26 * removed unused variable.
28 Sat Apr 15 18:01:22 2006 Ben Pfaff <blp@gnu.org>
30 * factor-stats.c (metrics_postcalc): Add casts to fix warnings.
32 Thu Mar 2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
34 * Moved files from src directory