[Mistat-cvs] mistat ChangeLog,1.21,1.22
Status: Pre-Alpha
Brought to you by:
bikepunk005
|
From: Mike H. B. <bik...@us...> - 2004-05-29 18:22:33
|
Update of /cvsroot/mistat/mistat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14891 Modified Files: ChangeLog Log Message: Added ability to read files that have float and int or just one. Not 100% on printing variable number. Some cleanup of function calls, and other housekeeping. Index: ChangeLog =================================================================== RCS file: /cvsroot/mistat/mistat/ChangeLog,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** ChangeLog 22 May 2004 06:33:02 -0000 1.21 --- ChangeLog 29 May 2004 18:22:21 -0000 1.22 *************** *** 1,48 **** 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! ! *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. ! ! *src/output.c: Continue work on output. About there for basic method. 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. ! (get_data_file): Update. ! Did some housekeeping. ! *src/main.h: Added MAXFILENAME. ! *src/menu.c (do_file_menu): Update. ! ! 2004-04-26 Mike H. Benton (bik...@us...) ! *src/cmdline.c ! *src/cmdline.h: Updated using gengetopt version 2.12.1. --- 1,78 ---- + 2004-05-30 Mike H. Benton (bik...@us...) + *src/menu.c (do_stats_choice): Added an error check for no data. + (menu_main): Added void to declaration. + *src/menu.h: Support changes to menu.c + *src/main.c: Removed so unused declarations, added voids where needed. + *src/main.h: Support changes in main.c. + *src/error.c + *src/error.h: Added void to a fuction call. + + *src/cmdline.c (cmdline_parser_free): Changed i to unsigned. + + *src/file_ops.c (open_file): Added additional error check. + (read_data_file): For no data file, exit. + (get_words): Overhaul to support multiple data types. + (getit): Support multiple data types. + Added a few voids in functions and comment cleanup. + *src/file_ops.h: Support changes for multiple data types. + *src/output.c: Overhaul most functions to support multiple data types. + *src/statistics.c: Overhaul of all functions. + *src/statistics.h: Added defines and updated declarations to support + changes in statistics.c. + + + 2004-05-30 Mike H. Benton (bik...@us...) + *src/statistics.c (stats_main): Added use of type and how_much; and + update call to make_matrix. + *src/statistics.h: Added defines and updated declarations to support + changes in statistics.c. + 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! ! *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. ! ! *src/output.c: Continue work on output. About there for basic method. 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. ! (get_data_file): Update. ! Did some housekeeping. ! *src/main.h: Added MAXFILENAME. ! *src/menu.c (do_file_menu): Update. ! ! 2004-04-26 Mike H. Benton (bik...@us...) ! *src/cmdline.c ! *src/cmdline.h: Updated using gengetopt version 2.12.1. *************** *** 58,64 **** (addrow): Fix to support fix memeory leak. (clear_struct): Added. ! *src/statistics.c: Added new headers from libmistat. ! *Added support for memwatch-2.71. --- 88,94 ---- (addrow): Fix to support fix memeory leak. (clear_struct): Added. ! *src/statistics.c: Added new headers from libmistat. ! *Added support for memwatch-2.71. *************** *** 67,75 **** *src/statistics.c (stats_main): Moved and implement verified ability. Implemented calls to more statistical functions in libmistat. ! (make_vector): Clean up for error check. *src/output.c (output_main): Implements said verifited ability. Some housekeeping. ! ! *src/menu.c: Overall change to prevent recursive call to menu_main. --- 97,105 ---- *src/statistics.c (stats_main): Moved and implement verified ability. Implemented calls to more statistical functions in libmistat. ! (make_vector): Clean up for error check. *src/output.c (output_main): Implements said verifited ability. Some housekeeping. ! ! *src/menu.c: Overall change to prevent recursive call to menu_main. *************** *** 88,92 **** *Added support for libmistat. Removed GSL support. *src/statistics.c: removed many functions and added basic support for ! libmistat. --- 118,122 ---- *Added support for libmistat. Removed GSL support. *src/statistics.c: removed many functions and added basic support for ! libmistat. *************** *** 150,154 **** (get_choice): modified to accept negative numbers, and make navigation easier. ! Also, some housekeeping. *src/menu.h: housekeeping. --- 180,184 ---- (get_choice): modified to accept negative numbers, and make navigation easier. ! Also, some housekeeping. *src/menu.h: housekeeping. *************** *** 188,192 **** */src: all *.h and *.c files: Processed with asytle and indent. The ! commands ! are: indent -bap and then astyle --style=gnu. --- 218,223 ---- */src: all *.h and *.c files: Processed with asytle and indent. The ! commands are: indent -bap and then astyle --style=gnu. ! ! |