[Mistat-cvs] mistat ChangeLog,1.19,1.20
Status: Pre-Alpha
Brought to you by:
bikepunk005
|
From: Mike H. B. <bik...@us...> - 2004-05-20 16:52:34
|
Update of /cvsroot/mistat/mistat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18592 Modified Files: ChangeLog Log Message: I have the basic model for output! Descriptives are in place, and no memory leaks! Index: ChangeLog =================================================================== RCS file: /cvsroot/mistat/mistat/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** ChangeLog 17 May 2004 17:22:20 -0000 1.19 --- ChangeLog 20 May 2004 16:52:22 -0000 1.20 *************** *** 1,2 **** --- 1,8 ---- + 2004-05-21 Mike H. Benton (bik...@us...) + *src/output.c: Continued work on output. The basic method is there! + *src/output.h: Changed call to output_main. + *src/menu.c: Support change in call to output_main. + + 2004-05-18 Mike H. Benton (bik...@us...) *src/error.c (my_gsl_error_check): Removed as not using gsl. |