- Nov 24, 1997
-
-
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.
-
Simon Marlow authored
add IOArray and relevant operations.
-
- Nov 22, 1997
-
-
sof authored
comment wibble
-
- Nov 21, 1997
-
-
Simon Marlow authored
Add reallyUnsafePtrEq.
-
- Nov 20, 1997
-
-
Simon Marlow authored
add two new primitive operations: quotWord# remWord# for unsigned divides.
-
Simon Marlow authored
add compatibility cruft for PrimIO.
-
Simon Marlow authored
* simplify abs - it is just 'id' for naturals. * use a special show for unsigned numbers. * use special quotWord# and remWord# primitives. * fix bugs in complement and shift operations.
-
Simon Marlow authored
* fix minBound::Int32 in view of the fact that minBound::Int is wrong. * fix shift direction (it was reversed) * fix complement to be a 1's complement instead of 2's complement
-
Simon Marlow authored
change minBound back until I can fix the bootstrapping problems. Grrrr.
-
- Nov 18, 1997
-
-
Simon Marlow authored
implement plusAddr, and add a load of ToDos for the various offset functions.
-
- Nov 17, 1997
-
-
Simon Marlow authored
export runST and fixST.
-
Simon Marlow authored
Pull in the IO type for typechecking main
-
- Nov 13, 1997
-
-
Simon Marlow authored
couple of minor fixes
-
Simon Marlow authored
oops, correct it again.
-
Simon Marlow authored
correct minBound for Ints.
-