CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/06/30 15:06:54
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.27 retrieving revision 1.1.1.1.2.28 diff -u -b -r1.1.1.1.2.27 -r1.1.1.1.2.28 --- NEWS 30 Jun 2006 03:38:48 -0000 1.1.1.1.2.27 +++ NEWS 30 Jun 2006 15:06:53 -0000 1.1.1.1.2.28 @@ -22,6 +22,9 @@ 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 + __unix__. This allows input files to determine when syscmd might behave + differently. Version 1.4.4b - 17 June 2006, by Eric Blake (CVS version 1.4.4a)