Slurp author spellings file from base and add more authors
[ghc-hetmet.git] / rts /
2010-11-01 Ian LynaghOn Windows, when returning memory to the OS, we try...
2010-10-29 Ian LynaghWhitespace only, in rts/win32/OSMem.c
2010-10-29 Ian LynaghUncomment and fix an OS X linker debug print
2010-10-29 Simon Marlowfix bugs in tryTakeMVar/tryPutMVar
2010-10-29 benl@ouroborus.netComment out bogus debug line that broke build on OSX
2010-10-28 Ian LynaghReplace some exit(n) calls with stg_exit(n); fixes...
2010-10-13 Simon Marlowcomment
2010-10-26 gwright@antiope.comFix for #4318 (Linker failure on OS X 10.6)
2010-10-23 Ian LynaghFollow GHC.Bool/GHC.Types merge
2010-10-19 Ian LynaghFix a retainer profiling segfault
2010-09-27 pho@cielonegro.orgNew member "archiveMemberName" for struct _ObjectCode
2010-09-26 Simon Marlowminor refactoring
2010-09-25 Simon MarlowFix for interruptible FFI handling
2010-09-25 Simon Marlowinterruptible FFI: more robust handling of the exceptio...
2010-09-25 Edward Z. YangDon't interrupt when task blocks exceptions, don't...
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-29 Simon Marlowgive a better error message in the non-threaded RTS...
2010-10-05 Simon MarlowFix a very rare crash in GHCi
2010-09-24 Simon Marlowremove unnecessary stg_noForceIO (#3508)
2010-09-25 Simon MarlowUse an empty signal handler for SIGPIPE instead of...
2010-09-24 Simon MarlowFix the Windows __chkstk build error (missing Linker...
2010-09-21 Ian LynaghFix indexing error in archive loader
2010-09-21 Ian LynaghAdd some -Dl belches
2010-09-21 Ian LynaghAdd casts to fix warnings
2010-09-21 Ian LynaghAdd support for BSD-variant large filenames in .a archives
2010-09-20 Ian LynaghAdd a dependency that my OS X build has recently starte...
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-15 Simon Marlowerrno corresponding to ERROR_NO_DATA should be EPIPE...
2010-09-15 Simon MarlowWindows: use a thread-local variable for myTask()
2010-09-14 Simon Marlowimplement setThreadAffinity on Windows (#1741)
2010-09-14 Simon MarlowCOFF: cope with new debug sections in gcc 4.x (fixes...
2010-09-15 Simon Marlowrts_isProfiled should be a visible API (fixes T2615...
2010-09-14 Simon MarlowFix the "lost due to fragmentation" calculation
2010-09-14 Simon Marlowfix +RTS -S output: use peak_mblocks_allocated, now...
2010-09-13 Simon MarlowFix getThreadCPUTime()
2010-09-13 Simon MarlowDon't include GC time in heap profiles (#4225)
2010-09-13 Simon MarlowUse clock_gettime (if available) to measure the process...
2010-09-13 Simon Marlowmake stg_arg_bitmaps public, and available via the...
2010-09-09 Simon MarlownewAlignedPinnedByteArray#: avoid allocating an extra...
2010-09-08 Ian LynaghRemove "-dynload wrapper"; fixes trac #4275
2010-09-05 Ian LynaghDon't set visibility on Windows
2010-08-27 Simon MarlowFix for nursery resizing: the first block's back pointe...
2010-08-26 Simon MarlowFIX BUILD: add rts_isProfiled to the symbol table
2010-08-24 Simon MarlowRemove the debugging memory allocator - valgrind does...
2010-08-24 Simon Marlowfree the entries in the thread label table on exit
2010-08-23 Simon MarlowAdd a couple of missing tests for EAGER_BLACKHOLE
2010-07-18 Marco Túlio Gontij... Don't check for swept blocks in -DS.
2010-08-17 Simon MarlowstgReallocBytes(DEBUG): don't fail when the ptr passed...
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2010-08-10 Simon MarlowRun finalizers *after* updating the stable pointer...
2010-07-24 Johan TibellIntegrate new I/O manager, with signal support
2010-08-05 Ian LynaghOn amd64/OSX we don't need to be given memory in the...
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-08-04 Ian LynaghTest for (fd < 0) before trying to FD_SET it
2010-08-01 Ian LynaghRemove libHSrtsmain.a before creating it
2010-07-20 Gabor PaliAdd thread affinity support for FreeBSD
2010-07-29 Ian LynaghDisable symbol visibility pragmas for FreeBSD
2010-07-28 Ian LynaghSet -fno-stack-protector in extra-gcc-opts; fixes ...
2010-07-23 Ian LynaghAdd some error belchs to the linker, when we find bad...
2010-07-23 Ian LynaghAdd some more linker debugging prints
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-16 Simon MarlowUse a separate mutex to protect all_tasks, avoiding...
2010-07-17 Ian LynaghReorder RTS --info output
2010-07-16 Ian LynaghFix HC porting test in makefiles
2010-07-16 Ian LynaghChange a BUILD var to a HOST var
2010-07-13 Ian LynaghChange some TARGET tests to HOST tests in the RTS
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-07-08 Simon MarlowWin32 getProcessElapsedTime: use a higher-resolution...
2010-07-05 Simon MarlowDisable dynamic linking optimisations on OS X
2010-07-01 Simon MarlowthreadPaused: fix pointer arithmetic
2010-06-28 Simon Marlowduring shutdown, only free the heap if we waited for...
2010-06-24 dmp@rice.eduAdd #undefs for posix source symbols when including...
2010-06-24 Simon MarlowCast some more nats to StgWord to be on the safe side
2010-06-24 Simon Marlowcomments only
2010-06-24 Simon MarlowFix an arithmetic overflow bug causing crashes with...
2010-06-22 dmp@rice.eduAdd support for collecting PAPI native events
2010-06-20 Ian LynaghRemove some old commented out code
2010-06-19 Ian LynaghSET_ARR_HDR's last argument is now a number of bytes...
2010-06-19 Ian LynaghReplace an (incorrect) bytes-to-words calculation with...
2010-01-01 Antoine LatterFIX #38000 Store StgArrWords payload size in bytes
2010-06-17 Ian LynaghIn PosixSource.h, conditionally define things based...
2010-06-17 Simon Marlowdisable -fPIC for the GC for performance reasons
2010-06-17 Simon MarlowMake getAllocations() visible
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-06-04 Simon Marlowfix warning
2010-05-09 Simon MarlowSmall optimisation: allocate nursery blocks contiguously
2010-06-15 Simon MarlowstmAddInvariantToCheck: add missing init of invariant...
2010-06-11 benl@ouroborus.netFix #4131 missing UNTAG_CLOSURE in messageBlackHole()
2010-06-10 Simon MarlowmessageBlackHole: fix deadlock bug caused by a missing...
2010-05-28 Marco Túlio Gontij... rts/sm/GC.c: resize_generations(): Remove unneeded...
2010-05-26 Marco Túlio Gontij... rts/sm/BlockAlloc.c: Small comment correction.
2010-05-26 Marco Túlio Gontij... rts/sm/GC.c: Annotate constants.
2010-06-01 Ian LynaghAdd PPC_RELOC_LOCAL_SECTDIFF support; patch from PHO...
2010-05-29 Ian LynaghAdd darwin to the list of OSes for which we use mmap
2010-05-29 Ian LynaghSimplify the CPP logic in rts/Linker.c
2010-05-29 Ian LynaghFix validate on OS X
2010-05-29 Ian LynaghOS X x86_64 fix from Barney Stratford
2010-05-25 Simon Marlowfix warning
2010-05-25 Simon MarlowMake sparks into weak pointers (#2185)
2010-05-25 Simon MarlowAnother attempt to get these #defines right
next