Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stgMallocBytesRWX --> allocateExec | Simon Marlow | 2006-06-01 | 1 | -1/+1 |
* | fix non-Windows build | Simon Marlow | 2006-06-01 | 1 | -1/+1 |
* | Win32: set up the console code pages | simonmar@microsoft.com | 2006-06-01 | 3 | -5/+38 |
* | add a type signature | simonmar@microsoft.com | 2006-06-01 | 1 | -0/+1 |
* | improvements to lexical error reporting | simonmar@microsoft.com | 2006-06-01 | 1 | -6/+4 |
* | commented-out debugging code | simonmar@microsoft.com | 2006-06-01 | 1 | -0/+2 |
* | understand Latin-1 symbols | simonmar@microsoft.com | 2006-06-01 | 1 | -1/+1 |
* | stgMallocBytesRWX --> allocateExec | Simon Marlow | 2006-05-31 | 1 | -3/+3 |
* | 'time' depends on 'Win32' when Windows=YES; mirror that | sof@galois.com | 2006-05-30 | 1 | -1/+1 |
* | Win32: add _imp__tzname | simonmar@microsoft.com | 2006-05-30 | 1 | -0/+1 |
* | fix Win32 build | simonmar@microsoft.com | 2006-05-30 | 1 | -2/+4 |
* | replace stgMallocBytesRWX() with our own allocator | Simon Marlow | 2006-05-30 | 10 | -68/+216 |
* | add time subdir | Simon Marlow | 2006-05-30 | 1 | -1/+1 |
* | Make rule-matching robust to lets | simonpj@microsoft.com | 2006-05-25 | 3 | -50/+133 |
* | Improve error reporting in interface typechecking | simonpj@microsoft.com | 2006-05-25 | 2 | -7/+8 |
* | Fix egregious and long-standing tidying bug | simonpj@microsoft.com | 2006-05-25 | 1 | -1/+1 |
* | Prune imports | simonpj@microsoft.com | 2006-05-25 | 1 | -2/+2 |
* | performGC_(): don't use the existing Task, always grab a new one | Simon Marlow | 2006-05-25 | 1 | -11/+9 |
* | Better control of the IO manager thread; improvements to deadlock checking | Simon Marlow | 2006-05-24 | 6 | -1/+71 |
* | TARGET_OS ==> HOST_OS | Simon Marlow | 2006-05-24 | 1 | -4/+4 |
* | fix a _TARGET_ARCH that should be _HOST_ARCH | Simon Marlow | 2006-05-24 | 1 | -1/+1 |
* | we don't need OutOfHeapHook(), and the version in the RTS has a better message | Simon Marlow | 2006-05-24 | 1 | -9/+0 |
* | Bug-fix to patch "Run simplifier before SpecConstr" | simonpj@microsoft.com | 2006-05-23 | 1 | -3/+3 |
* | Run simplifier before SpecConstr | simonpj@microsoft.com | 2006-05-23 | 2 | -11/+47 |
* | Prune imports | simonpj@microsoft.com | 2006-05-22 | 1 | -1/+1 |
* | Add deShadowBinds | simonpj@microsoft.com | 2006-05-22 | 1 | -10/+28 |
* | Inline in a call argument if the caller has RULES | simonpj@microsoft.com | 2006-05-22 | 2 | -25/+63 |
* | Add idHasRules | simonpj@microsoft.com | 2006-05-22 | 2 | -4/+6 |
* | Transmit inline pragmas faithfully | simonpj@microsoft.com | 2006-05-22 | 3 | -24/+40 |
* | Improved RULE lhs typechecking; less dictionary sharing | simonpj@microsoft.com | 2006-05-19 | 2 | -45/+52 |
* | Bug-fix for infix function definitions (parse/rename) | simonpj@microsoft.com | 2006-05-19 | 2 | -14/+42 |
* | Remove misleading comments | simonpj@microsoft.com | 2006-05-19 | 2 | -7/+7 |
* | Fix a nasty continuation-duplication bug | simonpj@microsoft.com | 2006-05-18 | 1 | -45/+46 |
* | Make simplifier report which phase it is doing in -ddump output | simonpj@microsoft.com | 2006-05-18 | 1 | -1/+1 |
* | Comments only | simonpj@microsoft.com | 2006-05-18 | 1 | -3/+2 |
* | take parsec out of $(GhcBootLibs) | Simon Marlow | 2006-05-18 | 1 | -1/+1 |
* | Improve documentation of INLINE pragmas | simonpj@microsoft.com | 2006-05-18 | 1 | -49/+44 |
* | a couple of additions | Simon Marlow | 2006-05-18 | 1 | -0/+2 |
* | #define _REENTRANT 1 (needed to get the right errno on some OSs) | Simon Marlow | 2006-05-18 | 1 | -0/+4 |
* | Declare this file to be POSIX | Simon Marlow | 2006-05-18 | 1 | -9/+1 |
* | somewhere to keep track of release notes for 6.6 | Simon Marlow | 2006-05-18 | 1 | -0/+23 |
* | Newtype data constructors get a compulsory unfolding | simonpj@microsoft.com | 2006-05-17 | 2 | -2/+4 |
* | White space only | simonpj@microsoft.com | 2006-05-17 | 1 | -1/+1 |
* | Retain InlinePragInfo on wrappers | simonpj@microsoft.com | 2006-05-17 | 1 | -2/+7 |
* | Spelling correction | simonpj@microsoft.com | 2006-05-17 | 1 | -1/+1 |
* | Retain INLINE pragma information during indirection-shorting | simonpj@microsoft.com | 2006-05-17 | 1 | -2/+13 |
* | Improve pretty-printing | simonpj@microsoft.com | 2006-05-17 | 1 | -2/+3 |
* | Comments only | simonpj@microsoft.com | 2006-05-17 | 1 | -2/+3 |
* | Improve pretty-printing slightly | simonpj@microsoft.com | 2006-05-17 | 1 | -1/+1 |
* | Let GHCi work with with Sparc32+/V8+ .o files | Duncan Coutts | 2006-05-16 | 1 | -0/+3 |