Author: blair
Revision: 1145352
Modified property: svn:log
Modified: svn:log at Mon Jul 11 21:37:27 2011
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Mon Jul 11 21:37:27 2011
@@ -1,5 +1,5 @@
On svn_mutex branch:
-Switch UTF management code to svn_mutex__t.
+Switch UTF management code to svn_mutex__t.
Simplify locking-related code when possible.
* subversion/libsvn_subr/utf.c
@@ -8,8 +8,10 @@ Simplify locking-related code when possi
(svn_utf_initialize): simplify using new API
(xlate_alloc_handle): common, to-be-sync'ed handle allocation
(get_xlate_handle_node_internal): to-be-sync'ed part of get_xlate_handle_node
- (get_xlate_handle_node): part that does not need sync; sync'ed call to above
functions
- (put_xlate_handle_node_internal): to-be-sync'ed part of
put_xlate_handle_node
- (put_xlate_handle_node): part that does not need sync; sync'ed call to above
function
+ (get_xlate_handle_node): part that does not need sync; sync'ed call
+ to above functions
+ (put_xlate_handle_node_internal): to-be-sync'ed part of put_xlate_handle_node
+ (put_xlate_handle_node): part that does not need sync; sync'ed call
+ to above function
(svn_utf_stringbuf_to_utf8, svn_utf_string_to_utf8, svn_utf_cstring_to_utf8,
svn_utf_cstring_to_utf8_ex2): adapt to changed signatures