* doc/m4.texinfo (Invoking m4): Update according to POSIX 200x
commitdd978e990064e693842b2b22b73221ef62ac53f8
authorEric Blake <ebb9@byu.net>
Wed, 1 Nov 2006 13:44:53 +0000 (1 13:44 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:27:48 +0000 (21 15:27 -0600)
treee1aaf7ffc676f0c3cbffeebdbd0749cd7c415dd1
parent3bf46fa89f8f861ddecb0da33eb5edc0f7fae655
* doc/m4.texinfo (Invoking m4): Update according to POSIX 200x
draft wording.
* src/m4.h (m4_path_search): Tweak signature.
* src/path.c (m4_path_search): Likewise.
* src/builtin.c (include): Update caller.
* src/m4.c (main): Allow -D, -U, -t, and -s to be interspersed
with file names.  Don't write to **argv.
(process_file): New helper method.
* NEWS: Document this fix.
ChangeLog
NEWS
doc/m4.texinfo
src/builtin.c
src/m4.c
src/m4.h
src/path.c