Added Levene test. Added T-TEST section to pspp.texi
[pspp-builds.git] / src / ChangeLog
index 3df622789a19183a84a258af6d749fb8cc332407..7c180a6d3f2818f967e6255eb27c14df3b7b3317 100644 (file)
@@ -1,3 +1,28 @@
+Wed Feb 18 21:48:54 WST 2004 John Darrington <john@darrington.wattle.id.au>
+
+       * Moved the declarations relating to values to their own header file
+         (val.h)
+
+       * Added levene.c and levene.h
+
+       * vars-atr.c: Changed the signature of compare_values to 
+       take const * arguments.
+               
+       * t-test.q: Changed the structure of struct t_test_proc 
+       variables now contain their own group statistics information.
+       Eventually, t_test_proc might get renamed, because it'd be 
+       applicable to other commands too.
+
+Mon Feb 16 23:15:51 2004  Ben Pfaff  <blp@gnu.org>
+
+       * data-out.c: Clean up.  Changed interface of convert_*() to take
+       either a `double' or a `const char *' instead of a `const union
+       value *'.  Update all implementations of those interfaces.
+       (data_out) Use switch statements instead of a table.
+       (convert_AHEX) Rewrite.
+
+       * format.h: Update comment.
+
 Mon Feb 16 22:14:36 2004  Ben Pfaff  <blp@gnu.org>
 
        * q2c.c: (dump_header) Add an Emacs header line to output files