ghc-hetmet.git
2009-08-17 Thomas SchillingMake the dynamic linker thread-safe.
2009-08-17 Thomas SchillingMake access to NameCache atomic. Sometimes needs a...
2009-08-16 Thomas SchillingMake updates to the Finder caches atomic. Well, almost.
2009-08-16 Thomas SchillingMake updates to the external package state atomic.
2009-07-22 Thomas SchillingMinor documentation fixes.
2009-08-16 Ian Lynaghbindist fix
2009-08-16 Ian LynaghBuild fixes
2009-08-14 Ian LynaghRemove the old platform code from the bindist configure.ac
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-08-14 simonpj@microsoft.comImprove fix to Trac #3007
2009-08-13 Ian LynaghOnly look up whether a module's SOURCE-imported if...
2009-08-13 simonpj@microsoft.comFix Trac #3409: type synonyms that discard their arguments
2009-08-12 Ian LynaghAdd support for multi-line deprecated pragmas; trac...
2009-08-12 Ian LynaghFix a sanity check; fixes #3089
2009-08-11 Ian LynaghSkip "Cabal check" for certain packages that we know...
2009-08-11 Ian LynaghFix "Cabal check" warnings
2009-08-11 Ian LynaghCheck Cabal packages when validating
2009-08-11 Ian LynaghInclude a pointer to GHC.Exts in the generated GHC...
2009-08-11 simonpj@microsoft.comRefactor, and improve error messages (cf Trac #3395)
2009-08-10 simonpj@microsoft.comFix Trac #3421: a typo in TysPrim
2009-08-10 simonpj@microsoft.comImprove the recent changes to overlap-checking for...
2009-07-17 Max BolingbrokeTurn group into a special_id when TransformListComp...
2009-08-09 Ian LynaghMake Constants shareable with the base package
2009-08-09 Ian LynaghMinor refactoring
2009-08-07 Alexander DunlapFIX #2395 (ViewPatterns trigger bad Check errors)
2009-08-08 Ian LynaghPass -m32 to gcc on i386 and ppc OS X
2009-08-08 Ian LynaghFix bindist creation
2009-08-08 Ian LynaghPut the library haddock docs in the html subdirectory...
2009-08-08 Ian LynaghInstall the main doc index page, and also put it in...
2009-08-01 Alexander DunlapFIX BUILD: Remove harmful dnls and identifier typo...
2009-08-07 Ian LynaghFix the build on OS X
2009-08-03 Simon MarlowAdd -r option to darcs-all, and remove push-all (#3375)
2009-08-07 Ian LynaghAdd a kludge to fix building shared libs
2009-08-07 Ian LynaghLeave dyn in GhcLibWays when validating
2009-08-06 Ian LynaghBuild shared library support by default on platforms...
2009-08-06 Ian LynaghUpdate the libffi filenames to follow the new version...
2009-08-06 Simon MarlowFix ticky build
2009-08-06 Simon Marlowadd #include <sys/types.h> (hopefully fixes OS X build)
2009-08-05 Simon Marlowprofiling build fix
2009-08-05 Simon Marlowprofiling build fixes
2009-08-05 Simon Marlow#include fix
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon Marlowmove termios prototypes into a public header
2009-08-03 Simon Marlowmove StgEntCounter type into its own header
2009-08-03 Simon MarlowCommon up two closure type -> string tables
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-03 Simon Marlowremove the GUM closure types
2009-08-03 Simon Marlowuse C99-style array initialisers
2009-08-03 Simon MarlowRemove final bits of the old .NET support
2009-08-02 Simon Marlowfast make omits all GHC stages
2009-08-02 Simon Marlowfast make omits dependencies in ghc/ too
2009-08-02 Simon Marlowremove unnecessary -#include options
2009-08-02 Simon Marlowmention that INCLUDE pragmas are accepted, but ignored
2009-08-02 Simon MarlowDeprecate the -#include flag
2009-08-01 Simon Marlowremove docuumentation for -#include option
2009-08-04 Simon Marlowfix off-by-one in memory allocation
2009-08-03 Simon MarlowWindows build fix
2009-08-03 Simon MarlowWindows build fixes
2009-08-03 Simon Marlowmove gc_alloc_block to make it visible on 32-bit
2009-08-03 Simon MarlowWindows build fixes
2009-08-03 Simon Marlowx86_64 warning fix
2009-08-03 Simon Marlowx86_64 warning fixes
2009-08-03 Simon Marlowx86_64 build fix: declare gc_alloc_block_sync
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-27 Simon Marlowreplace sparc-specific Int64 code with calls to platfor...
2009-06-28 Simon Marlowremove old incarnation of .NET support
2009-08-03 Simon MarlowWindows build fix
2009-08-03 Simon Marlowrts_stop_on_exception is a C int, not a W_
2009-08-03 Simon MarlowFix #3412: the worker of an Id might not be a local Id
2009-08-03 Simon MarlowAdd -r option to darcs-all, and remove push-all (#3375)
2009-06-20 Simon Marlowremove dead code
2009-07-29 Simon Marlowfix warnings
2009-07-29 Simon MarlowImplement "ghc --abi-hash M1 M2 ..."
2009-08-02 Ian LynaghClean GMP properly; fixes #3411
2009-08-02 Ian LynaghFix permissions when installing
2009-08-02 Ian LynaghFix creation of library doc index, and put the library...
2009-08-02 Ian LynaghRemove a TODO item that's been done
2009-08-01 Ian LynaghAdd a publish-docs rule
2009-08-01 Ian LynaghAdd docs to bindists
2009-08-01 Ian LynaghFix "make show" in a bindist
2009-08-01 Ian LynaghMake the new build system install the documentation
2009-08-01 Ian Lynaghwhitespace tweaks in rules/docbook.mk
2009-08-01 Ian LynaghFix configure when alex/happy are installed to a direct...
2009-08-01 Ian LynaghAllow more than 64k instructions in a BCO; fixes #789
2009-08-01 Ian LynaghIf ghci runs out of labels, panic
2009-08-01 Ian LynaghFix the 64k insns overflow check in ghci, and add more...
2009-07-30 Ian LynaghFix cleaning the integer package
2009-07-30 Ian LynaghFix warnings when building with the HEAD
2009-07-30 Ian LynaghRemove some redundant fromIntegral's
2009-07-30 Ian LynaghFix space problems in ghci
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-28 Ian LynaghAdd an (Outputable Word16) instance
2009-07-28 Ian LynaghFix whitespace in ByteCodeAsm.lhs
2009-07-29 Simon MarlowAdd CHECK(p), like ASSERT(p) but works even when !defin...
2009-07-29 Simon Marlowenable the x86-specific versions of atomic_inc()/atomic...
2009-07-28 Simon Marlowfix warning
2009-07-28 Simon Marlowfix warning
2009-07-28 Simon Marlowfix a warning
2009-07-28 Simon MarlowBe a bit more sensible about choosing external OccNames
next