center the data before computing the coefficients; remove variance member of innovati...
[pspp-builds.git] / src / language / data-io / ChangeLog
index 31e809e54650201aa535608fea7ce1b782a5c5e5..d78105b8b53d8caa065eba6eb6b08ee7bd1a0411 100644 (file)
@@ -1,3 +1,27 @@
+Sat Jul  1 17:39:40 2006  Ben Pfaff  <blp@gnu.org>
+
+       Fix bug #11612, "q2c documentation does not agree with code".
+       
+       * list.q: Audit use of q2c "+" prefixes that indicate that a
+       command may appear multiple times.
+
+Sat Jul  1 20:44:22 2006  Ben Pfaff  <blp@gnu.org>
+
+       Fix bug #15786: System File Creation crashes if directoy is
+       nonexistent.
+       
+       * get.c (parse_write_command): Check that the any_writer open
+       succeeds.
+
+Tue Jun 27 22:44:28 2006  Ben Pfaff  <blp@gnu.org>
+
+       Fix regression in command name completion reported by John
+       Darrington.  Now completion is again state-dependent and occurs
+       only on the first line of a command.
+       
+       * inpt-pgm.c: (cmd_input_program) Reading of first token in
+       command moved into cmd_parse.
+
 Fri Jun  9 13:56:00 2006  Ben Pfaff  <blp@gnu.org>
 
        Reform string library.