[Mistat-cvs] mistat ChangeLog,1.20,1.21
Status: Pre-Alpha
Brought to you by:
bikepunk005
|
From: Mike H. B. <bik...@us...> - 2004-05-22 06:33:12
|
Update of /cvsroot/mistat/mistat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16549 Modified Files: ChangeLog Log Message: Cleanup of do_stats_choice in menu.c. Asset calls added to statistics.c. Support for different types of descriptive calls added to output.c. Index: ChangeLog =================================================================== RCS file: /cvsroot/mistat/mistat/ChangeLog,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** ChangeLog 20 May 2004 16:52:22 -0000 1.20 --- ChangeLog 22 May 2004 06:33:02 -0000 1.21 *************** *** 1,2 **** --- 1,12 ---- + 2004-05-22 Mike H. Benton (bik...@us...) + *src/menu.c (do_stas_choice): Clean up. + (get_choice): Support clean up. + + *src/output.c (desc): Support of basic or advanced descriptive statistics. + + #src/statistics.c (free_data): Added assert calls. + Added #include <assert.h> + + 2004-05-21 Mike H. Benton (bik...@us...) *src/output.c: Continued work on output. The basic method is there! |