m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/NEWS,v [branch-1_4]


From: Eric Blake
Subject: Changes to m4/NEWS,v [branch-1_4]
Date: Thu, 19 Oct 2006 23:13:06 +0000

CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      06/10/19 23:13:05

Index: NEWS
===================================================================
RCS file: /sources/m4/m4/NEWS,v
retrieving revision 1.1.1.1.2.72
retrieving revision 1.1.1.1.2.73
diff -u -b -r1.1.1.1.2.72 -r1.1.1.1.2.73
--- NEWS        13 Oct 2006 22:25:32 -0000      1.1.1.1.2.72
+++ NEWS        19 Oct 2006 23:13:05 -0000      1.1.1.1.2.73
@@ -26,6 +26,16 @@
   M4 must use temporary files, the environment variable $TMPDIR is now
   consulted, and a better effort is made to clean up those files in the
   event of a fatal signal.
+* The `mkstemp' builtin is added with the same GNU semantics as `maketemp',
+  based on the recommendation of POSIX to deprecate the POSIX semantics of
+  `maketemp' as inherently insecure.  In GNU mode (no -G supplied on the
+  command line), `maketemp' silently retains the secure GNU semantics, but
+  a future release of M4 will change this to emit a warning.  In
+  traditional mode (m4 -G), `maketemp' now uses the POSIX-mandated insecure
+  semantics, and issues a warning that you should convert your script to
+  use `mkstemp' instead.  Additionally, `mkstemp' and `maketemp' are now
+  well-defined even if the template argument does not end in six `X'
+  characters.
 
 Version 1.4.7 - 25 September 2006, by Eric Blake  (CVS version 1.4.6a)
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]