CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/11 12:17:11
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.31 retrieving revision 1.1.1.1.2.32 diff -u -b -r1.1.1.1.2.31 -r1.1.1.1.2.32 --- NEWS 10 Jul 2006 01:44:10 -0000 1.1.1.1.2.31 +++ NEWS 11 Jul 2006 12:17:11 -0000 1.1.1.1.2.32 @@ -25,8 +25,8 @@ 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 - __unix__. This allows input files to determine when syscmd might behave - differently. + __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 cygwin. * When given the empty string or 0, undivert is now documented as a no-op
