CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/08/18 23:11:37
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.54 retrieving revision 1.1.1.1.2.55 diff -u -b -r1.1.1.1.2.54 -r1.1.1.1.2.55 --- NEWS 18 Aug 2006 16:28:22 -0000 1.1.1.1.2.54 +++ NEWS 18 Aug 2006 23:11:36 -0000 1.1.1.1.2.55 @@ -11,8 +11,10 @@ * The format macro now understands %F, %g, and %G. * When loading frozen files, m4 now exits with status 63 if version mismatch is detected. -* Fix bugs that occurred when invoked with stdout or stderr closed. - Detect write failures to stdout or to the target of the debugfile macro. +* Fix bugs that occurred when invoked with stdout or stderr closed, + and detect write failures to stdout or to the target of the + debugfile macro. In particular, the syscmd and esyscmd macros can + no longer interfere with the debug stream or diversions. * The m4exit macro now converts values outside the range 0-255 to 1. * It is now an error if a command-line input file ends in the middle of a comment, matching the behavior of mid-string and mid-argument
