"C. Scott Ananian" <cananian@lesser-magoo.lcs.mit.edu> writes:
> 2001-09-05 C. Scott Ananian <cananian@alumni.princeton.edu>
>
> * svn_string.c svn_string.h (svn_string_create, svn_string_ncreate,
> svn_string_create_from_buf, svn_string_createf, svn_string_createv,
> svn_string_isempty, svn_string_dup, svn_string_compare,
> svn_string_first_non_whitespace, svn_string_strip_whitespace,
> svn_string_find_char_backward, scn_stringbuf_create_from_string,
> svn_stringbuf_ncreate, svn_stringbuf_createv):
> Attack the first part of the first "bite-sized task" (string
> cleanup) by adding methods to operate on svn_string_t types.
> These are almost identical to the methods to operate on
> svn_stringbuf_t's, except for a few tweaks here and there --
> and since the string referenced by an svn_string_t is immutable,
> all the mutation methods of svn_stringbuf_t have been omitted.
> Also added methods to create an svn_string_t from an svn_stringbuf_t
> and vice-versa. The old private 'create_string' function has been
> renamed to 'create_stringbuf' to better match its function.
Applied. Thanks again.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:40 2006