Case Control tests for Samples with Related Individuals (CC-QLS) Version 1.0 (11/1/03) ======================= - Initial Release Version 1.2 (07/01/05) ======================= - Correct several bugs - Change some memory allocations to allow analysis of larger family sets - Check whether QL-frequency estimates are negative. Skip QL computation for such markers Version 1.2.1 (08/10/05) ====================== Thanks to Dan Weeks' comments - Correct a memory allocation for Mark[m].typed - Correct a flaw in the program logic (length of string "line" extended from 2*MAXMARK to 2*(MAXMARK+3) to allow for 2 chararcters per marker and 1 space) - Correct a bug in the readcar function - Add a test for the number of families and the value of MAXFAM - But still not running on Mac OS X system... Version 1.3 (03/11/06) ====================== Following PL Brunelle's problems - Correct a bug in the makeFreqMat function - Correct memory allocation problems throughout the program using valgrind - Now runs on Mac OS X system