- Sep 03, 1997
-
-
sof authored
module opts updated
-
sof authored
Make sure TMPDIR is exported
-
sof authored
Moved feature tests from configure.in to aclocal.m4 and macroified them
-
sof authored
doc update
-
sof authored
wibble
-
sof authored
unpackCStringBA# arguments swapped
-
sof authored
Use PackBase if possible
-
sof authored
Tidied up the way opts
-
sof authored
When doing -monly-x-regs, fix up entry and exit from PerformGC_wrapper
-
sof authored
Fixed ghc-timing regex; allow .foo_o and .bar_a as link files
-
sof authored
fixups for mkNativeHdr
-
sof authored
made seqZh generally visible
-
sof authored
wibble
-
sof authored
Tidied; timezone now have type TYPE_TIMEZONE
-
sof authored
lifted out static argument
-
sof authored
fix: freeze_ps_array did not return ByteArray with valid bounds (was error closure)
-
sof authored
removed wired-in tuple comment
-
sof authored
seq now operational
-
sof authored
Clean up the right ugen file
-
sof authored
Moved seq vtbl from StgThreads to StgUpdate
-
sof authored
always return non-negative floats from elapsedtime()
-
sof authored
updated list of subdirs
-
sof authored
Toplevel regression test README
-
sof authored
new desugar regr. test
-
sof authored
new deriving test cases
-
sof authored
moved from ghc/compiler/tests/etc
-
sof authored
new regression test
-
sof authored
new test
-
sof authored
Added -O to SRC_CC_OPTS
-
sof authored
Added clean up signal handlers
-
sof authored
wibble
-
sof authored
Added -O to SRC_CC_OPTS
-
sof authored
Upgraded to util shipped with X11R6.3
-
sof authored
Added TYPE_TIMEZONE
-
sof authored
version nos upped to 2.06; added -O to GhcLibHcOpts; added HAPPY_VERSION
-
sof authored
fix: cleaning out split dirs pre re-make did not work
-
sof authored
ranlib installed libraries if needs be
-
Simon Marlow authored
turn on do-case-elim for -Onot, since several easy-to-remove casees were spotted in the output from -ddump-simpl under -Onot.
-
Simon Marlow authored
Add David Barton's example which shows up a couple of bugs: -> not parsed correctly in interface files mangler bug when compiling with -monly-n-regs
-
Simon Marlow authored
Fix exporting of (->) instances. This is the fix from the web page with minor changes for the new continuation-passing lexer.
-