From: Peter O. <obe...@us...> - 2010-08-20 13:15:00
|
Update of /cvsroot/ltp/utils/analysis/lcov/bin In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv4380/bin Modified Files: genpng lcov Log Message: lcov: follow Perl naming guidelines Index: genpng =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/genpng,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** genpng 6 Aug 2010 11:25:12 -0000 1.15 --- genpng 20 Aug 2010 13:14:50 -0000 1.16 *************** *** 23,27 **** # representing each source code character by a single pixel. # ! # Note that the PERL module GD.pm is required for this script to work. # It may be obtained from http://www.cpan.org # --- 23,27 ---- # representing each source code character by a single pixel. # ! # Note that the Perl module GD.pm is required for this script to work. # It may be obtained from http://www.cpan.org # Index: lcov =================================================================== RCS file: /cvsroot/ltp/utils/analysis/lcov/bin/lcov,v retrieving revision 1.74 retrieving revision 1.75 diff -C2 -d -r1.74 -r1.75 *** lcov 20 Aug 2010 13:08:24 -0000 1.74 --- lcov 20 Aug 2010 13:14:50 -0000 1.75 *************** *** 2589,2593 **** # transform_pattern(pattern) # ! # Transform shell wildcard expression to equivalent PERL regular expression. # Return transformed pattern. # --- 2589,2593 ---- # transform_pattern(pattern) # ! # Transform shell wildcard expression to equivalent Perl regular expression. # Return transformed pattern. # |