- Nov 25, 1997
-
-
Simon Marlow authored
change -i semantics to match GHC.
-
- Nov 24, 1997
-
-
sof authored
Add -fwarn-duplicate-exports to default warning set
-
sof authored
Added items on new mkdependHS opts, duplicate exports warning
-
sof authored
posix misspelled
-
sof authored
Name of interface file is determined by name of Haskell module being compiled
-
sof authored
If possible, catch error when opening files for writing to a dangling symlink
-
sof authored
Up the default heap size to 8m for PrelTup, ArrBase, Time, Int and Word
-
sof authored
COUNT_SPARK: accumulate sparksCreated
-
sof authored
Only expose sparksIgnored and sparksCreated vars for GUM/GranSim
-
sof authored
-
sof authored
Mirror sequential code, push realWorld# on B-stack before entering IO action
-
sof authored
Stack underflow comment added
-
sof authored
RBH_entry: GranSim/GUM fix for invalid InfoPtr
-
sof authored
Changed default for GranFlags.max_fishes to MAX_FISHES
-
sof authored
GranSim msg fix
-
sof authored
Add spark count to debug msg
-
sof authored
Have conflictFM return Maybe type rather than list
-
sof authored
Print out module name on entering unregistered CCs
-
sof authored
ForeignObj debug output to stderr
-
sof authored
import IOExts instead of IORef
-
sof authored
Added Read BufferMode instance
-
sof authored
Bogus workaround to get cygwin32-b18 apps using Time compile and link
-
sof authored
Added compatibility stubs for ST and PrimIO operators
-
sof authored
Added comment on Read BufferMode instance
-
sof authored
Make monadic operators (>>) and (>>=) left-assoc (as per Report.)
-
Alastair Reid authored
Added IOExts.unsafePtrEq :: a -> a -> Bool
-
sof authored
New macros added to cope with new defn of ST
-
sof authored
-monly-3-regs needed to have these compile with post gcc-2.7.2 snapshots under cygwin32-b18
-
sof authored
Fix to have _casm_gc_ cope with statement blocks; misc import mods to have modules compile with 2.09 (and later.)
-
sof authored
fix to have it compile with 2.09 (and later)
-
sof authored
Removed superflous uses of hGetContents in main
-
sof authored
fix to have it compile with 2.09 (and later)
-
sof authored
New defn. of sstToIO and ioToRnMG to make them compile with new version of ST and IO
-
sof authored
Misc changes to compile with new defns of ST, IO (and PrimIO)
-
Simon Marlow authored
Pull Maybe and Either out of PrelBase into separate modules in an attempt to make PrelBase a little smaller.
-
Simon Marlow authored
define STArray using newtype, and defined unsafeInterleaveST properly for the lazy ST monad.
-
Simon Marlow authored
merged into IOExts.lhs
-
Simon Marlow authored
GHC/Hugs Library document. This currently won't build until we get the right SGML tools in the tree.
-
Simon Marlow authored
fix mistakes in last commit.
-
Simon Marlow authored
implement STArray using newtype instead of type.
-