Updated ChangeLog.
authorMichael Kiefte <mkiefte@dal.ca>
Tue, 6 Apr 2004 18:50:26 +0000 (18:50 +0000)
committerMichael Kiefte <mkiefte@dal.ca>
Tue, 6 Apr 2004 18:50:26 +0000 (18:50 +0000)
src/ChangeLog

index aa27da7d6bd50f25aed8edfacd4e1a4f4b3966c1..46fb0c42ec090f2d04d9a5e11036aea00e450a01 100644 (file)
@@ -1,3 +1,27 @@
+2004-04-06  Michael Kiefte  <mkiefte@dal.ca>
+
+       * aggregate.c, crosstabs.q, descript.c, dictionary.c, frequencies.q, levene.c, t-test.q, var.h: 
+       Changed dict_get_case_weight() to accept an additional int * flag
+       to complain about system-missing, user-missing, zero, or negative
+       weights and updated existing functions to pass int * to
+       dict_get_case_weight().
+
+2004-04-05  jmd  <jmd@gnu.org>
+
+       * main.c: Fixed configuration problems with gsl
+
+       * t-test.q: Fixed some problems encountered when compiling under Cygwin
+
+2004-04-03  blp  <blp@gnu.org>
+
+       * lexer.c, ChangeLog:
+       Fix infinite loop on comment at end of file, add test.
+
+2004-04-03  jmd  <jmd@gnu.org>
+
+       * settings.h, var.h, ChangeLog, Makefile.am, cmdline.c, command.c, command.h, error.h, filename.c, frequencies.q, lexer.h, main.c, q2c.c, set.q:
+       Fixed the calculation of percentiles and added --syntax and --algorithm options
+
 Sat Apr  3 11:43:37 2004  Ben Pfaff  <blp@gnu.org>
 
        * lexer.c: (lex_skip_comment) Handle end-of-file correctly (I