- 11 May, 2000 2 commits
- 28 Apr, 2000 1 commit
-
-
rrt authored
Changed HSprel.dll to HSstd.dll
-
- 17 Apr, 2000 1 commit
-
-
simonmar authored
- Turn SplitObjs off. - Update a woefully out of date comment.
-
- 15 Mar, 2000 1 commit
-
-
simonmar authored
Fix configuration/building of GMP.
-
- 14 Mar, 2000 3 commits
- 13 Jan, 2000 1 commit
-
-
hwloidl authored
Merged GUM-4-04 branch into the main trunk. In particular merged GUM and SMP code. Most of the GranSim code in GUM-4-04 still has to be carried over.
-
- 07 Dec, 1999 1 commit
-
-
simonmar authored
Now that $(GHC) refers to an installed haskell compiler, use $(GHC_INPLACE) to refer to the ghc in the build tree.
-
- 29 Oct, 1999 1 commit
-
-
sof authored
INSTALL_* tweaks
-
- 08 Oct, 1999 1 commit
-
-
simonmar authored
Change that slipped through the net in the recent build system changes.
-
- 16 Sep, 1999 1 commit
-
-
sof authored
Minor tweaks to do with DLL building
-
- 29 Jun, 1999 2 commits
- 10 May, 1999 1 commit
-
-
sof authored
Added a DllMain() which starts up RTS upon DLL load.
-
- 04 May, 1999 1 commit
-
-
sof authored
Misc tweaks to Win32 DLL setup
-
- 27 Apr, 1999 1 commit
-
-
simonm authored
- Don't add -DCOMPILING_RTS twice - *set* SRC_CC_OPTS rather than appending to it: we're using ghc as the C compiler, so normal gcc flags probably won't work. eg. if you put SRC_CC_OPTS += -g in your build.mk, it'll fall over here.
-
- 03 Mar, 1999 1 commit
-
-
sof authored
COMPILING_RTS is now defined when compiling the rts. It is used for the following: - the contents of includes/Prelude.h is only visible when COMPILING_RTS is on. - getting the DLLIMPORT declarations right on various labels defined by the Prelude or the RTS.
-
- 01 Mar, 1999 1 commit
-
-
simonm authored
recurse into gmp on 'make clean'
-
- 26 Jan, 1999 1 commit
-
-
simonm authored
- Add Stable Names - Stable pointers and stable names are now both provided by the "Stable" module in ghc/lib/exts. Documentation is updated, and Foriegn still exports the stable pointer operations for backwards compatibility.
-
- 21 Jan, 1999 1 commit
-
-
simonm authored
Add $(HC_OPTS) to $(CC_OPTS) - this is necessary to get the per-way flags into the plain-C compilations.
-
- 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.
-