[project @ 2000-06-04 18:27:45 by panne]
authorpanne <unknown>
Sun, 4 Jun 2000 18:27:45 +0000 (18:27 +0000)
committerpanne <unknown>
Sun, 4 Jun 2000 18:27:45 +0000 (18:27 +0000)
commite438b5acf7ac1dd3bdd95e2c66ce4b747dba174a
treecb16d68630cfe2268733d2b6bde255f71e9e8a2e
parentbbac85c2ec4af61e6102689a35301d578bbda5f0
[project @ 2000-06-04 18:27:45 by panne]
The GCD saga continues: Fixed gcdInt/gcdInteger to work correctly for
non-positive values, i.e. call mpn_gcd_1 only with positive inputs,
and issue an error if both operands are zero. This should fix the bug
reported by Marc.
ghc/includes/PrimOps.h
ghc/lib/std/PrelBase.lhs
ghc/lib/std/PrelNum.lhs