CVSROOT:        /sources/m4
Module name:    m4
Branch:         branch-1_4
Changes by:     Eric Blake <ericb>      07/04/25 14:04:13

Index: ChangeLog
===================================================================
RCS file: /sources/m4/m4/ChangeLog,v
retrieving revision 1.1.1.1.2.259
retrieving revision 1.1.1.1.2.260
diff -u -b -r1.1.1.1.2.259 -r1.1.1.1.2.260
--- ChangeLog   23 Apr 2007 19:41:10 -0000      1.1.1.1.2.259
+++ ChangeLog   25 Apr 2007 14:04:12 -0000      1.1.1.1.2.260
@@ -1,3 +1,12 @@
+2007-04-25  Eric Blake  <[EMAIL PROTECTED]>
+
+       Fix negative division within eval, regression of 2007-01-06.
+       * doc/m4.texinfo (Eval): Catch this bug.
+       * src/eval.c (mult_term): Fix it.
+       * NEWS: Document this.
+       * THANKS: Update.
+       Reported by Cesar Strauss.
+
 2007-04-23  Eric Blake  <[EMAIL PROTECTED]>
 
        Start 1.4.9a.
@@ -3601,7 +3610,7 @@
 
        -----
 
-       $Revision: 1.1.1.1.2.259 $ $Date: 2007/04/23 19:41:10 $
+       $Revision: 1.1.1.1.2.260 $ $Date: 2007/04/25 14:04:12 $
 
        Local Variables:
        coding: utf-8


Reply via email to