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