Fix some warnings.
[pspp-builds.git] / src / language / stats / ChangeLog
1 Sat Apr 15 18:01:03 2006  Ben Pfaff  <blp@gnu.org>
2
3         * examine.q (output_examine): Add casts to fix warnings.
4
5 2006-04-07  Jason Stover  <jhs@math.gcsu.edu>
6
7         * regression.q (subcommand_save): New function.
8
9 2006-04-04  Jason Stover  <jhs@math.gcsu.edu>
10
11         * regression.q: New function reg_has_categorical () to tell
12         whether a pspp_linreg_struct was made with any variables of type
13         ALPHA.
14
15         * regression.q: (subcommand_export): Call
16         reg_print_categorical_encoding() only if the model uses any
17         categorical variables.
18
19 Mon Mar 27 16:00:42 2006  Ben Pfaff  <blp@gnu.org>
20
21         * crosstabs.q: (output_pivot_table) Drop spurious space from
22         message.
23
24 2006-03-15  Jason Stover  <jhs@math.gcsu.edu>
25
26         * regression.q: Added custom syntax parser for VARIABLES subcommand
27
28         * regression.q: Moved most instructions for run_regression ()
29         inside the loop over dependent variables.
30
31 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
32         
33         * Moved files from src directory