> From: [log in to unmask] > > Our process group in its infinite stupidity has dictated that we now > provide lines of code for changes, but we must also provide new > lines vs changes lines, and of course did not provide any kind of > tool that would do this. My present project is a very Ada program > which seems to always be changing. Is there any kind of tool that > would work on a PC, SUN, or VAX that could provide the numbers or > are we destined to try to do this by hand? cvs2html (http://www.sslug.dk/cvs2html/) generates output that flags new/changed/deleted sections in different colours. It's a perl script that processes the output of diff, so you might be able to reuse some of the ideas .. How do they propose you count deleted lines?!