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