CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/12 13:12:40
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.33 retrieving revision 1.1.1.1.2.34 diff -u -b -r1.1.1.1.2.33 -r1.1.1.1.2.34 --- NEWS 11 Jul 2006 14:17:40 -0000 1.1.1.1.2.33 +++ NEWS 12 Jul 2006 13:12:40 -0000 1.1.1.1.2.34 @@ -24,7 +24,7 @@ zeroes on integers printed with %.0f. On systems without these functions, format is no longer subject to a buffer overflow that permitted arbitrary code execution. -* On Windows builds, the macro __windows__ is provided instead of +* On native Windows builds, the macro __windows__ is provided instead of __unix__. Likewise, on OS/2 builds, the macro __os2__ is provided. This allows input files to determine when syscmd might behave differently. * Fix bug in 1.4.3 patch to use \n line-endings that did not work for @@ -34,6 +34,8 @@ to read a directory as a file. * Many documentation improvements. Also, the manual is now distributed under FDL 1.2, rather than a stricter verbatim-only license. +* Raise the -L (--nesting-limit) command line option limit from 250 to + 1024. Version 1.4.4b - 17 June 2006, by Eric Blake (CVS version 1.4.4a)
