FIX #1288: GHCi wasn't adding the @n suffix to stdcalls on Windows
[ghc-hetmet.git] / rts /
2008-05-12 Simon MarlowFIX #2234: don't generate <prog>.prof unless we're...
2008-05-01 Don StewartMissing .0 on float constant.
2008-04-30 Don StewartReplace C99 exp2f(32) call in __2Int_encodeDouble
2008-04-25 Ian LynaghFix a couple of format strings in Ticky.c
2008-04-25 Ian LynaghComment out some unused code in Ticky.c
2008-04-24 Ian LynaghFix int64ToInteger 0xFFFFFFFF00000000 on 32bit machine...
2008-04-22 Ian LynaghMake a panic slightly more helpful
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-11 andy@galois.comFixing HPCTIXDIR problem with mkdir usage on Windows
2008-04-11 Simon MarlowFIX #2197: an update frame might point to an IND_OLDGEN
2008-04-09 Simon Marlowavoid warnings from ffi.h when UseLibFFIForAdjustors=YES
2008-04-09 Simon MarlowFIX BUILD (bootstrap with -fvia-C): prototype fixes
2008-04-08 andy@galois.comAdding environment variable HPCTIXDIR, a directory...
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-25 Ian LynaghFix warnings in the RTS
2008-03-23 Ian LynaghFollow library changes
2008-03-15 Ian LynaghWhen concatenating variables in Makefile, strip spaces...
2008-02-07 Simon MarlowTweaks to stack squeezing
2008-02-28 Simon MarlowEnable -prof -threaded (#886)
2008-02-26 Simon MarlowFIX #2122: file locking bug
2008-02-19 Simon MarlowFix #1984: missing context switches
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2008-01-04 Simon MarlowUse the correct libffi type for pointers
2008-01-23 Ian LynaghWindows now doesn't need different values for DQ in...
2008-01-16 Clemens FruhwirthAdd dyn-wrapper.c used as cross-plattform launch wrappe...
2008-01-15 Roman LeshchinskiyFIX BUILD (Solaris): include fcntl.h for file operations
2008-01-12 Ian LynaghAdd GMP_INCLUDE_DIRS in a couple of places
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2008-01-03 Simon MarlowFIX #1898: add a missing UNTAG_CLOSURE() in checkBlackHoles
2008-01-01 Clemens FruhwirthLink libgmp.a statically into libHSrts.dll on Windows
2007-12-30 Clemens FruhwirthFix building libHSrts.dll by using ghc-pkg instead...
2007-12-17 Simon MarlowFIX #1980: must check for ThreadRelocated in killThread#
2007-12-17 Manuel M T ChakravartyEliminate external GMP dependencies
2007-12-04 Simon Marlowprotect console handler against concurrent access ...
2007-12-04 Simon MarlowforkIO starts the new thread blocked if the parent...
2007-11-27 Simon MarlowFIX #1925: the interpreter was not maintaining tag...
2007-11-27 Simon Marlowadd missing instruction: ALLOC_AP_NOUPD
2007-11-26 Simon MarlowCheck tag bits on the fun pointer of a PAP
2007-11-25 Ian LynaghOn Windows, Delete the CriticalSection's we Initialize
2007-11-23 Ian LynaghDocument --info in the +RTS -? help
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-11-15 Simon MarlowFIX #1679: crash on returning from a foreign call
2007-10-29 Aaron TombFix freeHaskellFunctionPtr for Darwin/i386
2007-10-30 Manuel M T ChakravartyFix warning in OSMem for darwin
2007-10-27 Ian LynaghWe need to set _way=* in rts/ both when making and...
2007-10-24 Simon MarlowFIX #1791: fail with out-of-heap when allocating more...
2007-10-23 Simon MarlowFix more warnings
2007-10-23 Simon MarlowFIX BUILD (on 32-bit platforms): hs_hpc_module() type...
2007-10-18 Simon Marlowadd PIC relocations for x86_64, and use a simpler hack...
2007-10-16 Simon Marlowremove an incorrect assertion
2007-10-19 Simon MarlowFIX #1784: EM_AMD64 and EM_X86_64 might both be defined...
2007-10-18 Simon MarlowFIX #1450: asynchronous exceptions are now printed...
2007-10-18 Simon Marlowfix -fbreak-on-exception for unregsterised
2007-10-18 Simon Marlowfix breakpoints in unregisterised mode
2007-10-18 Simon MarlowChange some ints to unsigned ints
2007-10-18 Simon Marlowfix warnings when compiling via C
2007-10-18 Simon Marlowrollback "accounting wibble: we were missing an alloc_b...
2007-10-17 Simon MarlowRefactoring: extract platform-specific code from sm...
2007-10-17 Simon Marlowfix an error message (barf -> sysErrorBelch)
2007-10-15 Simon MarlowFIX profiling after my storage manager changes
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-10-12 Simon Marlowoptimise isAlive()
2007-10-12 Simon Marlowaccounting wibble: we were missing an alloc_blocks...
2007-10-12 Simon MarlowthreadStackOverflow should be using allocateLocal
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-10-10 Simon Marlowwe need to #include "Stg.h" first, we can't rely on...
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-10-09 Simon Marlowexport n_capabilities, see #1733
2007-10-09 Simon Marlowalso call initMutex on every task->lock, see #1391
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - Linker.c
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - Evac.h
2007-09-27 jochemberndsen@dse.nlFIX BUILD FD_SETSIZE signed
2007-09-27 jochemberndsen@dse.nlFIX BUILD addDLL returns const char*
2007-09-27 Simon Marlowalso acquire/release task->lock across fork()
2007-09-26 Ian LynaghAdd STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so...
2007-09-25 Simon Marlowfix to previous fix to THUNK_SELECTOR machinery 2007-09-25
2007-09-17 Simon MarlowFIX #1038: failure of selector-thunk machinery to do...
2007-09-14 Simon Marlowattempt to fix #1391, hold locks across fork() and...
2007-09-16 Don Stewartadd support for EM_AMD64 elf machine type, openbsd...
2007-09-16 Don Stewartpatch Linker.c for amd64/openbsd
2007-09-17 andy@galois.comWriting out .tix file only if you are the original...
2007-09-17 andy@galois.comremoving the functions hs_hpc_read and hs_hpc_write...
2007-09-17 Simon Marlowavoid platform dependencies: my_uintptr_t ==> StgWord
2007-09-16 sven.panne@aedion.deKeep valgrind happy when calling timer_create
2007-09-12 Simon Marlowexport stopTimer(), we need this in the unix package
2007-08-06 Clemens FruhwirthWeak.c incorrectly claims it's being compiled along...
2007-09-11 Simon MarlowFIX #1466 (partly), which was causing concprog001(ghci...
2007-09-10 Ian LynaghAdd a BeConservative setting to the make system
2007-09-10 sven.panne@aedion.deThe RTS is Haddock-less, tell make about it
2007-09-06 Roman LeshchinskiyFix OS X warnings
2007-09-06 Roman LeshchinskiyDeclare ctime_r on Mac OS
2007-09-05 Simon Marlow{Enter,Leave}CriticalSection imports should be outside...
2007-09-05 Roman LeshchinskiyUse dlsym on OS X if available
2007-09-05 Manuel M T ChakravartyFIX: Correct Leave/EnterCriticalSection imports
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
2007-09-03 Ian LynaghFix building RTS with gcc 2.*; declare all variables...
2007-09-03 Simon Marlowfix build (sorry, forgot to push with previous patch)
2007-09-03 Simon Marlowremove debugging code
next