Author: svn-role
Date: Wed Nov 19 04:01:02 2014
New Revision: 1640483
URL: http://svn.apache.org/r1640483
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, rhuijben
Modified:
subversion/branches/1.8.x/ (props changed)
subversion/branches/1.8.x/STATUS
subversion/branches/1.8.x/subversion/include/svn_io.h
Propchange: subversion/branches/1.8.x/
------------------------------------------------------------------------------
Merged /subversion/trunk:r1636874
Modified: subversion/branches/1.8.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.8.x/STATUS?rev=1640483&r1=1640482&r2=1640483&view=diff
==============================================================================
--- subversion/branches/1.8.x/STATUS (original)
+++ subversion/branches/1.8.x/STATUS Wed Nov 19 04:01:02 2014
@@ -205,10 +205,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, rhuijben
Modified: subversion/branches/1.8.x/subversion/include/svn_io.h
URL:
http://svn.apache.org/viewvc/subversion/branches/1.8.x/subversion/include/svn_io.h?rev=1640483&r1=1640482&r2=1640483&view=diff
==============================================================================
--- subversion/branches/1.8.x/subversion/include/svn_io.h (original)
+++ subversion/branches/1.8.x/subversion/include/svn_io.h Wed Nov 19 04:01:02
2014
@@ -1148,6 +1148,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,