- 16 Jan, 2001 1 commit
-
-
simonmar authored
add MaxOSX version of mmap.
-
- 16 Dec, 2000 1 commit
-
-
panne authored
Merge rev. 1.18.2.2
-
- 04 Dec, 2000 1 commit
-
-
simonmar authored
merge recent changes from before-ghci-branch onto the HEAD
-
- 06 Sep, 2000 1 commit
-
-
rrt authored
Made message for exceeding 128Mb of heap on Windows more helpful, and only abort when this limit is exceeded, not on first memory allocation!
-
- 17 Aug, 2000 1 commit
-
-
rrt authored
barf when a DLLized RTS tries to allocate a 2nd Windows monster block; is_heap_alloced stops working at this point. No problem for the static build.
-
- 04 Aug, 2000 1 commit
-
-
lewie authored
Port to OpenBSD from Thomas Nordin. Please merge with 4.08 (you'll also need the new config.guess and config.sub from the previous commit).
-
- 03 Apr, 2000 1 commit
-
-
rrt authored
Stopped getourtimeofday() being called under mingwin. MBlock.c: changed one instance of 128 * 1024 * 1024 into SIZE_RESERVED_POOL and added a TODO comment (bug in is_heap_alloced(), which won't work if more than one megablock is ever allocated).
-
- 22 Jan, 2000 1 commit
-
-
simonmar authored
freebsd3 ==> freebsd
-
- 15 Dec, 1999 1 commit
-
-
simonmar authored
Add NetBSD/x86 support.
-
- 16 Sep, 1999 1 commit
-
-
sof authored
Magic Constant Removal
-
- 11 Mar, 1999 1 commit
-
-
simonm authored
HPUX fixes.
-
- 03 Mar, 1999 1 commit
-
-
sof authored
Added is_heap_alloced() to the API - returns true if an address is within the range of addresses that we've been given back from the OS. Only needed for Win32 DLLs, so it's only defined when compiling up a Win32 RTS DLL.
-
- 05 Feb, 1999 1 commit
-
-
simonm authored
Copyright police.
-
- 26 Jan, 1999 1 commit
-
-
sof authored
ifdef fix
-
- 25 Jan, 1999 1 commit
-
-
sof authored
Added osf3 guess
-
- 18 Jan, 1999 2 commits
- 14 Jan, 1999 1 commit
-
-
sof authored
Forgot to commit this before Christmas...on Win32 platforms use VirtualAlloc() instead CreateFileMapping()&friends to ask for mega-blocks from the OS. Windows 95-friendlier.
-
- 13 Jan, 1999 1 commit
-
-
simonm authored
Added a generational garbage collector. The collector is reliable but fairly untuned as yet. It works with an arbitrary number of generations: use +RTS -G<gens> to change the number of generations used (default 2). Stats: +RTS -Sstderr is quite useful, but to really see what's going on compile the RTS with -DDEBUG and use +RTS -D32. ARR_PTRS removed - it wasn't used anywhere. Sanity checking improved: - free blocks are now spammed when sanity checking is turned on - a check for leaking blocks is performed after each GC.
-
- 02 Dec, 1998 1 commit
-
-
simonm authored
Move 4.01 onto the main trunk.
-