I've been too damn bored today...

Francois Gouget fgouget at free.fr
Sat Nov 17 21:36:28 CST 2001


On Sun, 18 Nov 2001, Andreas Mohr wrote:

> Hi all,
> 
> that was the result:
> 
> http://home.nexgo.de/andi.mohr/download/nicegraph.png

   Nice :-)
   There was quite an increase in June 2000. Do you know what caused the
drop in july 2001?


   And today (note this is on my sources, not on pristine CVS sources):

And then you can also count other misc 'source' files:

$ find . -name "*.[ch]" -o -name "*.spec" -o -name "*.rc" -o \
         -name "*.mc" -o -name "*.[ly]" -o -name "*.in" -o \
         -name "*.sgml" | xargs cat | wc -l
 egrep -v "\.(spec\.c|tab.[ch])$" | \
         egrep -v "^lex" | xargs cat | wc -l
 855189

   Note: if you do that on a tree where you have built Wine you can add
egrep -v "\.(spec\.c|tab.[ch])$" | egrep -v "^lex" to try to compensate.
But it will still overcount by about 5% (due to .mc -> .rc?).


And documentation (it's work too):

$ find . -name "*.sgml" | xargs cat | wc -l
  19097



--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
        It really galls me that most of the computer power in the world
                          is wasted on screen savers.
                     Chris Caldwell from the GIMPS project
                       http://www.mersenne.org/prime.htm





More information about the wine-devel mailing list