Test of fuzzy string matching.
[gnulib.git] / ChangeLog
index f683c2c..4d7c0dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2007-08-18  Bruno Haible  <bruno@clisp.org>
+
+       * modules/fstrcmp-tests: New file.
+       * tests/test-fstrcmp.c: New file.
+
+2007-08-18  Bruno Haible  <bruno@clisp.org>
+
+       * modules/fstrcmp: New file, from GNU gettext with modifications.
+       * lib/fstrcmp.h: New file, from GNU gettext.
+       * lib/fstrcmp.c: New file, from GNU gettext.
+       * MODULES.html.sh (String handling): Add fstrcmp.
+
+2007-08-18  Bruno Haible  <bruno@clisp.org>
+
+       * lib/diffseq.h (struct context): Change type of 'heuristic' field to
+       'bool'.
+       (diag, compareseq): Remove const from the ctxt argument.
+       (USE_HEURISTIC): Undefine at the end.
+
+2007-08-18  Jim Meyering  <jim@meyering.net>
+
+       New file: lib/idcache.h
+       * NEWS: Mention the addition.
+       * modules/idcache (Files): Add lib/idcache.h
+       * lib/idcache.c: Include "idcache.h".
+       Don't include <sys/types.h>.
+       Add a FIXME comment.
+       Move file-scoped "static" declarations to the top.
+       * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
+
 2007-08-17  Bruno Haible  <bruno@clisp.org>
        and Paul Eggert  <eggert@cs.ucla.edu>