[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] char_filter_callback for streams

From: Daniel Näslund <daniel_at_longitudo.com>
Date: Thu, 27 Aug 2009 13:44:37 +0200

Hi!

We have line_filter_callback that can exclude certain lines. The
line_transformer can replace, add or delete characters from a line.

[[[
Creata a new callback for svn_stream_readline() that can replace, add or
delete characters from a line.

* subversion/include/svn_io.h
 (svn_stream_set_line_transformer_callback): Declare

* subversion/libsvn_subr/stream.c
  (svn_stream_set_line_transformer_callback): Sets the new callback

* subversion/tests/libsvn_subr/stream-tests.c
  (line_transformer): A callback of the new function. Removes leading
    '!' characters. Does not allocate a new line.
  (test_stream_line_transformer): tests the above callback.
]]]

Mvh
Daniel

Received on 2009-08-27 13:45:30 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.