summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Split into two types of Mac installer specsManuel M T Chakravarty2008-02-057-2/+25
|
* Lambda logo for packagesManuel M T Chakravarty2008-02-051-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 instManuel M T Chakravarty2008-02-054-40/+198
| | | | | - Also moving all MacOS-specific Makefile components into distrib/MacOS/Makefile
* First stab at an installer package for the MacManuel M T Chakravarty2008-02-029-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 Marlow2008-02-049-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 pointersSimon Marlow2008-01-042-1/+2
|
* Fix DEBUG buildsimonpj@microsoft.com2008-02-041-0/+3
|
* Make seqAlts actually seq everythingIan Lynagh2008-02-031-1/+1
|
* Strictness tweaksIan Lynagh2008-02-031-3/+3
|
* WhitespaceIan Lynagh2008-02-031-4/+4
|
* Whitespace onlyIan Lynagh2008-02-021-15/+16
|
* Tweak strictnessIan Lynagh2008-02-021-1/+1
|
* Fix warnings in deSugar/DsBindsIan Lynagh2008-01-301-22/+17
|
* UNDO: Be a little keener to inlineSimon Marlow2008-02-011-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.xSimon Marlow2008-02-013-3/+11
|
* FIX BUILD with ghc-6.4.xSimon Marlow2008-02-011-1/+11
|
* Some tweaks to the building from source sectionSimon Marlow2008-01-291-6/+10
|
* Warning clean upManuel M T Chakravarty2008-01-311-1/+1
|
* Move spiltDmdTy within module (no change in code)simonpj@microsoft.com2008-01-291-10/+7
|
* Fix typo where I forgot the new substitutionsimonpj@microsoft.com2008-01-281-1/+2
|
* Add missing (error) case in isIrrefutablePatsimonpj@microsoft.com2008-01-281-2/+6
|
* Add missing (error) case in pprConDeclsimonpj@microsoft.com2008-01-281-0/+5
|
* Fix warnings on non-WindowsIan Lynagh2008-01-302-7/+4
|
* Fixed warnings in main/ErrUtilsTwan van Laarhoven2008-01-271-10/+5
|
* Fixed warnings in main/HeaderInfo, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-10/+15
|
* Fixed warnings in main/DynFlagsTwan van Laarhoven2008-01-271-9/+37
|
* Fixed warnings in hsSyn/HsSynTwan van Laarhoven2008-01-271-7/+2
|
* Fixed warnings in hsSyn/HsUtilsTwan van Laarhoven2008-01-271-18/+57
|
* Fixed warnings in hsSyn/HsTypesTwan van Laarhoven2008-01-271-32/+37
|
* Fixed warnings in hsSyn/HsDocTwan van Laarhoven2008-01-271-7/+3
|
* Fixed warnings in hsSyn/HsLitTwan van Laarhoven2008-01-271-13/+6
|
* Fixed warnings in hsSyn/HsImpExp, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-9/+10
|
* Fixed warnings in hsSyn/HsPat, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-12/+17
|
* Fixed warnings in hsSyn/HsBinds, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-20/+24
|
* Fixed warnings in hsSyn/HsDecls, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-5/+10
|
* Fixed warnings in simplCore/CSETwan van Laarhoven2008-01-261-16/+17
|
* Fixed warnings in profiling/CostCentre, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-4/+23
|
* Fixed warnings in types/InstEnvTwan van Laarhoven2008-01-261-11/+4
|
* Fixed warnings in types/FamInstEnvTwan van Laarhoven2008-01-261-18/+11
|
* Fixed warnings in simplStg/SRT, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-10/+15
|
* Fixed warnings in simplStg/StgStats, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-7/+9
|
* Fixed warnings in simplStg/SimplStgTwan van Laarhoven2008-01-261-9/+5
|
* Fixed warnings in vectorise/VectUtilsTwan van Laarhoven2008-01-261-22/+16
|
* Fixed warnings in types/GenericsTwan van Laarhoven2008-01-261-1/+8
|
* Fixed warnings in stgSyn/StgSynTwan van Laarhoven2008-01-261-20/+23
|
* Fixed warnings in types/TyConTwan van Laarhoven2008-01-261-37/+52
|
* Fixed warnings in types/Type, except for incomplete pattern matchesTwan van Laarhoven2008-01-261-79/+88
|
* Fixed warnings in types/TypeRepTwan van Laarhoven2008-01-261-16/+27
|
* Fixed warnings in types/FunDepsTwan van Laarhoven2008-01-261-9/+3
|
* Fixed warnings in basicTypes/OccNameTwan van Laarhoven2008-01-261-18/+21
|