* m4/gnulib-cache.m4: Augment with 'gnulib-tool --import strstr'.
commit3bf46fa89f8f861ddecb0da33eb5edc0f7fae655
authorEric Blake <ebb9@byu.net>
Tue, 31 Oct 2006 14:13:41 +0000 (31 14:13 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:27:47 +0000 (21 15:27 -0600)
treec574ae6d36da3ec061c1422cf6f0a3a82b7687f7
parentaba2c791aaa3fe58f1f12058a843f279d4c052ee
* 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.
ChangeLog
NEWS
doc/m4.texinfo
m4/gnulib-cache.m4
src/builtin.c