K 10 svn:author V 2 dd K 8 svn:date V 27 2005-06-15T10:13:04.000000Z K 7 svn:log V 346 Correctly handle an input file without a newline on the last line (and avoid the confusing error message about the line being too long). This change uses fgetln to detect the right conditions, but the fixed-width line buffer is kept because too many other places in the program make assumptions about its maximum width. Approved by: re (scottl) END