On Mon, May 16, 2005 at 09:56:40AM -0700, Bryce Harrington wrote:
Coding activity appears to have picked up quite a bit over this past month, with 20,000 lines of code [excluding blank lines, comment lines] added.
wc libcroco/* gives 28763 raw lines. A primitive perl script for filtering out comments suggests that it includes 18352 code lines, 4484 blank lines, and presumably 28763 - 18352 - 4484 = 5927 comment lines.
Adding a new column:
Statistics Feb 15 Mar 15 Apr 15 May 15 LessLibcroco ========== ====== ====== ====== ====== ------------ Lines of Code in src/: 333,139 342,852 340,515 373,651 344,888 Code lines 234,651 241,177 238,522 259,984 241,632 Comment line 58,239 60,354 60,382 67,053 61,126 Blank 46,859 47,978 48,152 53,244 48,760
pjrm.