Simplify syntax for quasi-quotation
[ghc-hetmet.git] / rts /
2010-02-03 benl@cse.unsw.edu.auDisable -Wcast-align when building the rts
2010-02-03 benl@cse.unsw.edu.auStifle warning about printf format strings
2010-02-03 benl@cse.unsw.edu.auCast to (void*) to stifle warning about signedness
2010-02-02 benl@cse.unsw.edu.auAdd missing import sm_mutex, which fixes the -fvia...
2010-01-30 Simon MarlowFix typo in error message (#3848)
2010-01-28 Simon Marlowtweak the totally-bogus arbitrary stack-squeezing heuri...
2010-01-27 Simon Marlowfix Windows build (GHC.Conc.runHandlers is Unix-only)
2010-01-27 Simon MarlowDon't Terminate the ticker thread (#3748)
2010-01-27 Simon MarlowWin32 yieldThread(): use SwitchToThread() instead of...
2010-01-27 Simon Marlowfix warnings
2010-01-27 Simon Marlowremove suspicious whitespace-only lines
2010-01-26 Simon MarlowFix signal segfaults on Solaris (#3790)
2010-01-26 Simon Marlowcomment-out an incorrect assertion
2010-01-26 Simon MarlowFix a deadlock, and possibly other problems
2010-01-22 Simon MarlowWhen acquiring a spinlock, yieldThread() every 1000...
2010-01-22 Simon Marlow'store' should be static (#3835)
2010-01-22 Simon MarlowAdd some missing getStablePtr()s for CAFs that the...
2010-01-22 Simon Marlowfix build on Windows
2010-01-22 Simon Marlowfix warning on Windows
2010-01-20 Ian LynaghInclude regex.h in Linker.c on OS X too
2010-01-20 Ian LynaghWe no longer need a prototype for __eprintf
2010-01-20 Ian LynaghFix build
2009-12-16 howard_b_golden... FIX #2615 (linker scripts in .so files)
2010-01-19 Ian LynaghChange how RTS libraries get installed; fixes trac...
2010-01-19 Ian LynaghEscape some more $s in makefiles, for consistency
2009-12-31 Simon MarlowRemove declaration of non-existent mark_splim
2009-12-30 Simon Marlowfix a comment
2009-12-30 Simon Marlowremove an unnecessary debug trace, duplicated by a...
2009-11-23 Ben.Lippmeier@anu... Windows DLLs: use DLL aware runSparks_closure instead...
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-31 Simon MarlowUse local mut lists in UPD_IND(), also clean up Updates.h
2009-12-31 Simon Marlowuse local mut lists rather than global mut lists in...
2009-12-18 Simon MarlowAllow throwTo() to be called without a source thread
2009-12-13 Simon MarlowIf ACTIVITY_INACTIVE is set, wait for GC before resetti...
2009-12-21 Simon MarlowFixes to account for the new layout of MUT_ARR_PTRS...
2009-12-21 Simon MarlowPartial support for Haiku (#3727)
2009-12-17 Simon Marlowkill some old GRAN/PARALLEL_HASKELL code
2009-12-17 Simon MarlowFix #650: use a card table to mark dirty sections of...
2009-12-16 Simon Marlowfix up libm detection and use (#3724)
2009-12-16 Simon Marlow#include <sys/select.h> if we have it (#3760)
2009-11-23 Simon Marlowadd a couple of assertions
2009-12-15 Ian LynaghJust make C dependencies once, rather than each way
2009-12-12 Manuel M T ChakravartyExpose all EventLog events as DTrace probes
2009-12-09 Simon Marlowadd a missing unlockTSO()
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-08 Ian LynaghChange some HC_OPTS to CC_OPTS, so they are used when...
2009-12-08 Simon Marlowadd locking in mkWeakForeignEnv#
2009-12-08 Simon Marlowsimplify weak pointer processing
2009-12-08 Simon Marlowsimplification/optimisation: update tso->bound->tso...
2009-12-07 Simon MarlowthreadStackUnderflow: fix recently introduced bug ...
2009-12-07 Simon Marlowneed locking around use of weak_ptr_list in mkWeak#
2009-12-07 Simon Marlowremove global 'total_allocated', seems to be the same...
2009-12-07 Simon MarlowFix profiling build
2009-12-04 Ian LynaghLink all dynamic libraries with the correct install_nam...
2009-12-04 Simon Marlowevaluate_large: evaluate large objects to bd->dest...
2009-12-04 Simon MarlowCorrection to the allocation stats following earlier...
2009-12-03 Simon Marlowexport g0
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-02 Simon Marlowfix error message on Windows (fixes rtsflags001)
2009-12-03 Simon Marlowadd a missing lock around allocGroup()
2009-12-02 Simon Marlowremove unused cap->in_gc flag
2009-12-02 Simon MarlowRefactoring only
2009-12-02 Simon Marlowmove sanity checking code from Storage.c to Sanity.c
2009-12-02 Simon Marlowstg_ap_0_fast: sanity-check only the topmost frame...
2009-12-03 Simon MarlowFix profiling build
2009-12-02 Simon MarlowthreadStackUnderflow: put the new TSO on the mut list...
2009-12-02 Simon Marlowdon't sanity check the whole stack when switching inter...
2009-12-02 Simon Marlowfix to sanity checking for ThreadRelocated TSOs
2009-12-02 Simon Marlowsanity check the top stack frame, not the whole stack
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-12-01 Simon MarlowFree full_prog_argv at exit, closing a memory leak
2009-12-01 Simon Marlowfree cap->saved_mut_lists too
2009-12-01 Simon MarlowexitScheduler: move boundTaskExiting call outside ...
2009-11-30 Simon MarlowImplement a new heap-tuning option: -H
2009-11-29 Simon MarlowStore a destination step in the block descriptor
2009-11-15 Matthias KilianReorder ALL_RTS_LIBS
2009-11-25 Simon MarlowthreadStackOverflow: check whether stack squeezing...
2009-11-19 Simon MarlowCheck upper/lower bounds on various RTS flags (#3633)
2009-11-19 Simon MarlowPrint the prog name in errorBelch() even if prog_argv...
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: add #ifdefery to turn off DLL import...
2009-11-17 Ben.Lippmeier@anu... Windows DLLs: disable extra shutdownHaskell() when...
2009-11-17 Ben.Lippmeier@anu... Windows DLLs: remove dup symbol from def file
2009-11-14 Ben.Lippmeier@anu... Windows DLLs: CHARLIKE_closure and INTLIKE_closure...
2009-11-14 Ben.Lippmeier@anu... If a comment says "Is this correct?", it's not.
2009-11-14 Ben.Lippmeier@anu... Windows DLLs: gmp is in the integer-gmp package now.
2009-11-14 Ben.Lippmeier@anu... Use DLL aware runIO_closure instead of base_GHCziTopHan...
2009-11-14 Ben.Lippmeier@anu... RTS also uses runSparks_closure from base
2009-11-14 Ben.Lippmeier@anu... Don't share low valued Int and Char closures with Windo...
2009-11-11 Ben.Lippmeier@anu... Windows DLLs: use one import lib for each DLL the RTS...
2009-11-10 Ben.Lippmeier@anu... Add autoconf code to locate dlltool on Windows
2009-11-06 Ben.Lippmeier@anu... Break recursive imports between the RTS and base librar...
2009-11-18 Ian LynaghPut the libffi files to be installed into a dist directory
2009-11-13 Simon MarlowThe rest of the #1185 patch (forkProcess and -threaded)
2009-11-12 Simon MarlowWindows-specific fix for #1185 patch
2009-11-11 Simon MarlowSecond attempt to fix #1185 (forkProcess and -threaded)
2009-11-11 Simon MarlowSupport for DragonFly BSD
2009-11-11 Simon MarlowThe RTS needs hs-suffix-rules-srcdir for BootingFromHc
2009-11-11 Manuel M T ChakravartyBarf on unhandled Mach-O relocations in the ghci linker
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-06 Simon MarlowRollback #1185 fix
next