CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/01/09 16:12:43

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.234
retrieving revision 1.1.1.1.2.235
diff -u -b -r1.1.1.1.2.234 -r1.1.1.1.2.235
--- ChangeLog   6 Jan 2007 19:56:11 -0000       1.1.1.1.2.234
+++ ChangeLog   9 Jan 2007 16:12:43 -0000       1.1.1.1.2.235
@@ -1,3 +1,13 @@
+2007-01-09  Eric Blake  <[EMAIL PROTECTED]>
+
+       * src/eval.c (ASSIGN): New enumerator.
+       (eval_lex): Recognize '='.
+       (equality_term): Treat '=' like '==', but warn that it is
+       deprecated.
+       * doc/m4.texinfo (Eval): Document and test this.
+       (Incompatibilities): Document the POSIX incompatibility.
+       * NEWS: Document this change.
+
 2007-01-06  Eric Blake  <[EMAIL PROTECTED]>
 
        * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import stdint'.
@@ -3433,7 +3443,7 @@
 
        -----
 
-       $Revision: 1.1.1.1.2.234 $ $Date: 2007/01/06 19:56:11 $
+       $Revision: 1.1.1.1.2.235 $ $Date: 2007/01/09 16:12:43 $
 
        Local Variables:
        coding: utf-8


Reply via email to