- 26 Oct, 2011 1 commit
-
-
dterei authored
-
- 25 Oct, 2011 2 commits
-
-
dterei authored
-
Ross Paterson authored
Suggested by Heinrich Apfelmus on the libraries list.
-
- 21 Oct, 2011 1 commit
-
-
batterseapower authored
-
- 20 Oct, 2011 1 commit
-
-
Ian Lynagh authored
Part of trac #5529. We also now import the constructors in various modules that use them in FFI decls.
-
- 19 Oct, 2011 1 commit
-
-
Ian Lynagh authored
An expression like assert False (throw e) should throw the assertion failure rather than e
-
- 18 Oct, 2011 3 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
Simon Marlow authored
-
- 14 Oct, 2011 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 13 Oct, 2011 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 12 Oct, 2011 3 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 11 Oct, 2011 2 commits
-
-
batterseapower authored
-
batterseapower authored
-
- 06 Oct, 2011 2 commits
-
-
rrnewton authored
-
daniel.is.fischer authored
-
- 04 Oct, 2011 8 commits
-
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
Due to a wrong order of tests, values near the normalised/denormalised border were sent down the wrong branch. That led to rounding twice and picking the wrong neighbour for some values. fromRat' no longer uses scaleRat, if we're confident nobody uses that, we could remove it.
-
- 02 Oct, 2011 5 commits
-
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
daniel.is.fischer authored
-
- 25 Sep, 2011 1 commit
-
-
Ian Lynagh authored
We don't use iconv or libcharset on Windows, but if configure finds them then it can cause problems. So we don't even try looking if we are on Windows. See http://www.haskell.org/pipermail/cvs-ghc/2011-September/065980.html Patch from Bill Tutt.
-
- 23 Sep, 2011 1 commit
-
-
batterseapower authored
-
- 19 Sep, 2011 3 commits
-
-
daniel.is.fischer authored
Avoid a few unnecessary gcds to speed up reading.
-
daniel.is.fischer authored
-
daniel.is.fischer authored
The denominator is always 1, so there's no need for gcd.
-
- 16 Sep, 2011 1 commit
-
-
Ian Lynagh authored
It was going via Integer before
-
- 15 Sep, 2011 1 commit
-
-
Ian Lynagh authored
They were in GHC.Word, but are also used in GHC.Int
-