summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2007-04-25 14:04:12 +0000
committerEric Blake <ebb9@byu.net>2007-09-21 15:48:17 -0600
commitb5180b4f731b0227efc25f8c56c2d1eb1860a50a (patch)
treeb1e007a15d0f75eb3e8f6b1ae9fbfb3f4c76c57a /NEWS
parentb5ee646ef03f8b6c94a353692fa0e8e60720eae7 (diff)
downloadm4-b5180b4f731b0227efc25f8c56c2d1eb1860a50a.tar.gz
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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7f7070c5..868e1e33 100644
--- a/NEWS
+++ b/NEWS
@@ -4,7 +4,8 @@ Foundation, Inc.
Version 1.4.10 - ?? ??? 2007, by ???? (CVS version 1.4.9a)
-*
+* Fix regression introduced in 1.4.9 in the `eval' builtin when performing
+ division.
Version 1.4.9 - 23 Mar 2007, by Eric Blake (CVS version 1.4.8c)