Fix negative division within eval, regression of 2007-01-06.
commitb5180b4f731b0227efc25f8c56c2d1eb1860a50a
authorEric Blake <ebb9@byu.net>
Wed, 25 Apr 2007 14:04:12 +0000 (25 14:04 +0000)
committerEric Blake <ebb9@byu.net>
Fri, 21 Sep 2007 21:48:17 +0000 (21 15:48 -0600)
treeb1e007a15d0f75eb3e8f6b1ae9fbfb3f4c76c57a
parentb5ee646ef03f8b6c94a353692fa0e8e60720eae7
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.
ChangeLog
NEWS
THANKS
doc/m4.texinfo
src/eval.c