summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Relax the assumption that all objects fit in a single block (#3424)Simon Marlow2009-08-201-11/+26
* remove a bogus assertionSimon Marlow2009-08-201-4/+0
* Restore the GHC version checkSimon Marlow2009-08-201-36/+35
* fix the inplace runghcSimon Marlow2009-08-201-1/+1
* Add a case for IND (and a comment). Fixes #3424, perhaps only partially.Simon Marlow2009-08-201-0/+4
* Improvements to record puns, wildcardssimonpj@microsoft.com2009-08-2012-618/+707
* Make -dppr-debug print locations in HsSynsimonpj@microsoft.com2009-08-202-29/+33
* Make -dynamic a proper way, so we read the .dyn_hi filesSimon Marlow2009-08-206-112/+78
* fix warningSimon Marlow2009-08-201-1/+1
* generalise the type of "on"Simon Marlow2009-08-201-1/+1
* need to check $(HADDOCK_DOCS) around contents/index generationSimon Marlow2009-08-201-0/+2
* WAY_dyn_LIB_TARGET is not used anywhere; kill itSimon Marlow2009-08-191-1/+0
* Rolling back: Add a kludge to fix building shared libsSimon Marlow2009-08-193-29/+0
* rename whitehole_spin to evac_collision, and update it properlySimon Marlow2009-08-194-6/+12
* use cas() to claim the closure in copyPart(), to match copy_tag()Simon Marlow2009-08-191-28/+22
* Always yieldCapabilty() when a bound thread blocksSimon Marlow2009-08-191-4/+19
* FIX #2767 & original problem of #3208Manuel M T Chakravarty2009-08-204-10/+10
* Improve the "Stack space overflow" error; fixes trac #3296Ian Lynagh2009-08-191-1/+1
* Detect C finalizer callbacks in rts_lock() instead of schedule()Simon Marlow2009-08-192-8/+9
* Bump Happy requirement from 1.15 to 1.16Simon Marlow2009-08-191-2/+2
* Restore the entry field in StgInfoTable when !defined(TABLES_NEXT_TO_CODE)Simon Marlow2009-08-191-0/+4
* Fix warningsIan Lynagh2009-08-191-1/+0
* Put a newtype wrapper around ModuleEnvIan Lynagh2009-08-183-50/+72
* Make the thr_dyn RTS ways optional on GhcUnregisterisedSimon Marlow2009-08-191-1/+1
* fix an includeSimon Marlow2009-08-191-1/+1
* remove some redundant declarationsSimon Marlow2009-08-191-5/+0
* Remove the lock around NameCache for readBinIface.Thomas Schilling2009-08-184-45/+28
* Fix #3429: a tricky race conditionSimon Marlow2009-08-189-26/+44
* comment fixes (install.mk.in, not dirs.mk.in)Simon Marlow2009-08-171-3/+3
* Fix configure summary: --enable-shared has goneSimon Marlow2009-08-171-3/+1
* comment fixSimon Marlow2009-08-171-1/+1
* remove unused fileSimon Marlow2009-08-061-147/+0
* Fix unregisterised buildSimon Marlow2009-08-061-1/+1
* FIX #3405Manuel M T Chakravarty2009-08-181-4/+5
* Make the dynamic linker thread-safe.Thomas Schilling2009-08-173-145/+165
* Make access to NameCache atomic. Sometimes needs a lock.Thomas Schilling2009-08-174-36/+64
* Make updates to the Finder caches atomic. Well, almost.Thomas Schilling2009-08-162-9/+18
* Make updates to the external package state atomic.Thomas Schilling2009-08-162-20/+32
* Minor documentation fixes.Thomas Schilling2009-07-223-1/+8
* bindist fixIan Lynagh2009-08-161-0/+1
* Build fixesIan Lynagh2009-08-163-5/+12
* Remove the old platform code from the bindist configure.acIan Lynagh2009-08-141-96/+0
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-1416-251/+222
* Improve fix to Trac #3007simonpj@microsoft.com2009-08-141-14/+36
* Only look up whether a module's SOURCE-imported if it's in the current packageIan Lynagh2009-08-131-3/+5
* Fix Trac #3409: type synonyms that discard their argumentssimonpj@microsoft.com2009-08-132-2/+56
* Add support for multi-line deprecated pragmas; trac #3303Ian Lynagh2009-08-122-10/+19
* Fix a sanity check; fixes #3089Ian Lynagh2009-08-121-1/+1
* Skip "Cabal check" for certain packages that we know will failIan Lynagh2009-08-111-0/+8
* Fix "Cabal check" warningsIan Lynagh2009-08-111-1/+1