K 10 svn:author V 7 iedowse K 8 svn:date V 27 2004-02-05T21:07:50.000000Z K 7 svn:log V 367 Don't print the oldest line in the message buffer if the buffer is full, since that line is almost always incomplete. Make the parsing of <%d> lines more strict. Also simplify the logic a little: - Start off by making the buffer linear so that we don't have to deal with it wrapping around (suggested by bde). - Process line by line rather than byte at a time. END