You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by jc...@apache.org on 2010/12/24 20:06:16 UTC

svn commit: r1052552 - /subversion/branches/diff-optimizations-bytes/BRANCH-README

Author: jcorvel
Date: Fri Dec 24 19:06:16 2010
New Revision: 1052552

URL: http://svn.apache.org/viewvc?rev=1052552&view=rev
Log:
On the diff-optimizations-bytes branch:

Update BRANCH-README, marking "implementation of increment/decrement with
help of a macro" as DONE.

Modified:
    subversion/branches/diff-optimizations-bytes/BRANCH-README

Modified: subversion/branches/diff-optimizations-bytes/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/diff-optimizations-bytes/BRANCH-README?rev=1052552&r1=1052551&r2=1052552&view=diff
==============================================================================
--- subversion/branches/diff-optimizations-bytes/BRANCH-README (original)
+++ subversion/branches/diff-optimizations-bytes/BRANCH-README Fri Dec 24 19:06:16 2010
@@ -25,7 +25,7 @@ TODO:
      (this may eliminate the need for datasource_open, and the flag
       datasource_opened in token.c#svn_diff__get_tokens)
   * implement (part of) increment_pointers and
-    decrement_pointers with a macro            []
+    decrement_pointers with a macro            [DONE]
      (offers another 10% speedup)
   * revv svn_diff.h#svn_diff_fns_t             []