- Jun 05, 1998
-
-
Simon Marlow authored
Initial revision
-
Simon Marlow authored
Import GMP 2.0.2
-
Simon Marlow authored
Initial revision
-
Simon Marlow authored
Import GMP 2.0.2
-
Simon Marlow authored
Initial revision
-
Simon Marlow authored
Import GMP 2.0.2
-
Simon Marlow authored
Initial revision
-
Simon Marlow authored
Import GMP 2.0.2
-
Simon Marlow authored
ChannelVar test.
-
Simon Marlow authored
- thread creation test
-
Simon Marlow authored
Sigbjorn forgot a semicolon :-)
-
- Jun 04, 1998
-
-
Simon Marlow authored
Add a few simple concurrency tests. More to come.
-
sof authored
If generating hsc multiple ways, attach a way suffix to its name
-
sof authored
Expose -fallow-overlapping-instances to the world
-
- Jun 02, 1998
-
-
Simon Marlow authored
Don't throw away spec pragma Ids (from simonpj).
-
- Jun 01, 1998
-
-
sof authored
Get the concurrent syslib included for free, when -gransim\'ing or -parallel\'ing
-
Simon Marlow authored
add seq test.
-
sof authored
Turn off pruning of newtypes, the code generator may need to see constructor
-
sof authored
fun_result_ty: added extra alt. to catch&report pattern matching failures
-
- May 31, 1998
- May 29, 1998
-
-
sof authored
New rule, dist-package-zip: package src dists up using zip
-
Simon Marlow authored
Replace more GENERATE_SPECs with explicit SPECIALISE.
-
Simon Marlow authored
Replace some GENERATE_SPECs with SPECIALISE pragmas.
-
Simon Marlow authored
add note about NOINLINE pragma
-
- May 28, 1998
-
-
Simon Marlow authored
Note about keeping to 80 columns.
-
Simon Marlow authored
Really ugly fix for compiling Time.lhs on linux/glibc.
-
Simon Marlow authored
- remove NON_POSIX_SOURCE for linux stuff. Some of the file is POSIX. This whole file is garbage, and should be recycled.
-
- May 27, 1998
-
-
sof authored
Fixed non-obvious performance bug that made occAnalTop quadratic rather than linear
-
Simon Marlow authored
- remove _BSD_SOURCE for linux case, it broke older linuxen. - type of scp.cr2 is unsigned long, not caddr_t. - cast all pointer-like things to (char *) for comparisons.
-
Simon Marlow authored
oops, committed proto GhcProjectVersion by mistake.
-
- May 26, 1998
-
-
Alastair Reid authored
Added: o more debugging hints (make rare things happen often) o another inline function advantage (gdb can execute them) o warning about int* p,q not declaring two pointers
-
Simon Marlow authored
add notes about NOINLINE.
-
Simon Marlow authored
- remove some debugging code that crept in with the last commit.
-
Simon Marlow authored
- remove references to PrelUnsafe(ST)
-
- May 22, 1998
-
-
Simon Marlow authored
- don't inline runST.
-
Simon Marlow authored
- Add NOINLINE pragmas to the unsafe things (unsafe*IO, unsafe*ST, runST etc.) - Move unsafe function back into the proper modules - Remove PrelUnsafe*.lhs
-
Simon Marlow authored
Back out some changes that accidentally made it into the last commit.
-