CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/26 23:21:29
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.43 retrieving revision 1.1.1.1.2.44 diff -u -b -r1.1.1.1.2.43 -r1.1.1.1.2.44 --- NEWS 24 Jul 2006 20:02:16 -0000 1.1.1.1.2.43 +++ NEWS 26 Jul 2006 23:21:29 -0000 1.1.1.1.2.44 @@ -12,6 +12,11 @@ * Fix bugs that occurred when invoked with stdout or stderr closed. Detect write failures to stdout. * 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 + collection. +* The dnl macro now warns if end of file is encountered instead of a + newline. Version 1.4.5 - 15 July 2006, by Eric Blake (CVS version 1.4.4c)
