summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* add comments and an ASSERT_LOCK_HELD()Simon Marlow2008-10-081-0/+9
* Fix #2663: we had a hard-wired capabilities[0]Simon Marlow2008-10-081-5/+4
* Fix #1955 for heap profiles generated by +RTS -hTSimon Marlow2008-10-031-2/+19
* add a section id for +RTS -hTSimon Marlow2008-10-071-1/+1
* update documentation for PostfixOperatorsSimon Marlow2008-10-071-6/+3
* fix markupSimon Marlow2008-10-071-1/+1
* Fix bug in DPH docsRoman Leshchinskiy2008-10-081-1/+1
* Add short DPH section to users guideRoman Leshchinskiy2008-10-081-0/+8
* Users Guide: added type family documentationManuel M T Chakravarty2008-10-081-27/+641
* Track changes to package dphRoman Leshchinskiy2008-10-081-0/+2
* Build a profiled GHC API by default if p is in GhcLibWaysIan Lynagh2008-10-071-1/+1
* Check whether mk/validate.mk defines anything after validatingIan Lynagh2008-10-071-0/+8
* Remove #define _BSD_SOURCE from Stg.hIan Lynagh2008-10-061-3/+0
* Make ghctags compile again.Thomas Schilling2008-10-071-35/+33
* Revert AutoLinkPackages change for dynamic libraries. Cabal handles that now.Clemens Fruhwirth2008-10-071-2/+2
* Change suffix for dyn. linked executables from _real to .dynClemens Fruhwirth2008-10-072-3/+3