summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean the bootstrapping extensible-exceptions packageIan Lynagh2008-10-171-3/+4
* Fix trac #2687Ian Lynagh2008-10-151-3/+3
* Fix trac #2680; avoid quadratic behaviour from (++)Ian Lynagh2008-10-151-1/+4
* Fix the build when the bootstrapping compiler has a newer Cabal than usIan Lynagh2008-10-153-6/+13
* Fix the name of prologue.txt when making bindistsIan Lynagh2008-10-141-1/+1
* Comments onlysimonpj@microsoft.com2008-10-152-2/+2
* Fix Trac #2497; two separate typos in Lexer.xsimonpj@microsoft.com2008-10-151-2/+2
* Update manual: tidy up instances, say more about type families in instance declssimonpj@microsoft.com2008-10-152-50/+85
* Make tags work on Unices, too.Thomas Schilling2008-10-141-2/+5
* Undefine __PIC__ before defining it to work around "multiple definitions of _...Clemens Fruhwirth2008-10-141-4/+4
* Add "dyn" to GhcRTSWays when compiling --enable-sharedClemens Fruhwirth2008-10-141-1/+1
* Fill out the ghc package's cabal fileIan Lynagh2008-10-131-6/+10
* Patching libffi so it can be built as DLLClemens Fruhwirth2008-10-143-7/+2806
* Add 'etags' makefile target.Thomas Schilling2008-10-131-0/+11
* Use cabal information to get GHC's flags to `ghctags'.Thomas Schilling2008-10-131-57/+118
* Version bump for libffi to 3.0.6Clemens Fruhwirth2008-10-142-0/+0
* Encode shared/static configuration into stamps to do the right thing when reb...Clemens Fruhwirth2008-10-131-5/+14
* Add a link to the GHC API docs from the library haddock indexIan Lynagh2008-10-133-1/+8
* Link to the GHC API documentation from the main doc pageIan Lynagh2008-10-131-0/+9
* Whitespace only in docs/index.htmlIan Lynagh2008-10-131-5/+5
* Tweak gen_contents_indexIan Lynagh2008-10-131-2/+4
* Build fixes for DLLized rtsClemens Fruhwirth2008-10-132-2/+8
* Do not filter the rts from linked libraries in linkDynLib as Windows does not...Clemens Fruhwirth2008-10-131-1/+7
* Add HsFFI.o to INSTALL_LIBSClemens Fruhwirth2008-10-131-1/+1
* Rename symbol macros to a consistant naming schemeClemens Fruhwirth2008-10-131-604/+620
* Fix #2685: two Bool arguments to tidyTypeEnv were the wrong way aroundSimon Marlow2008-10-131-1/+1
* Simplify the "is $bindir in $PATH" testIan Lynagh2008-10-111-1/+1
* Correct the "is $bindir in $PATH" testIan Lynagh2008-10-111-1/+1
* Fix a typo which was causing ghci to quit on commands errorspepe2008-10-111-1/+1
* Drop libm from the linker dependencies for libffiClemens Fruhwirth2008-10-111-2/+0
* Do not generate haddock documentation when running install-docs in libffiClemens Fruhwirth2008-10-101-0/+2
* When waking up thread blocked on TVars, wake oldest first (#2319)Josef Svenningsson2008-10-101-2/+10
* add readTVarIO :: TVar a -> IO aSimon Marlow2008-10-105-0/+22
* fix #2636: throw missing module errors as SourceErrors, not ErrMsgSimon Marlow2008-10-104-40/+19
* atomicModifyIORef: use a local cas() instead of the global lockSimon Marlow2008-10-081-13/+16
* Delay building libffi until package.conf is created and fix bindistClemens Fruhwirth2008-10-102-4/+6
* Install a versioned ghc-pkg script; fixes trac #2662Ian Lynagh2008-10-092-1/+19
* Fix bindist creation: Only the main RTS was being put in the bindistsIan Lynagh2008-10-091-2/+6
* pushAtom: add missing case for MachNullAddr (#2589)Simon Marlow2008-10-091-0/+1
* undo incorrect assertion, and fix commentsSimon Marlow2008-10-091-9/+2
* remove old GRAN/PARALLEL_HASKELL codeSimon Marlow2008-10-091-153/+0
* FIX #2639Manuel M T Chakravarty2008-10-091-9/+25
* Cover PredTy case in Type.tyFamInstsManuel M T Chakravarty2008-10-091-1/+9
* Drop ghcconfig.h/RtsConfig.h from libffi's package.conf.inClemens Fruhwirth2008-10-091-3/+0
* Don't use sed's -i flag as Solaris doesn't know it in libffi/MakefileClemens Fruhwirth2008-10-081-3/+4
* Don't use /dev/null trick to create empty object files in libffi/MakefileClemens Fruhwirth2008-10-081-5/+3
* Turn libffi into a Haskell packageClemens Fruhwirth2008-10-085-9/+106
* Make 'getModSummary' deterministic.Thomas Schilling2008-10-081-5/+6
* Add accessors to 'HsModule' and haddockify it.Thomas Schilling2008-10-071-15/+27
* fix syntax errors in src-dist publish rulesSimon Marlow2008-10-081-2/+2