ghc-hetmet.git
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...
2006-03-24 Simon Marlowomit the __DISCARD__() call if unregisterised
2006-03-23 Volker StolzAccept amd64-*-freebsd architecture
2006-03-23 Simon Marlowgcc is getting smarter, so we need to hit it with a...
2006-03-18 Lemmih-fno-code shouldn't be a mode.
2006-03-18 LemmihDon't generate stub files when -fno-code is given.
2006-03-18 LemmihDocumentation for -fno-code and -fwrite-iface.
2006-03-22 Simon Marlowon second thoughts, revert the ppc/darwin part of the...
2006-03-22 Simon Marlowfix for gcc 4.1.x
2006-03-21 Simon Marlowsupport for STM objects in the retainer profiler
2006-03-21 Simon Marlowsmall changes to fix retainer profiling on HEAD
2006-03-21 Simon Marlowtiny cleanup
2006-03-21 Simon Marlowpowerpc64 does not support GHCi right now
2006-03-21 Simon Marlowoops, remove temporary testing code
2006-03-20 Simon MarlowstopTicker(): wait for the timer thread to exit
2006-03-20 Simon Marlowfix Win32 build
2006-03-18 LemmihDocumentation for -fno-code and -fwrite-iface.
2006-03-18 LemmihDon't generate stub files when -fno-code is given.
2006-03-18 Lemmih-fno-code shouldn't be a mode.
2006-03-12 LemmihCleanup after the OPTIONS parsing was moved.
2006-03-17 Simon Marlowfix build for certain picky versions of gcc
2006-03-17 Simon MarlowforkProcess(): watch out for ThreadRelocated
2006-03-17 simonpj@microsoft.comMake -fliberate-case work for GADTs
2006-03-16 Simon Marlowturn on unregisterised by default for alpha, hppa
2006-03-16 Simon Marlowremove accidental extra in previous patch
2006-03-16 Simon Marlowfix a warning
2006-03-16 Simon Marlowfix up Win32 build
2006-03-16 Simon Marlowsanity checking: make sure we don't mix registerised...
2006-03-16 Simon Marlowfix non-threaded way
2006-03-02 lennart.augustsson... Free all memory when shutting down. XXX not implemente...
2006-03-16 Simon MarlowImprovements to forkProcess()
2006-03-16 Simon MarlowdiscardTask(): reset task->tso to avoid confusion later
2006-03-15 Simon MarlowImprovements to shutting down of the runtime
2006-03-14 Simon Marlowimprove panic messages a bit, with the GHC version...
2006-03-14 LemmihBug fixes in my refactored RnNames code.
2006-03-14 Simon MarlowENTER(): avoid re-reading the info pointer of the closu...
2006-03-14 Simon Marlowsmall improvements to the debug printer
2006-03-14 Simon MarlowMake it a fatal error to try to enter a PAP
2006-03-14 Simon MarlowFix a really nasty bug in SMP
2006-03-13 Simon Marlowfix bug in previous patch to this file
2006-03-13 Simon Marlowadd another SMP assertion
2006-03-13 Simon Marlowfix a rather subtle SMP bug in anyWorkForMe()
2006-03-10 Simon MarlowEnable shortcutting of stack squeezing
2006-03-10 Simon Marlowextra sanity checking: call checkTSO() in resumeThread()
2006-03-10 Simon MarlowGive WHITEHOLE the BLACKHOLE closure type, instead...
2006-03-13 Simon MarlowLook for a package.conf.d directory containing per...
2006-03-07 Ian LynaghMove the very broad "i[[3456]]86-*-gnu*" HostPlatform...
2006-03-10 Simon Marlowfix the build with GHC 6.4 (not 6.4.1)
2006-03-10 LemmihWibble in HscMain.
2006-03-10 LemmihInitial foundation for quickcheck tests.
2006-03-10 LemmihParse OPTIONS properly and cache the result.
2006-03-08 LemmihFix -ddump-if-trace
2006-03-08 LemmihBug fix in the new HscMain code.
2006-03-07 Simon Marlowfix one #ifdef SMP that didn't get turned into #ifdef...
2006-03-07 Simon Marlowx86_64: add -fno-builtin to gcc command line for .hc...
2006-03-07 LemmihMore work thrown at HscMain.
2006-03-06 LemmihMake it clear when the symbols are using by the interpr...
2006-03-06 wolfgang.thaller... Use Darwin-compatible x86 assembly syntax in SMP.h...
2006-03-06 wolfgang.thaller... Darwin/x86: Implement object splitting
2006-03-06 wolfgang.thaller... Mach-O Linker: handle multiple import sections
2006-03-06 LemmihImport symbols needed by the interpreter.
2006-03-05 LemmihThe parser needs a set of parentheses when we don't...
2006-03-04 Lemmih'have_object' isn't needed in a typed environment.
next