autoconf/bin
Akim Demaille 2df476bb0c mawk suffers a severe performance loss when using `sub' with a
changing value.  On the `configure' script of the fileutils:
mawk '{ sub (/foo/, foo++) }'                  -> 14s.
mawk '{ if ($0 ~ /foo/) sub (/foo/, foo++) }'  -> 0.03s.
mawk '{ sub (/foo/, foo) }'                    -> 0.03s.

* autoconf.sh (task script, AWK script): Run `sub (__oline__,
oline)' only in the lines that match `__oline__'.
Suggested by Paul Eggert.
2000-04-28 09:46:55 +00:00
..
autoconf.in mawk suffers a severe performance loss when using `sub' with a 2000-04-28 09:46:55 +00:00
autoheader.in * autoheader.sh: Catch up with the `mktemp -d' changes in 2000-03-31 08:20:09 +00:00
autoreconf.in More uniform style is scripts. 2000-03-13 17:26:21 +00:00
autoscan.in * autoscan.pl: Reindent using 2 spaces, not 4. 2000-04-11 12:06:12 +00:00
ifnames.in More uniform style is scripts. 2000-03-13 17:26:21 +00:00