CVSROOT: /sources/m4
Module name: m4
Branch: branch-1_4
Changes by: Eric Blake <ericb> 06/10/31 14:13:41
Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.211
retrieving revision 1.1.1.1.2.212
diff -u -b -r1.1.1.1.2.211 -r1.1.1.1.2.212
--- ChangeLog 29 Oct 2006 15:22:42 -0000 1.1.1.1.2.211
+++ ChangeLog 31 Oct 2006 14:13:41 -0000 1.1.1.1.2.212
@@ -1,3 +1,12 @@
+2006-10-31 Eric Blake <[EMAIL PROTECTED]>
+
+ * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import strstr'.
+ * doc/m4.texinfo (Translit): Improve the documentation.
+ * src/builtin.c (m4_translit): Optimize to O(n) instead of O(n^2)
+ algorithm.
+ (m4_index): Simplify, and speed up slightly.
+ * NEWS: Document this fix.
+
2006-10-28 Eric Blake <[EMAIL PROTECTED]>
* src/input.c (set_quotes): Don't allow empty end-quote with
@@ -3257,7 +3266,7 @@
-----
- $Revision: 1.1.1.1.2.211 $ $Date: 2006/10/29 15:22:42 $
+ $Revision: 1.1.1.1.2.212 $ $Date: 2006/10/31 14:13:41 $
Local Variables:
coding: utf-8