CVSROOT: /sources/m4 Module name: m4 Changes by: Eric Blake <ericb> 06/09/28 04:22:33
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.21 retrieving revision 1.22 diff -u -b -r1.21 -r1.22 --- NEWS 27 Sep 2006 13:21:05 -0000 1.21 +++ NEWS 28 Sep 2006 04:22:33 -0000 1.22 @@ -59,10 +59,11 @@ standard error are terminals. * New `m' flag to `-d'/`--debug' option or `debugmode' macro traces - actions related to module loading and unloading. New `s' flag shows the - entire stack of `pushdef' definitions during `dumpdef'. Also, the - `--debug' option now understands `-' and `+' modifiers, the way - `debugmode' has always done. + actions related to module loading and unloading, and affects `dumpdef' + output to show where builtins come from. New `s' flag shows the entire + stack of `pushdef' definitions during `dumpdef'. Also, the `--debug' + option now understands `-' and `+' modifiers, the way `debugmode' has + always done. * The semantics of `traceon' and `traceoff' now match traditional implementations: when called without arguments, they affect global state
