b36a84407f8a107b5ee51fd97a593db1de788484
[pspp-builds.git] / src / math / ChangeLog
1 Tue May  9 21:09:37 2006  Ben Pfaff  <blp@gnu.org>
2
3         * sort.c (sort_active_file_to_casefile): Check return value of
4         multipass_procedure().
5
6 Wed May  3 23:06:43 2006  Ben Pfaff  <blp@gnu.org>
7
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.
13          
14         * sort.c: (prepare_to_sort_active_file) Don't run a procedure
15         here.
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
18         next procedure.
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().
23
24 Sat Apr 29 11:09:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
25
26         * removed unused variable.
27
28 Sat Apr 15 18:01:22 2006  Ben Pfaff  <blp@gnu.org>
29
30         * factor-stats.c (metrics_postcalc): Add casts to fix warnings.
31
32 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
33         
34         * Moved files from src directory