- 16 Sep, 2010 3 commits
-
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
- 15 Sep, 2010 18 commits
-
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Using AppTy in CoreLint was giving a bogus Lint failure
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
See Trac #4201, and Note [Eta reduction with casted arguments] Thanks to Louis Wasserman for suggesting this, and implementing an early version of the patch
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Accompanying patch for template-haskell package is reqd
-
Simon Marlow authored
-
Simon Marlow authored
Which entailed fixing an incorrect #ifdef in Task.c
-
Ian Lynagh authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Implements Trac #4299. Documentation to come.
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Fixed Trac #4246
-
simonpj@microsoft.com authored
See Note [Partial export] for the details. I also fixed one egregious bug that was just waiting to bite: we were using loadSysInterface instead of loadSrcInterface.
-
simonpj@microsoft.com authored
-
- 14 Sep, 2010 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
Also updated the object file parser to properly handle the overflow case for section names longer than 8 chars.
-
- 15 Sep, 2010 2 commits
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- 14 Sep, 2010 2 commits
-
-
Simon Marlow authored
It was counting the space used by block descriptors as "lost"
-
Simon Marlow authored
-
- 15 Sep, 2010 2 commits
-
-
simonpj@microsoft.com authored
This resulted in an infinite loop in applyTypeToArgs, in syb
-
simonpj@microsoft.com authored
-
- 14 Sep, 2010 7 commits
-
-
Ian Lynagh authored
We still have insertList, insertListWith, deleteList which aren't in Data.Map, and foldRightWithKey which works around the fold(r)WithKey addition and deprecation.
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
Previously we were simply passing arguments of unlifted type to a wrapper, even if they were absent, which was stupid. See Note [Absent error Id] in WwLib.
-
simonpj@microsoft.com authored
-
simonpj@microsoft.com authored
and adjust imports accordingly
-
simonpj@microsoft.com authored
-
- 13 Sep, 2010 4 commits
-
-
Simon Marlow authored
ever since the patch "Check with sysconf _POSIX_THREAD_CPUTIME", it has been returning incorrect results, because the sysconf variable to check should have been _SC_THREAD_CPUTIME, not _POSIX_THREAD_CPUTIME.
-
Simon Marlow authored
fixes problems when building with GHC 6.10 on Windows
-
Simon Marlow authored
-
Simon Marlow authored
This is much more accurate than getrusage, which was giving misleading results when trying to time very quick operations like a minor GC.
-