[project @ 2002-09-18 11:32:43 by simonmar]
authorsimonmar <unknown>
Wed, 18 Sep 2002 11:32:44 +0000 (11:32 +0000)
committersimonmar <unknown>
Wed, 18 Sep 2002 11:32:44 +0000 (11:32 +0000)
commitbe44c54248f9a5a5bd6168af464013b405c15aab
tree7a54d3dad646c7e73f11d7de8f777a06b5f4b093
parentd4c5a255b36652a5654b81bf0058d048a8ca165b
[project @ 2002-09-18 11:32:43 by simonmar]
Sort out the divide-by-zero situation.

Some integer division operations called error on a divide by zero, and
some didn't test for it.  Now we always raise the DivideByZero
exception.

MERGE TO STABLE
GHC/Err.hi-boot
GHC/Err.lhs
GHC/IOBase.lhs
GHC/Int.hs
GHC/Num.lhs
GHC/Real.lhs
GHC/Word.hs