K 10
svn:author
V 6
hkehoe
K 8
svn:date
V 27
2004-06-10T22:04:24.000000Z
K 7
svn:log
V 412
Make sure that buffer_size is always at least as large as QIO_BUFFERSIZE
but still a multiple of st_blksize.

Change QIO to do something more sane with lines that are too long.  Rather
than returning too long of a line once and then returning a partial line
on the next try, consume all of the too-long line before returning the
first error.  This way, the next call will still return the next line of
the file.

END
