Log Message: |
Finish ending the use of the deprecated svn_stream_set_read().
* subversion/bindings/ctypes-python/csvn/types.py
(Stream.__init__): Use svn_stream_set_read2().
* subversion/bindings/javahl/native/InputStream.cpp
(InputStream::getStream): Use svn_stream_set_read2().
* subversion/bindings/javahl/native/jniwrapper/jni_io_stream.cpp
(InputStream::get_global_stream, InputStream:get_stream):
Use svn_stream_set_read2().
* subversion/bindings/swig/perl/libsvn_swig_perl/swigutil_pl.c
(svn_swig_pl_make_stream): Use svn_stream_set_read2().
* subversion/bindings/swig/python/libsvn_swig_py/swigutil_py.c
(svn_swig_py_make_stream): Use svn_stream_set_read2().
* subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c
(svn_swig_rb_make_stream): Use svn_stream_set_read2().
* subversion/libsvn_fs_base/reps-strings.c
(svn_fs_base__rep_contents_read_stream): Use svn_stream_set_read2().
* subversion/libsvn_fs_fs/cached_data.c
(svn_fs_fs__get_contents): Use svn_stream_set_read2().
* subversion/libsvn_fs_fs/recovery.c
(recover_find_max_ids): Use svn_stream_set_read2().
* subversion/libsvn_fs_x/cached_data.c
(svn_fs_x__get_contents): Use svn_stream_set_read2().
* subversion/libsvn_subr/spillbuf.c
(svn_stream__from_spillbuf): Use svn_stream_set_read2().
* subversion/libsvn_subr/stream.c
(svn_stream_compressed): Use svn_stream_set_read2().
* subversion/libsvn_subr/subst.c
(stream_translated, svn_subst_stream_from_specialfile):
Use svn_stream_set_read2().
* subversion/libsvn_wc/adm_crawler.c
(copying_stream): Use svn_stream_set_read2().
* subversion/libsvn_wc/translate.c
(svn_wc__internal_translated_stream): Use svn_stream_set_read2().
|