[Mistat-cvs] mistat ChangeLog,1.17,1.18
Status: Pre-Alpha
Brought to you by:
bikepunk005
|
From: Mike H. B. <bik...@us...> - 2004-05-09 15:06:41
|
Update of /cvsroot/mistat/mistat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31552 Modified Files: ChangeLog Log Message: Still working on ouput. Big changes to statistics.c (no more structures). Put the abilit to chage sig digits back in. Some housekeeping in main. Fix typos in ChangeLog Index: ChangeLog =================================================================== RCS file: /cvsroot/mistat/mistat/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ChangeLog 5 May 2004 08:05:42 -0000 1.17 --- ChangeLog 9 May 2004 15:06:32 -0000 1.18 *************** *** 1,2 **** --- 1,15 ---- + 2004-05-09 Mike H. Benton (bik...@us...) + *ChangeLog: Fixed a few datas (04's were 05's) + + *src/main.c (main): Housekeeping (return(0) to just return 0); + + *src/menu.c (do_menu_choice): Re-implement ability to change sig digits. + Housekeeping. + + *src/ouput.c: Continue work on output. + *src/statistics.c: Remove structure, and change functions calls. + *src/statistics.h: Remove structures. + + 2004-05-05 Mike H. Benton (bik...@us...) *src/main.c: Fixed problem with the loss of data_file_name. *************** *** 7,16 **** ! 2004-05-26 Mike H. Benton (bik...@us...) *src/cmdline.c *src/cmdline.h: Updated using gengetopt version 2.12.1. ! 2004-05-20 Mike H. Benton (bik...@us...) *src/statistics.c (get_mean): Added matrix calls. (get_storted_stats): Added matrix calls. --- 20,29 ---- ! 2004-04-26 Mike H. Benton (bik...@us...) *src/cmdline.c *src/cmdline.h: Updated using gengetopt version 2.12.1. ! 2004-04-20 Mike H. Benton (bik...@us...) *src/statistics.c (get_mean): Added matrix calls. (get_storted_stats): Added matrix calls. *************** *** 18,22 **** ! 2004-05-18 Mike H. Benton (bik...@us...) *src/output.c (addrow): Overhaul to fix memeory leak. (desc): Fix to support fix memory leak. --- 31,35 ---- ! 2004-04-18 Mike H. Benton (bik...@us...) *src/output.c (addrow): Overhaul to fix memeory leak. (desc): Fix to support fix memory leak. *************** *** 29,33 **** ! 2004-05-18 Mike H. Benton (bik...@us...) *src/statistics.c (stats_main): Moved and implement verified ability. Implemented calls to more statistical functions in libmistat. --- 42,46 ---- ! 2004-04-18 Mike H. Benton (bik...@us...) *src/statistics.c (stats_main): Moved and implement verified ability. Implemented calls to more statistical functions in libmistat. |