Posted Mar 31, 2008 21:24 UTC (Mon) by ajross (subscriber, #4563)
[Link]
Goodness no: kilobytes of C code. And it includes only the core library stuff, and ignores
extension code (currently readline, pcre, sqlite, gtk and cairo) and soft-coded libraries
(there's an XML parser and a few other gadgets). The current code in CVS is a little bigger
now, at 158k.
Looking at line endings as the LOC metric I count 5507 lines. Lines with semicolons are an
easy trick to use if you want a measure that ignores comments (i.e. code complexity, not
verbosity), and there are 2620 of those. I'm sure there are others out there, but I don't
much care. The point is that it's small. :)