On 02.06.2011 23:12, Stefan Sperling wrote:
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.
[Scraping some old email from the bottom of my inbox]
We could simply move these functions to svn_io_private.h
where they would live alongside *_is_buffered. Their usage
is tightly related to each other anyways.
-- Stefan^2.