Author: svn-role
Date: Wed Nov 19 04:00:20 2014
New Revision: 1640478
URL: http://svn.apache.org/r1640478
Log:
Merge r1636874 from trunk:
* r1636874
Provide @since information in svn_stream_skip docstring.
Justification:
Our API docs should be accurate.
Votes:
+1: stefan2, julianfoad
Modified:
subversion/branches/1.7.x/ (props changed)
subversion/branches/1.7.x/STATUS
subversion/branches/1.7.x/subversion/include/svn_io.h
Propchange: subversion/branches/1.7.x/
------------------------------------------------------------------------------
Merged /subversion/trunk:r1636874
Modified: subversion/branches/1.7.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.7.x/STATUS?rev=1640478&r1=1640477&r2=1640478&view=diff
==============================================================================
--- subversion/branches/1.7.x/STATUS (original)
+++ subversion/branches/1.7.x/STATUS Wed Nov 19 04:00:20 2014
@@ -165,10 +165,3 @@ Veto-blocked changes:
Approved changes:
=================
-
- * r1636874
- Provide @since information in svn_stream_skip docstring.
- Justification:
- Our API docs should be accurate.
- Votes:
- +1: stefan2, julianfoad
Modified: subversion/branches/1.7.x/subversion/include/svn_io.h
URL:
http://svn.apache.org/viewvc/subversion/branches/1.7.x/subversion/include/svn_io.h?rev=1640478&r1=1640477&r2=1640478&view=diff
==============================================================================
--- subversion/branches/1.7.x/subversion/include/svn_io.h (original)
+++ subversion/branches/1.7.x/subversion/include/svn_io.h Wed Nov 19 04:00:20
2014
@@ -1064,6 +1064,8 @@ svn_stream_read(svn_stream_t *stream,
* of reads or a simple seek operation. If the stream implementation has
* not provided a skip function, this will read from the stream and
* discard the data.
+ *
+ * @since New in 1.7.
*/
svn_error_t *
svn_stream_skip(svn_stream_t *stream,