* doc/autoconf.texi (Looping constructs): New node, to
commit14f61daa3cf219421f83313938ea2a78aa58ac7f
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 20 Feb 2006 21:43:05 +0000 (20 21:43 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 20 Feb 2006 21:43:05 +0000 (20 21:43 +0000)
treed6c330c87a752f27cf80e146bdcf374bc0e1a145
parentcf77d083f021a412a89d29347a41e2f96d351f50
* doc/autoconf.texi (Looping constructs): New node, to
document m4_for, m4_foreach, m4_foreach_w, and mention
obsolete AC_FOREACH.
(Obsolete Macros): Document AC_FOREACH.
* lib/m4sugar/m4sugar.m4 (_m4_for): Fix declaration comment.
(m4_for): Fix to never loop (almost) endlessly, work correctly
with arithmetic expressions in arguments, a step of zero or
non-integer multiple of the interval, and avoid integer
overflow.
* tests/m4sugar.at: New test for m4_for, m4_foreach, and
m4_foreach_w.
ChangeLog
doc/autoconf.texi
lib/m4sugar/m4sugar.m4
tests/m4sugar.at