CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/09/20 13:05:51
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.17 retrieving revision 1.18 diff -u -b -r1.17 -r1.18 --- NEWS 20 Sep 2006 04:04:29 -0000 1.17 +++ NEWS 20 Sep 2006 13:05:51 -0000 1.18 @@ -52,6 +52,12 @@ * New `--safer' command-line option cripples the potentially unsafe macros `debugfile', `syscmd', `esyscmd', and `maketemp'. +* New `-b'/`--batch' command line option to force non-interactive mode. + Also, in addition to `-e'/`--interactive' requesting interactive mode, m4 + now follows the lead of sh, and automatically enters interactive mode + when there are no files specified, and when both standard input and + standard error are terminals. + * New `m' flag to `-d'/`--debug' option or `debugmode' macro traces actions related to module loading and unloading. Also, the `--debug' option now understands `-' and `+' modifiers, the way `debugmode' has
