summaryrefslogtreecommitdiff
path: root/compiler/ghci/ObjLink.lhs
Commit message (Expand)AuthorAgeFilesLines
* Fix whitespace in ghci/ObjLink.lhsIan Lynagh2012-03-201-24/+17
* Make the RTS linker API use wide-char pathnames on Windows (#5697)Simon Marlow2012-01-091-27/+11
* Update for a mutable localeEncodingMax Bolingbroke2011-11-181-2/+13
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* Followup to #5289 changes: fix searching for dynamic libraries and useSimon Marlow2011-08-031-2/+17
* Unicode fixes, taking into account PEP383 supportMax Bolingbroke2011-05-141-7/+13
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+8
* When (un)loading an object fails, say which object in teh panicIan Lynagh2010-07-231-2/+2
* remove unnecessary -#include optionsSimon Marlow2009-08-021-2/+0
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-1/+1
* Make ObjLink warning-freeIan Lynagh2008-05-031-9/+1
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* Fix typoIan Lynagh2007-04-041-1/+1
* Constructor names in info tablesbjpop@csse.unimelb.edu.au2007-02-201-15/+1
* Retrieving the datacon of an arbitrary closurePepe Iborra2006-12-101-1/+16
* Remove the concept of stableRoots.Lemmih2006-11-211-14/+0
* Comment out deeply suspicious (and unused) function insertStableSymbolsimonpj@microsoft.com2006-11-071-3/+7
* Remove pre-5.04 codeIan Lynagh2006-10-241-12/+0
* More import tidying and fixing the stage 2 buildSimon Marlow2006-10-111-5/+4
* Export 'insertSymbol' and 'insertStableSymbol'.Lemmih2006-04-181-1/+25
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+97