+Mon Mar 29 15:22:48 2004 Ben Pfaff <blp@gnu.org>
+
+ * TODO: Updated.
+
+ * configure.ac: Check for posix_fadvise.
+
Tue Mar 23 14:21:12 WAST 2004 John Darrington <john@darrington.wattle.id.au>
* Removed dcdflib and replaced with a dependency upon the
-Time-stamp: <2004-03-26 01:12:33 blp>
+Time-stamp: <2004-03-29 15:22:28 blp>
What Ben's working on now.
--------------------------
-Procedures need to be able to make multiple passes.
-
-Write a better descriptive stats evaluator based on NR two-pass technique,
-revise all existing code to use it.
+Procedures need to be modified to make multiple passes and use the moments
+class.
Update q2c input format description.
CROSSTABS needs to be re-examined.
+RANK, which is needed for the Wilcoxon signed-rank statistic, Mann-Whitney U,
+Kruskal-Wallis on NPAR TESTS and for Spearman (in another procedure).
+
TODO
----
AC_CHECK_FUNC(getopt_long,,
AC_MSG_ERROR(`This application depends upon getopt_long'))
-
AC_CHECK_LIB(ncurses, tgetent, LIBS="-lncurses $LIBS" termcap=yes,
AC_CHECK_LIB(termcap, tgetent, LIBS="-ltermcap $LIBS" termcap=yes,
termcap=no))
memchr getline getdelim strcasecmp strncasecmp memmem \
strtok_r])
AC_CHECK_FUNCS([gethostname strstr strtod __setfpucw isinf isnan finite \
- getpid feholdexcept mkdtemp])
+ getpid feholdexcept mkdtemp posix_fadvise])
AC_PROG_LN_S