On Thu, Jun 02, 2011 at 10:59:15PM +0200, Stefan Sperling wrote: > I've ripped out mark/seek from the patch code in r1130809. I think we > could now remove mark and seek from the stream API before 1.7 release.
Hmmm, stream.c:stream_readline_chunky() still requires mark/seek. I suppose we could make this functionality private to stream.c though.