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