CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/08/09 13:39:10

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.283
retrieving revision 1.1.1.1.2.284
diff -u -b -r1.1.1.1.2.283 -r1.1.1.1.2.284
--- ChangeLog   4 Aug 2007 20:40:08 -0000       1.1.1.1.2.283
+++ ChangeLog   9 Aug 2007 13:39:09 -0000       1.1.1.1.2.284
@@ -1,3 +1,15 @@
+2007-08-09  Eric Blake  <[EMAIL PROTECTED]>
+
+       POSIX requires defn(`a',`b') to concatenate definitions.
+       * src/builtin.c (m4_defn): Allow multiple arguments, but warn if
+       trying to mix a builtin with anything else.
+       * doc/m4.texinfo (Defn): Document a use for this POSIX
+       requirement.
+       (Incompatibilities): Update to match current status.
+       * NEWS: Document this change.
+       * THANKS: Update.
+       Reported by Konrad Schwarz.
+
 2007-08-04  Eric Blake  <[EMAIL PROTECTED]>
 
        Normalize all GPL license notices.
@@ -3834,7 +3846,7 @@
 
        -----
 
-       $Revision: 1.1.1.1.2.283 $ $Date: 2007/08/04 20:40:08 $
+       $Revision: 1.1.1.1.2.284 $ $Date: 2007/08/09 13:39:09 $
 
        Local Variables:
        coding: utf-8


Reply via email to