ghc-hetmet.git
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
2010-04-16 Ian LynaghUpdate the user guide so it talks about the newer ...
2010-04-16 Ian LynaghFix typo
2010-04-12 simonpj@microsoft.comFix Trac #3950: unifying types of different kinds
2010-04-12 simonpj@microsoft.comFix Trac #3943: incorrect unused-variable warning
2010-04-15 Ian LynaghConvert boot and boot-pkgs to perl
2010-04-15 Ian LynaghUse $(MAKE), not make, when recursively calling make
2010-04-12 Ian LynaghRemove the ghc_ge_609 makefile variables
2010-04-12 Ian LynaghIncrease the minimum version number required to 6.10...
2010-04-09 Ian LynaghThe bootstrapping compiler is now required to be > 609
2010-04-09 Ian LynaghHandle IND_STATIC in isRetainer
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-04-07 Simon MarlowFix for derefing ThreadRelocated TSOs in MVar operations
2010-04-07 Simon Marlowsanity check fix
2010-04-07 Simon Marlowget the reg liveness right in the putMVar# heap check
2010-04-07 Simon Marlowinitialise the headers of MSG_BLACKHOLE objects properly
2010-04-07 Simon Marlowinitialise the headers of MVAR_TSO_QUEUE objects properly
2010-04-06 Simon Marlowundo debugging code
2010-04-06 Simon MarlowputMVar#: fix reg liveness in the heap check
2010-04-06 Simon Marlowaccount for the new BLACKHOLEs in the GHCi debugger
2010-04-06 Simon Marlowdon't forget to deRefTSO() in tryWakeupThread()
2010-04-06 Simon MarlowFix bug in popRunQueue
2010-04-01 Simon Marlowfix bug in migrateThread()
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-04-01 Simon MarlowChange the representation of the MVar blocked queue
2010-03-30 Simon Marloweliminate some duplication with a bit of CPP
2010-04-01 Simon MarlowMake ioManagerDie() idempotent
2010-03-29 Simon MarlowMove a thread to the front of the run queue when anothe...
2010-03-30 Simon Marlowremove non-existent MUT_CONS symbols
2010-03-29 Simon Marlowchange throwTo to use tryWakeupThread rather than unblo...
2010-03-29 Simon Marlowtiny GC optimisation
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-04-01 Simon MarlowFix warnings (allow pushOnRunQueue() to not be inlined)
2010-04-01 Simon Marlowremove out of date comment
2010-03-26 Simon Marlowtidy up spacing in stderr traces
2010-03-25 Simon MarlowFix an assertion that was not safe when running in...
2010-03-25 Simon MarlowNever jump directly to a thunk's entry code, even if...
2010-03-31 Milan StrakaRename forgotten -dverbose-simpl to -dverbose-core2core...
2010-03-29 Milan StrakaAdd -pa and -V to the documentation of time profiling...
2010-03-30 Simon MarlowKeep gcc 4.5 happy
2010-04-03 naur@post11... Fix warning compiling Linker.c for PPC Mac
2010-04-03 naur@post11... Fix error compiling AsmCodeGen.lhs for PPC Mac (mkRtsCo...
2010-04-03 naur@post11... Fix error compiling AsmCodeGen.lhs for PPC Mac (DestBlo...
2010-04-01 Ian LynaghFix boot-pkgs's sed usage to work with Solaris's sed
2010-03-31 Ian LynaghPass "-i org.haskell.GHC" to packagemaker when building...
2010-03-31 Ian LynaghUse machdepCCOpts when compiling the file to toggle...
2010-03-30 Ian LynaghAvoid a non-portable use of tar reported by Roman Leshc...
2010-03-30 Simon MarlowDon't install EXTRA_PACKAGES by default
2010-03-30 Simon Marlowfix a non-portable printf format
2010-03-30 Simon Marlowavoid single quote in #error
2010-03-30 Simon Marlowuse FMT_Word64 instead of locally-defined version
2010-03-30 Simon Marlowremove old/unused DotnetSupport and GhcLibsWithUnix
2010-03-29 Simon Marlowfix return type cast in f.i.wrapper when using libffi...
2010-03-29 Simon Marlowlibffi: install 'ffitarget.h' header as sole 'ffi.h...
2010-03-29 Simon Marlowavoid a fork deadlock (see comments)
2010-03-29 Simon Marlowtidy up the end of the all_tasks list after forking
2010-03-29 Simon MarlowAdd a 'setKeepCAFs' external function (#3900)
2010-03-29 Ian LynaghExplicitly check whether ar supports the @file syntax
2010-03-27 Ian LynaghFix the format specifier for Int64/Word64 on Windows
2010-03-26 Ian LynaghFix the ghci startmenu item
2010-03-26 Ian LynaghFix paths to docs in "Start Menu" entries in Windows...
2010-03-26 Ian LynaghAdd a licence file for the Windows installer to use
2010-03-26 Ian LynaghAdd gcc-g++ to the inplace mingw installation; fixes...
2010-03-26 Ian LynaghAdd the licence file to the Windows installer. Fixes...
2010-03-25 Ian LynaghQuote the paths to alex and happy in configure
2010-03-25 Ian LynaghUse </> rather than ++ "/"
2010-03-24 Ian LynaghAppend $(exeext) to utils/ghc-pkg_dist_PROG
2010-03-25 Simon MarlowA sanity check
2010-03-25 Simon Marlowdo_checks: do not set HpAlloc if the stack check fails
2010-03-25 Simon Marlowcomments and formatting only
2010-03-24 Ian LynaghChange how perl scripts get installed; partially fixes...
2010-03-24 Ian LynaghPass the location of gcc in the ghc wrapper script...
2010-03-24 Ian LynaghQuote the ar path in configure
2010-03-24 Ian LynaghRemove unused cUSER_WAY_NAMES cUSER_WAY_OPTS
2010-03-24 Ian LynaghRemove unused cCONTEXT_DIFF
2010-03-24 Ian LynaghRemove unused cEnableWin32DLLs
2010-03-24 Ian LynaghRemove unused cGHC_CP
2010-03-24 Ian LynaghFix the build for non-GNU-ar
2010-03-23 Ian LynaghTweak the Makefile code for making .a libs; fixes trac...
2010-03-20 Ian LynaghEnable shared libraries on Windows; fixes trac #3879
2010-03-21 Ian LynaghAdd the external core PDF to the new build system
2010-03-21 Ian LynaghAllow specifying $threads directly when validating
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-19 Simon MarlowUNDO: slight improvement to scavenging ...
2010-03-19 Simon Marlowslight improvement to scavenging of update frames when...
2010-03-17 Ian LynaghDon't install the utf8-string package
2010-03-16 Ian LynaghDon't use -Bsymbolic when linking the RTS
2010-03-17 simonpj@microsoft.comFix Trac #3920: Template Haskell kinds
2010-03-16 Simon Marlowcopy_tag_nolock(): fix write ordering and add a write_b...
2010-03-16 benl@ouroborus.netAdd sliceP mapping to vectoriser builtins
2010-03-11 benl@ouroborus.netComments only
2010-03-15 Ian LynaghWhen saying RTS options are disabled, also say how... 2010-03-16
2010-03-15 Simon MarlowFix profiling build following removal of specific STM...
2010-03-14 Ian LynaghWhen compiling with GHC >= 6.13, use -rtsopts
2010-03-14 Ian LynaghDocument the new RTS linker flags
2010-03-14 Ian LynaghDon't enable RTS options by default
2010-03-13 Ian LynaghAdd a -with-rtsopts link-time flag
2010-03-13 Ian LynaghRename a variable
2010-03-13 Ian LynaghAdd a link-time flag to en/disable the RTS options
2010-03-11 Simon MarlowFix a couple of bugs in the throwTo handling, exposed...
next