From: Peter O. <obe...@us...> - 2010-08-05 16:17:53
|
Update of /cvsroot/ltp/utils/analysis/lcov In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv13274 Modified Files: CHANGES Log Message: lcov: update CHANGES file in preparation of new release Index: CHANGES =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/CHANGES,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** CHANGES 29 Jan 2010 10:01:35 -0000 1.23 --- CHANGES 5 Aug 2010 16:17:44 -0000 1.24 *************** *** 1,2 **** --- 1,38 ---- + Version 1.9 + =========== + + genhtml: + - Improved wording for branch representation tooltip text + - Fixed vertical alignment of HTML branch representation + + geninfo: + - Improved warning message about --initial not generating branch coverage data + - Debugging messages are now printed to STDERR instead of STDOUT + - Fixed problem with some .gcno files. Reported by gu...@fu.... + (file.gcno: reached unexpected end of file) + - Fixed problem with relative build paths. Reported by zha...@gm.... + (cannot find an entry for ^#src#test.c.gcov in .gcno file, skipping file!) + - Fixed problem where coverage data is missing for some files. Reported by + wes...@op... + - Fixed problem where exclusion markers are ignored when gathering + initial coverage data. Reported by ahm...@me.... + - Fixed large execution counts showing as negative numbers in HTML output. + Reported by kky...@ya.... + - Fixed problem that incorrectly associated branches outside of a block with + branches inside the first block + + lcov: + - Fixed problem that made lcov ignore --kernel-directory parameters when + specifying --initial. Reported by hj...@re.... + - Added --list-full-path option to prevent lcov from truncating paths in list + output + - Added lcov_list_width and lcov_list_truncate_max directives to the + lcov configuration file to allow for list output customization + - Improved list output + + COPYING: + - Added license text to better comply with GPL recommendations + + Version 1.8 =========== |