ghc-hetmet.git
2006-05-05 Simon Marlowupdate for new source tree layout (untested)
2006-05-04 simonpj@microsoft.comPrint a more helpful error for find_thing
2006-05-04 simonpj@microsoft.comFix a bug in rule matching
2006-05-04 simonpj@microsoft.comFix constructor-specialisation bug
2006-05-04 simonpj@microsoft.comFix precedence for records in derived Read
2006-05-04 simonpj@microsoft.comMake rules available in RHS
2006-05-04 simonpj@microsoft.comPretty printing instance for Unfolding
2006-05-04 Simon Marlowsmall clarification
2006-05-04 Simon Marlowsmall fix to booting instructions from #762
2006-05-03 Simon Marlow$(ProjectNameShort) => ghc
2006-05-03 Simon Marlowonly pass -fno-unit-at-a-time to gcc if it is supported
2006-04-26 simonpj@microsoft.comArrange that -fth is no longer implied by -fglasgow...
2006-05-02 Simon Marlowremove code not required in the new source tree layout
2006-05-02 Simon Marlowmove "compat" earlier in the build for .hc bootstrapping
2006-05-02 Simon Marlowfix ctime_r problem on Solaris (I hope)
2006-05-02 Simon Marlowfix whitespace problem that shows up on Solaris (x86)
2006-05-02 Simon Marlowlibraries/time is boring
2006-05-01 Ashley Yakeleyadd time package to libraries Makefile
2006-04-26 Ashley Yakeleyadd time package to default-packages
2006-04-28 dons@cse.unsw... Fix stage2 segfault on openbsd.
2006-04-28 Simon Marlowfix quoting around ${FPTOOLS_TOP_ABS} (fixes #749)
2006-04-27 LemmihFix bug shown in the mod77 test.
2006-04-26 LemmihDon't init root pointers if they aren't gonna be used.
2006-04-25 Simon MarlowFix recompilation checking.
2006-04-25 Simon MarlowSolaris needs -lrt for the threaded RTS
2006-04-24 Simon Marlowfix problem with binary-dist docs
2006-04-21 LemmihEnable breakpoint support.
2006-04-20 Josef SvenningssonFixing some lexer errors with extcore
2006-04-20 Josef SvenningssonExtcore can now handle data types without constructors
2006-04-20 Josef SvenningssonComments only
2006-04-21 sven.panne... Resurrect ProjectName
2006-04-20 Simon MarlowRemove the section on platform support, link to the...
2006-04-20 rl@cse.unsw... Fix workaround for a GHC 6.4 bug
2006-04-19 sven.panne... hslibs is dead, Jim...
2006-04-19 sven.panne... Synched .spec file with reality
2006-04-19 sven.panne... Add .spec file to source distribution
2006-04-19 Simon Marlowremove paragraph about mutable objects that doesn't...
2006-04-18 Simon MarlowHsBool should be HsInt, not StgBool
2006-04-18 Simon Marlowhandle Bool arg to foreign import "wrapper"
2006-04-18 Simon Marlowupdate commentry for foreign import "wrapper" handling
2006-04-18 Simon Marlowremove vestiges of ByteArray and MutableByteArray,...
2006-04-18 simonpj@microsoft.comComment only
2006-04-18 simonpj@microsoft.comFix rank-validity testing
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-18 LemmihFix minor bug in Linker.withExtendedLinkEnv
2006-04-18 LemmihExport 'insertSymbol' and 'insertStableSymbol'.
2006-04-14 simonpj@microsoft.comAllow $x, as well as $(x), at top level in TH
2006-04-14 simonpj@microsoft.comFix TH erorr recovery (test is TH_recover)
2006-04-14 simonpj@microsoft.comComments only
2006-04-14 simonpj@microsoft.comRecover gracefully from a Template Haskell programmers...
2006-04-14 simonpj@microsoft.comDocument newtype-unwrapping for IO in FFI
2006-04-12 simonpj@microsoft.comCosmetics in SpecConstr
2006-04-12 simonpj@microsoft.comImprove pruning of case alternatives to account for...
2006-04-12 Simon MarlowFix a bug in optimising division to shift right
2006-04-11 simonpj@microsoft.comOmit lndir on Windows, as it used to be
2006-04-11 Simon Marlowremove a trace
2006-04-11 simonpj@microsoft.comAllow IO to be wrapped in a newtype in foreign import...
2006-04-02 simonpj@microsoft.comImprove newtype deriving
2006-04-11 Simon Marlowadd take to the list of functions deforestable
2006-04-11 Simon Marlowavoid versionitis in Numeric.showHex (should fix tcrun007)
2006-04-10 Simon Marlowadd a note about full-laziness
2006-04-10 Simon Marlowrobustify the test for the top of the tree a little
2006-04-07 Josef SvenningssonMake darcs-all work without a ghc toplevel directory
2006-04-07 Josef SvenningssonFix typo in darcsall warning
2006-04-07 Simon Marlowfix source dists
2006-04-07 Simon Marlowadd a README for binary dists
2006-04-07 Simon Marlowfix binary dists
2006-04-07 Simon Marlowremove the last bits of the ghc/ subdir
2006-04-07 Simon MarlowFix a bug related to threads blocked on blackholes 04_07_06 07_04_06
2006-04-07 Simon MarlowReorganisation of the source tree
2006-01-21 Simon Marlowremove empty dir
2006-01-21 Simon Marlowrempve some unused files
2006-04-06 LemmihAdd stage2/ghci to ghc-api's import list.
2006-04-06 LemmihDon't build GHC with breakpoint support by default.
2006-04-06 LemmihGHC.Base.breakpoint isn't vaporware anymore.
2006-04-06 Simon MarlowAdd SA_RESTART flag to the timer signal handler.
2006-04-06 LemmihBetter messages from HscTypes.showModMsg.
2006-04-05 Simon MarlowTurn the "too many hs_exit()s" fatal error into a warning
2006-04-05 Simon Marlowadd freeStorage() prototype
2006-04-05 Simon Marlowadd support for x86_64; foreign import is now supported...
2006-03-30 Duncan CouttsCorrect spelling mistake: GhcState1HcOpts -> GhcStage1H...
2006-03-30 Simon Marlowoops, undo accidental patch
2006-03-30 Simon Marlowfix profiling on Win32
2006-03-29 Simon Marlowfix for GHC >= 6.5 again
2006-03-29 Simon Marlowin stage1, we should get isPrint and isUpper from Compa...
2006-03-29 wolfgang.thaller... Darwin/x86: correct stack alignment in ByteCodeFFI
2006-03-23 wolfgang.thaller... Deal with non-executable memory on Darwin (only an...
2006-03-28 Simon Marlowadd forkOnzh_fast symbol
2006-03-27 Simon MarlowAdd a new primitive forkOn#, for forking a thread on...
2006-03-27 Simon Marloweliminate a warning
2006-03-27 Simon Marlowelimiante a couple of warnings
2006-03-24 Simon Marlowfix a warning
2006-03-24 Simon MarlowAdd some more flexibility to the multiproc scheduler
2006-03-24 Duncan CouttsmkDerivedConstants.c depends on ghcplatform.h
2006-03-27 Simon Marlowsmall updates
2006-03-27 LemmihAllow users of the GHC library to specify which package...
2006-03-25 wolfgang.thaller... Fix Darwin/x86 stack alignment
2006-03-08 wolfgang.thaller... Ranlib is required on Darwin/x86, too
2006-03-24 wolfgang.thaller... Darwin Mangler: include alignment statements for symbol...
2006-03-24 Simon Marlowmark recordMutableCap() with [R1] to avoid saving all...
next