Fix small mistake.
[pspp] / ChangeLog
index 108e19b737ad4d52e3e710daad3004dc1aa1c562..43125e06a92cea5aefd29fc63fbc896f354acb24 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,51 @@
+2009-07-02  Bruno Haible  <bruno@clisp.org>
+
+       * lib/git-merge-changelog.c (compute_mapping): Fix determination of
+       best_i.
+
+2009-07-02  Bruno Haible  <bruno@clisp.org>
+
+       Speed up approximate search for matching ChangeLog entries.
+       * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
+       argument. Call fstrcmp_bounded instead of fstrcmp.
+       (compute_mapping, try_split_merged_entry, main): Update callers.
+
+2009-07-02  Bruno Haible  <bruno@clisp.org>
+
+       * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
+
 2009-06-30  Bruno Haible  <bruno@clisp.org>
 
+       Reduce the number of uc_is_cased calls.
+       * lib/unicase.h (casing_suffix_context_t): Add
+       'first_char_except_ignorable' field.
+       * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
+       (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
+       * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
+       Update initializer.
+       * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
+       case-ignorable characters.
+       * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
+       * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
+       * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
+       * modules/unicase/u16-suffix-context (Depends-on): Likewise.
+       * modules/unicase/u32-suffix-context (Depends-on): Likewise.
+
+2009-06-30  Bruno Haible  <bruno@clisp.org>
+
+       Tests for module 'unicase/ignorable'.
+       * modules/unicase/ignorable-tests: New file.
+       * tests/unicase/test-ignorable.c: New file, generated by
+       gen-uni-tables.
+
+       Tests for module 'unicase/cased'.
+       * modules/unicase/cased-tests: New file.
+       * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
+       * tests/unicase/test-predicate-part1.h: New file, derived from
+       tests/unictype/test-predicate-part1.h.
+       * tests/unicase/test-predicate-part2.h: New file, same as
+       tests/unictype/test-predicate-part2.h.
+
        Fix evaluation of "Before C" condition of FINAL_SIGMA.
        * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
        (output_casing_properties): New function.