CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 07/08/09 13:39:10
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.110 retrieving revision 1.1.1.1.2.111 diff -u -b -r1.1.1.1.2.110 -r1.1.1.1.2.111 --- NEWS 22 Jul 2007 04:40:15 -0000 1.1.1.1.2.110 +++ NEWS 9 Aug 2007 13:39:09 -0000 1.1.1.1.2.111 @@ -7,6 +7,10 @@ * Fix regression introduced in 1.4.9b in the `divert' builtin when more than 512 kibibytes are saved in diversions on platforms like NetBSD where fopen(name,"a+") seeks to the end of the file. +* Enhance the `defn' builtin to support concatenation of multiple text + arguments, as required by POSIX. However, at this time, it is not + possible to concatenate a builtin macro with anything else. +* A number of portability improvements inherited from gnulib. Version 1.4.10 - 09 Jul 2007, by Eric Blake (CVS version 1.4.9c)
