On 2/9/11 4:35 PM, stef...@apache.org wrote:
Author: stefan2
Date: Thu Feb 10 00:35:35 2011
New Revision: 1069176
URL: http://svn.apache.org/viewvc?rev=1069176&view=rev
Log:
Incorporate review feedback from Blair (see
http://svn.haxx.se/dev/archive-2011-02/0259.shtml).
* subversion/include/svn_io.h
(svn_stream_skip): Explain the (non-)semantics of the skip operation
* subversion/libsvn_subr/subst.c
(translated_stream_skip): fix implementation as suggested
* subversion/libsvn_subr/stream.c
(skip_default_handler, skip_handler_apr): dito
(buffered_handler_apr): use apr_file_flags_get instead of
apr_file_buffer_size_get to become compatible with APR 0.9
Thanks!