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