Prepare for faster uN_strstr functions.
[gnulib.git] / ChangeLog
index db4abac..468e317 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2011-01-21  Pádraig Brady  <P@draigBrady.com>
+            Bruno Haible  <bruno@clisp.org>
+
+       Prepare for faster uN_strstr functions.
+       * lib/str-kmp.h: Support definable UNITs.
+       (knuth_morris_pratt): Renamed from knuth_morris_pratt_unibyte. Add
+       needle_len argument.
+       * lib/mbsstr.c (mbsstr): Adjust for the changed str-kmp.h.
+       * lib/mbscasestr.c (mbscasestr): Likewise.
+
+2011-01-21  Pádraig Brady <P@draigBrady.com>
+
+       malloca-tests: make faster by unsetting MALLOC_PERTURB_
+       * tests/test-malloca.c (main): Unset the environment variable
+       to greatly speed up the test.
+       * tests/init.sh: Don't say that MALLOC_PERTURB_ is cheap.
+       * modules/malloca-tests: Depend on unsetenv.
+
+2011-01-21  Pádraig Brady <P@draigBrady.com>
+
+       ignore-value: remove stdint dependency
+       * lib/ignore-value.h: Remove <stdint.h>
+       * modules/ignore-value: Remove stdint dependency.
+
+2011-01-21  Jim Meyering  <meyering@redhat.com>
+
+       maint.mk: adjust variable name to be consistent with other gl_ vars
+       * top/maint.mk (gl_public_submodule_commit): Rename the variable
+       to be lower case.
+
 2011-01-20  Jim Meyering  <meyering@redhat.com>
 
        maint.mk: make "check" depend on public-submodule-commit by default