(getline): When a search of already-read input for CRLF
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Oct 1994 04:41:21 +0000 (04:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Oct 1994 04:41:21 +0000 (04:41 +0000)
commitb6606ad82121b79500fcb7e6951341a6faae2047
treef6898123b7bc25e50af9ed65eef632de9103bf43
parentc3a646c2abf74ab099670c5f47346f6e141a76da
(getline): When a search of already-read input for CRLF
fails, store the fact that we've searched it and don't search it
again after reading more data.

(getline): When determining whether or not it's necessary
to grow the input buffer, take into account the null that's stored
at the end of already-read input in the buffer.
lib-src/pop.c