Speed up by 10%.
[gnulib.git] / ChangeLog
index 2583f1a..437e4a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2008-02-17  Bruno Haible  <bruno@clisp.org>
 
+       Speed up by 10%.
+       * lib/git-merge-changelog.c (main): Use the iterator to iterate through
+       result_entries, rather than an index-based loop.
+
+2008-02-17  Bruno Haible  <bruno@clisp.org>
+
        Speed up by 25%.
        * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
        'hashcode_cached'.
        * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
        now works outside glibc.
 
-2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
\ No newline at end of file
+2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>