- 07 Jul, 2007 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 06 Jul, 2007 2 commits
-
-
Ian Lynagh authored
-
Simon Marlow authored
This is breaking :list for someone. If there's a problem here, we should fix it another way.
-
- 05 Jul, 2007 7 commits
-
-
Simon Marlow authored
-
Michael D. Adams authored
-
Michael D. Adams authored
-
Michael D. Adams authored
-
Michael D. Adams authored
That call was and is commented out, but it serves as documentation for when the CPS pass will be turned on.
-
Michael D. Adams authored
-
Michael D. Adams authored
-
- 06 Jul, 2007 1 commit
-
-
Simon Marlow authored
-
- 04 Jul, 2007 4 commits
-
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
-
- 03 Jul, 2007 1 commit
-
-
rl@cse.unsw.edu.au authored
-
- 29 Jun, 2007 5 commits
-
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
-
rl@cse.unsw.edu.au authored
-
- 06 Jul, 2007 1 commit
-
-
rl@cse.unsw.edu.au authored
On OS X, we have to #include <GMP/gmp.h> if we are using GMP.framework. Before the recent GMP changes, gcc (incorrectly) used the gmp.h supplied by ghc but that is gone now.
-
- 05 Jul, 2007 5 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
gmp is now in a top-level directory and we only have the tarball in the darcs repo. It gets untarred if it is needed.
-
Simon Marlow authored
Update functions in Compat.Directory from originals in System.Directory
-
Michael D. Adams authored
-
simonpj@microsoft.com authored
-
- 04 Jul, 2007 2 commits
-
-
simonpj@microsoft.com authored
A tricky bug to do with the way the implication constraints are solved in TcSimplify. See Note [Reducing implication constraints].
-
Ian Lynagh authored
-
- 02 Jul, 2007 6 commits
-
-
Ian Lynagh authored
mapAccumL and mapAccumR are in Data.List now. mapAccumB is unused.
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
-
Ian Lynagh authored
Use standard isPrefixOf/isSuffixOf instead.
-
- 04 Jul, 2007 3 commits
-
-
Simon Marlow authored
$(GHC) is always the installed compiler, $(HC) changes depending on the stage. This has the nice effect that we build stage2/ghc-inplace using the stage1 compiler, and get to take advantage of bugfixes in stage1 relative to $(GHC) (in particular I want the non-blocking stdin fix for stage2, otherwise piping the testsuite output through tee fails).
-
Simon Marlow authored
The SIGCONT handler was used to put stdin back in O_NONBLOCK mode, after the process is resumed, but we don't want to do that now: the standard handles are kept in blocking mode.
-
Simon Marlow authored
-
- 03 Jul, 2007 1 commit
-
-
Michael D. Adams authored
(This required a bit of refactoring of CmmInfo.)
-