Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split into two types of Mac installer specs | Manuel M T Chakravarty | 2008-02-05 | 7 | -2/+25 |
| | |||||
* | Lambda logo for packages | Manuel M T Chakravarty | 2008-02-05 | 1 | -0/+0 |
| | | | | | - This image is in the public domain, cf http://en.wikipedia.org/wiki/Image:Greek_lc_lamda_thin.svg | ||||
* | xcode build target for fixed /Library/Frameworks inst | Manuel M T Chakravarty | 2008-02-05 | 4 | -40/+198 |
| | | | | | - Also moving all MacOS-specific Makefile components into distrib/MacOS/Makefile | ||||
* | First stab at an installer package for the Mac | Manuel M T Chakravarty | 2008-02-02 | 9 | -7/+340 |
| | | | | | | | | | - GHC as a Mac framework - I tried to make a package where the user could choose whether to install in /Library/Frameworks or ~/Library/Frameworks (to allow installation for non-admins). However, that doesn't work well without including the whole distribution twice as the decision as to whether the admin password needs to be entered is made at packaging time (not at install time). | ||||
* | Support for using libffi to implement FFI calls in GHCi (#631) | Simon Marlow | 2008-02-04 | 9 | -125/+366 |
| | | | | | | | | | | | | This means that an unregisterised build on a platform not directly supported by GHC can now have full FFI support using libffi. Also in this commit: - use PrimRep rather than CgRep to describe FFI args in the byte code generator. No functional changes, but PrimRep is more correct. - change TyCon.sizeofPrimRep to primRepSizeW, which is more useful | ||||
* | Use the correct libffi type for pointers | Simon Marlow | 2008-01-04 | 2 | -1/+2 |
| | |||||
* | Fix DEBUG build | simonpj@microsoft.com | 2008-02-04 | 1 | -0/+3 |
| | |||||
* | Make seqAlts actually seq everything | Ian Lynagh | 2008-02-03 | 1 | -1/+1 |
| | |||||
* | Strictness tweaks | Ian Lynagh | 2008-02-03 | 1 | -3/+3 |
| | |||||
* | Whitespace | Ian Lynagh | 2008-02-03 | 1 | -4/+4 |
| | |||||
* | Whitespace only | Ian Lynagh | 2008-02-02 | 1 | -15/+16 |
| | |||||
* | Tweak strictness | Ian Lynagh | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | Fix warnings in deSugar/DsBinds | Ian Lynagh | 2008-01-30 | 1 | -22/+17 |
| | |||||
* | UNDO: Be a little keener to inline | Simon Marlow | 2008-02-01 | 1 | -17/+6 |
| | | | | | | | | | | | | | | | This patch caused at least the following test failures: 1744(normal) ghci028(ghci) unicode001(normal) and additionally made the stage3 build fail. A little more validation please! I didn't find the exact cause of the failure yet, but it appears that the Lexer is miscompiled in some strange way. If any of {Encoding, StringBuffer, or Lexer} are compiled without -O, the problem goes away. | ||||
* | FIX BUILD with GHC 6.4.x | Simon Marlow | 2008-02-01 | 3 | -3/+11 |
| | |||||
* | FIX BUILD with ghc-6.4.x | Simon Marlow | 2008-02-01 | 1 | -1/+11 |
| | |||||
* | Some tweaks to the building from source section | Simon Marlow | 2008-01-29 | 1 | -6/+10 |
| | |||||
* | Warning clean up | Manuel M T Chakravarty | 2008-01-31 | 1 | -1/+1 |
| | |||||
* | Move spiltDmdTy within module (no change in code) | simonpj@microsoft.com | 2008-01-29 | 1 | -10/+7 |
| | |||||
* | Fix typo where I forgot the new substitution | simonpj@microsoft.com | 2008-01-28 | 1 | -1/+2 |
| | |||||
* | Add missing (error) case in isIrrefutablePat | simonpj@microsoft.com | 2008-01-28 | 1 | -2/+6 |
| | |||||
* | Add missing (error) case in pprConDecl | simonpj@microsoft.com | 2008-01-28 | 1 | -0/+5 |
| | |||||
* | Fix warnings on non-Windows | Ian Lynagh | 2008-01-30 | 2 | -7/+4 |
| | |||||
* | Fixed warnings in main/ErrUtils | Twan van Laarhoven | 2008-01-27 | 1 | -10/+5 |
| | |||||
* | Fixed warnings in main/HeaderInfo, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-27 | 1 | -10/+15 |
| | |||||
* | Fixed warnings in main/DynFlags | Twan van Laarhoven | 2008-01-27 | 1 | -9/+37 |
| | |||||
* | Fixed warnings in hsSyn/HsSyn | Twan van Laarhoven | 2008-01-27 | 1 | -7/+2 |
| | |||||
* | Fixed warnings in hsSyn/HsUtils | Twan van Laarhoven | 2008-01-27 | 1 | -18/+57 |
| | |||||
* | Fixed warnings in hsSyn/HsTypes | Twan van Laarhoven | 2008-01-27 | 1 | -32/+37 |
| | |||||
* | Fixed warnings in hsSyn/HsDoc | Twan van Laarhoven | 2008-01-27 | 1 | -7/+3 |
| | |||||
* | Fixed warnings in hsSyn/HsLit | Twan van Laarhoven | 2008-01-27 | 1 | -13/+6 |
| | |||||
* | Fixed warnings in hsSyn/HsImpExp, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-27 | 1 | -9/+10 |
| | |||||
* | Fixed warnings in hsSyn/HsPat, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-27 | 1 | -12/+17 |
| | |||||
* | Fixed warnings in hsSyn/HsBinds, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-27 | 1 | -20/+24 |
| | |||||
* | Fixed warnings in hsSyn/HsDecls, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-27 | 1 | -5/+10 |
| | |||||
* | Fixed warnings in simplCore/CSE | Twan van Laarhoven | 2008-01-26 | 1 | -16/+17 |
| | |||||
* | Fixed warnings in profiling/CostCentre, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-26 | 1 | -4/+23 |
| | |||||
* | Fixed warnings in types/InstEnv | Twan van Laarhoven | 2008-01-26 | 1 | -11/+4 |
| | |||||
* | Fixed warnings in types/FamInstEnv | Twan van Laarhoven | 2008-01-26 | 1 | -18/+11 |
| | |||||
* | Fixed warnings in simplStg/SRT, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-26 | 1 | -10/+15 |
| | |||||
* | Fixed warnings in simplStg/StgStats, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-26 | 1 | -7/+9 |
| | |||||
* | Fixed warnings in simplStg/SimplStg | Twan van Laarhoven | 2008-01-26 | 1 | -9/+5 |
| | |||||
* | Fixed warnings in vectorise/VectUtils | Twan van Laarhoven | 2008-01-26 | 1 | -22/+16 |
| | |||||
* | Fixed warnings in types/Generics | Twan van Laarhoven | 2008-01-26 | 1 | -1/+8 |
| | |||||
* | Fixed warnings in stgSyn/StgSyn | Twan van Laarhoven | 2008-01-26 | 1 | -20/+23 |
| | |||||
* | Fixed warnings in types/TyCon | Twan van Laarhoven | 2008-01-26 | 1 | -37/+52 |
| | |||||
* | Fixed warnings in types/Type, except for incomplete pattern matches | Twan van Laarhoven | 2008-01-26 | 1 | -79/+88 |
| | |||||
* | Fixed warnings in types/TypeRep | Twan van Laarhoven | 2008-01-26 | 1 | -16/+27 |
| | |||||
* | Fixed warnings in types/FunDeps | Twan van Laarhoven | 2008-01-26 | 1 | -9/+3 |
| | |||||
* | Fixed warnings in basicTypes/OccName | Twan van Laarhoven | 2008-01-26 | 1 | -18/+21 |
| |